Miner.Interop.System Assembly > Miner.Interop Namespace : MMAppInitialize Interface |
The following tables list the members exposed by MMAppInitialize.
Name | Description | |
---|---|---|
![]() | CheckInExtension | Checks in the specified extension license once it has been checked out with the CheckOutExtension method. (Inherited from Miner.Interop.IMMAppInitialize) |
![]() | CheckOutExtension | Checks out the specified extension license. Before using the CheckOutExtension method use the IsExtensionCodeAvailable method to ensure the extension license is available with the product used to Initialize the application with. (Inherited from Miner.Interop.IMMAppInitialize) |
![]() | Initialize | Initializes the appliction with the specified product license. The product license determines the functionality the application will be able to access. (Inherited from Miner.Interop.IMMAppInitialize) |
![]() | InitializedProduct | Returns the product license that was passed to the Initialize method. (Inherited from Miner.Interop.IMMAppInitialize) |
![]() | IsExtensionCheckedOut | Indicates whether the specified extension license is currently checked out. (Inherited from Miner.Interop.IMMAppInitialize) |
![]() | IsExtensionCodeAvailable | Returns whether the specified extension license is available with the specified product license that will be used to Initialize the application (not every extension license is available with every product license). (Inherited from Miner.Interop.IMMAppInitialize) |
![]() | IsProductCodeAvailable | Returns whether the specified license is available. If the license is available it can be used to Initialize the application. (Inherited from Miner.Interop.IMMAppInitialize) |
![]() | Shutdown | Before an application is shut down the MMAppInitialize object must be shut down. (Inherited from Miner.Interop.IMMAppInitialize) |