C# Class ExcelDna.ComInterop.ExcelComClassType

Show file Open project: system-tradingtech/DataTools Class Usage Examples

Public Properties

Property Type Description
ClsId System.Guid
IsRtdServer bool
ProgId string
Type System.Type
TypeLibPath string

Public Methods

Method Description
RegisterServer ( ) : void
UnregisterServer ( ) : void

Private Methods

Method Description
CanWriteMachineHive ( ) : bool
RegisterTypeLibrary ( string rootKeyName ) : Guid?
UnregisterTypeLibrary ( RegistryKey rootKey ) : void

Method Details

RegisterServer() public method

public RegisterServer ( ) : void
return void

UnregisterServer() public method

public UnregisterServer ( ) : void
return void

Property Details

ClsId public property

public Guid,System ClsId
return System.Guid

IsRtdServer public property

public bool IsRtdServer
return bool

ProgId public property

public string ProgId
return string

Type public property

public Type,System Type
return System.Type

TypeLibPath public property

public string TypeLibPath
return string