MonobjcMonobjc Documented Class Library
Unload Method
NamespacesMonobjc.FoundationNSBundleUnload()()()()

Unloads the code associated with the receiver.

Original signature is '- (BOOL)unload'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool Unload()
Public Overridable Function Unload As Boolean
public:
virtual bool Unload()
Return Value
YES if the bundle was successfully unloaded or was not already loaded; otherwise, NO if the bundle could not be unloaded.
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)