Interface IExtensionLazyUnloadable
Object to be used by extensions to sat - when it can be unloaded
Namespace: CAMAPI.Extensions
Assembly: CAMAPI.Extensions.dll
Syntax
[Guid("3C802E93-BD4F-411B-9946-709EFF27647A")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IExtensionLazyUnloadable
Properties
CanUnload
Check if extension can be unloaded
Declaration
bool CanUnload { get; set; }
Property Value
Type | Description |
---|---|
bool |