C# Класс LitJson.Platform

Показать файл Открыть проект

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

Метод Описание
Close ( this _reader ) : void
GetConstructor ( this _type, BindingFlags bindingAttr, object binder, Type types, object modifiers ) : ConstructorInfo
GetCustomAttributes ( this _type, Type attributeType, bool inherit ) : object[]
GetFields ( this _type ) : System.Reflection.FieldInfo[]
GetFields ( this _type, BindingFlags flags ) : System.Reflection.FieldInfo[]
GetGenericArguments ( this _type ) : Type[]
GetGetMethod ( this property ) : MethodInfo
GetInterface ( this _type, string name ) : Type
GetMethod ( this _type, string name, Type types ) : MethodInfo
GetProperties ( this _type ) : PropertyInfo[]
GetProperties ( this _type, BindingFlags flags ) : PropertyInfo[]
GetSetMethod ( this property ) : MethodInfo
IsAssignableFrom ( this _type, Type other ) : bool
IsClass ( this _type ) : bool
IsEnum ( this _type ) : bool

Описание методов

Close() публичный статический Метод

public static Close ( this _reader ) : void
_reader this
Результат void

GetConstructor() публичный статический Метод

public static GetConstructor ( this _type, BindingFlags bindingAttr, object binder, Type types, object modifiers ) : ConstructorInfo
_type this
bindingAttr BindingFlags
binder object
types System.Type
modifiers object
Результат System.Reflection.ConstructorInfo

GetCustomAttributes() публичный статический Метод

public static GetCustomAttributes ( this _type, Type attributeType, bool inherit ) : object[]
_type this
attributeType System.Type
inherit bool
Результат object[]

GetFields() публичный статический Метод

public static GetFields ( this _type ) : System.Reflection.FieldInfo[]
_type this
Результат System.Reflection.FieldInfo[]

GetFields() публичный статический Метод

public static GetFields ( this _type, BindingFlags flags ) : System.Reflection.FieldInfo[]
_type this
flags BindingFlags
Результат System.Reflection.FieldInfo[]

GetGenericArguments() публичный статический Метод

public static GetGenericArguments ( this _type ) : Type[]
_type this
Результат Type[]

GetGetMethod() публичный статический Метод

public static GetGetMethod ( this property ) : MethodInfo
property this
Результат MethodInfo

GetInterface() публичный статический Метод

public static GetInterface ( this _type, string name ) : Type
_type this
name string
Результат Type

GetMethod() публичный статический Метод

public static GetMethod ( this _type, string name, Type types ) : MethodInfo
_type this
name string
types Type
Результат MethodInfo

GetProperties() публичный статический Метод

public static GetProperties ( this _type ) : PropertyInfo[]
_type this
Результат PropertyInfo[]

GetProperties() публичный статический Метод

public static GetProperties ( this _type, BindingFlags flags ) : PropertyInfo[]
_type this
flags BindingFlags
Результат PropertyInfo[]

GetSetMethod() публичный статический Метод

public static GetSetMethod ( this property ) : MethodInfo
property this
Результат MethodInfo

IsAssignableFrom() публичный статический Метод

public static IsAssignableFrom ( this _type, Type other ) : bool
_type this
other Type
Результат bool

IsClass() публичный статический Метод

public static IsClass ( this _type ) : bool
_type this
Результат bool

IsEnum() публичный статический Метод

public static IsEnum ( this _type ) : bool
_type this
Результат bool