C# Class ExcelDna.ComInterop.ExcelComClassType

Exibir arquivo 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_oe property

public Guid,System ClsId
return System.Guid

IsRtdServer public_oe property

public bool IsRtdServer
return bool

ProgId public_oe property

public string ProgId
return string

Type public_oe property

public Type,System Type
return System.Type

TypeLibPath public_oe property

public string TypeLibPath
return string