Miner.Interop.System Assembly > Miner.Interop Namespace : IMMAppInitialize Interface |
For a list of all members of this type, see IMMAppInitialize members.
Name | Description | |
---|---|---|
![]() | CheckInExtension | Checks in the specified extension license once it has been checked out with the CheckOutExtension method. |
![]() | 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. |
![]() | Initialize | Initializes the appliction with the specified product license. The product license determines the functionality the application will be able to access. |
![]() | InitializedProduct | Returns the product license that was passed to the Initialize method. |
![]() | IsExtensionCheckedOut | Indicates whether the specified extension license is currently checked out. |
![]() | 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). |
![]() | IsProductCodeAvailable | Returns whether the specified license is available. If the license is available it can be used to Initialize the application. |
![]() | Shutdown | Before an application is shut down the MMAppInitialize object must be shut down. |