C# Class LitJson.Platform

Afficher le fichier Open project: SNUGDC/Killing-Game

Méthodes publiques

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

Method Details

Close() public static méthode

public static Close ( this _reader ) : void
_reader this
Résultat void

GetConstructor() public static méthode

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
Résultat System.Reflection.ConstructorInfo

GetCustomAttributes() public static méthode

public static GetCustomAttributes ( this _type, Type attributeType, bool inherit ) : object[]
_type this
attributeType System.Type
inherit bool
Résultat object[]

GetFields() public static méthode

public static GetFields ( this _type ) : System.Reflection.FieldInfo[]
_type this
Résultat System.Reflection.FieldInfo[]

GetFields() public static méthode

public static GetFields ( this _type, BindingFlags flags ) : System.Reflection.FieldInfo[]
_type this
flags BindingFlags
Résultat System.Reflection.FieldInfo[]

GetGenericArguments() public static méthode

public static GetGenericArguments ( this _type ) : Type[]
_type this
Résultat Type[]

GetGetMethod() public static méthode

public static GetGetMethod ( this property ) : MethodInfo
property this
Résultat MethodInfo

GetInterface() public static méthode

public static GetInterface ( this _type, string name ) : Type
_type this
name string
Résultat Type

GetMethod() public static méthode

public static GetMethod ( this _type, string name, Type types ) : MethodInfo
_type this
name string
types Type
Résultat MethodInfo

GetProperties() public static méthode

public static GetProperties ( this _type ) : PropertyInfo[]
_type this
Résultat PropertyInfo[]

GetProperties() public static méthode

public static GetProperties ( this _type, BindingFlags flags ) : PropertyInfo[]
_type this
flags BindingFlags
Résultat PropertyInfo[]

GetSetMethod() public static méthode

public static GetSetMethod ( this property ) : MethodInfo
property this
Résultat MethodInfo

IsAssignableFrom() public static méthode

public static IsAssignableFrom ( this _type, Type other ) : bool
_type this
other Type
Résultat bool

IsClass() public static méthode

public static IsClass ( this _type ) : bool
_type this
Résultat bool

IsEnum() public static méthode

public static IsEnum ( this _type ) : bool
_type this
Résultat bool