Свойство | Type | Description | |
---|---|---|---|
ComTypeLibDesc | System.Linq.Expressions | ||
CreateFromGuid | |||
GetCoClassForInterface | |||
GetFromTypeLib | |||
HasMember | bool | ||
IDynamicMetaObjectProvider | DynamicMetaObject |
Méthode | Description | |
---|---|---|
CreateFromObject ( object rcw ) : |
Gets an ITypeLib object from OLE Automation compatible RCW , reads definitions of CoClass'es and Enum's from this library and creates a IDynamicMetaObjectProvider that allows to instantiate coclasses and get actual values for the enums.
|
|
GetMemberNames ( ) : string[] | ||
GetTypeLibObjectDesc ( string member ) : object | ||
ToString ( ) : string |
Méthode | Description | |
---|---|---|
ComTypeLibDesc ( ) : System.Linq.Expressions | ||
CreateFromGuid ( System.Guid typeLibGuid ) : |
||
GetCoClassForInterface ( string itfName ) : |
||
GetFromTypeLib ( System.Runtime.InteropServices.ComTypes typeLib ) : |
||
HasMember ( string member ) : bool | ||
IDynamicMetaObjectProvider ( |
public static CreateFromObject ( object rcw ) : |
||
rcw | object | OLE automation compatible RCW |
Résultat |
public GetTypeLibObjectDesc ( string member ) : object | ||
member | string | |
Résultat | object |