C# Class 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.
Mostra file Open project: Taritsyn/MsieJavaScriptEngine

Public Methods

Method Description
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

Method Details

IsInstanceOfType() public method

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
return bool

TypeInfo() public method

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