Invoked whenever a class or category is added to the Objective-C runtime; implement this method to perform class-specific behavior upon loading.
Original signature is '+ (void)load'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static void Load()
Public Shared Sub Load
public: static void Load()

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)