C# 클래스 MsieJavaScriptEngine.Utilities.TypeInfo

Represents type declarations for class types, interface types, array types, value types, enumeration types, type parameters, generic type definitions, and open or closed constructed generic types.
파일 보기 프로젝트 열기: Taritsyn/MsieJavaScriptEngine

공개 메소드들

메소드 설명
IsInstanceOfType ( object o ) : bool

Determines whether the specified object is an instance of the current type

TypeInfo ( Type type ) : System

Constructs an instance of the TypeInfo representation of the specified type

메소드 상세

IsInstanceOfType() 공개 메소드

Determines whether the specified object is an instance of the current type
public IsInstanceOfType ( object o ) : bool
o object The object to compare with the current type
리턴 bool

TypeInfo() 공개 메소드

Constructs an instance of the TypeInfo representation of the specified type
public TypeInfo ( Type type ) : System
type System.Type The type
리턴 System