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

상속: ComTypeDesc, IDynamicMetaObjectProvider
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
GetMemberNames ( ) : string[]
GetValue ( string enumValueName ) : object
ToString ( ) : string

비공개 메소드들

메소드 설명
ComTypeEnumDesc ( System.Runtime.InteropServices.ComTypes typeInfo, ComTypeLibDesc typeLibDesc ) : System.Linq.Expressions
HasMember ( string name ) : bool
IDynamicMetaObjectProvider ( Expression parameter ) : DynamicMetaObject

메소드 상세

GetMemberNames() 공개 메소드

public GetMemberNames ( ) : string[]
리턴 string[]

GetValue() 공개 메소드

public GetValue ( string enumValueName ) : object
enumValueName string
리턴 object

ToString() 공개 메소드

public ToString ( ) : string
리턴 string