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.
Показать файл Открыть проект

Открытые методы

Метод Описание
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