C# Class Microsoft.Scripting.ComInterop.ComTypeDesc

Inheritance: Microsoft.Scripting.ComInterop.ComTypeLibMemberDesc
Show file Open project: jschementi/iron Class Usage Examples

Private Properties

Property Type Description
AddFunc void
AddPut void
AddPutRef void
ComTypeDesc System
CreateEmptyTypeDesc ComTypeDesc
EnsureGetItem void
EnsureSetItem void
FromITypeInfo ComTypeDesc
GetMemberNames string[]
TryGetEvent bool
TryGetFunc bool
TryGetPut bool
TryGetPutRef bool

Private Methods

Method Description
AddFunc ( string name, ComMethodDesc method ) : void
AddPut ( string name, ComMethodDesc method ) : void
AddPutRef ( string name, ComMethodDesc method ) : void
ComTypeDesc ( ITypeInfo typeInfo, ComType memberType, ComTypeLibDesc typeLibDesc ) : System
CreateEmptyTypeDesc ( ) : ComTypeDesc
EnsureGetItem ( ComMethodDesc candidate ) : void
EnsureSetItem ( ComMethodDesc candidate ) : void
FromITypeInfo ( System.Runtime.InteropServices.ComTypes typeInfo, System.Runtime.InteropServices.ComTypes typeAttr ) : ComTypeDesc
GetMemberNames ( bool dataOnly ) : string[]
TryGetEvent ( string name, ComEventDesc &@event ) : bool
TryGetFunc ( string name, ComMethodDesc &method ) : bool
TryGetPut ( string name, ComMethodDesc &method ) : bool
TryGetPutRef ( string name, ComMethodDesc &method ) : bool