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

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

공개 메소드들

메소드 설명
CreateInstance ( ) : object
GetMetaObject ( Expression parameter ) : DynamicMetaObject

비공개 메소드들

메소드 설명
AddInterface ( System.Runtime.InteropServices.ComTypes itfTypeInfo, bool isSourceItf ) : void
ComTypeClassDesc ( System.Runtime.InteropServices.ComTypes typeInfo, ComTypeLibDesc typeLibDesc ) : System.Linq.Expressions
Implements ( string itfName, bool isSourceItf ) : bool

메소드 상세

CreateInstance() 공개 메소드

public CreateInstance ( ) : object
리턴 object

GetMetaObject() 공개 메소드

public GetMetaObject ( Expression parameter ) : DynamicMetaObject
parameter Expression
리턴 System.Dynamic.DynamicMetaObject