C# 클래스 Microsoft.Scripting.ComInterop.ComTypeDesc

상속: Microsoft.Scripting.ComInterop.ComTypeLibMemberDesc
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

비공개 메소드들

메소드 설명
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