Interface IExtensionLibraryInfo
Assembly: CAMAPI.Extensions.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("B018FDA7-28BA-409D-AEB1-A2B50A93E24C")]
public interface IExtensionLibraryInfo
Properties
Description
Declaration
string Description { get; }
Property Value
LoadEvents
Declaration
IListString LoadEvents { get; }
Property Value
LoaderType
Declaration
TExtensionLoaderType LoaderType { get; }
Property Value
ModulePath
Declaration
string ModulePath { get; }
Property Value
Name
Declaration
Property Value
UnloadMode
Declaration
TExtensionUnloadMode UnloadMode { get; }
Property Value