MonobjcMonobjc Documented Class Library
Load Method
NamespacesMonobjc.FoundationNSBundleLoad()()()()

Dynamically loads the bundle’s executable code into a running program, if the code has not already been loaded.

Original signature is '- (BOOL)load'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public bool Load()
Public Function Load As Boolean
public:
bool Load()
Return Value
YES if the method successfully loads the bundle’s code or if the code has already been loaded, otherwise NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)