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.
Afficher le fichier Open project: Taritsyn/MsieJavaScriptEngine

Méthodes publiques

Méthode 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 méthode

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
Résultat bool

TypeInfo() public méthode

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