System [00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00] 1.0.3300.0 1.0.5000.0 2.0.0.0 4.0.0.0 Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details. System.Object System.IDisposable All components must call for the licenses they grant when the component is disposed or finalized. Provides the abstract base class for all licenses. A license is granted to a specific instance of a component. Constructor 1.0.5000.0 2.0.0.0 4.0.0.0 To be added Initializes a new instance of the class. Method 1.0.5000.0 2.0.0.0 4.0.0.0 System.Void All components must call for the licenses that they grant when the component is disposed of or finalized. A can use the licenses it grants to track its usage. Call when you are finished using the . The method leaves the in an unusable state. After calling , you must release all references to the so the memory it was occupying can be reclaimed by garbage collection. Always call before you release your last reference to the . Otherwise, the resources the is using will not be freed until garbage collection calls the object's destructor. When overridden in a derived class, disposes of the resources used by the license. Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.String To be added: an object of type 'string' A can use any Unicode character string as a license key. The should be treated as an opaque cookie, that is, a cookie with a deliberately hidden internal structure. When overridden in a derived class, gets the license key granted to this component.