C# Class LitJson.Platform

Show file Open project: SNUGDC/Killing-Game

Public Methods

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

public static Close ( this _reader ) : void
_reader this
return void

GetConstructor() public static method

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
return System.Reflection.ConstructorInfo

GetCustomAttributes() public static method

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

GetFields() public static method

public static GetFields ( this _type ) : System.Reflection.FieldInfo[]
_type this
return System.Reflection.FieldInfo[]

GetFields() public static method

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

GetGenericArguments() public static method

public static GetGenericArguments ( this _type ) : Type[]
_type this
return Type[]

GetGetMethod() public static method

public static GetGetMethod ( this property ) : MethodInfo
property this
return MethodInfo

GetInterface() public static method

public static GetInterface ( this _type, string name ) : Type
_type this
name string
return Type

GetMethod() public static method

public static GetMethod ( this _type, string name, Type types ) : MethodInfo
_type this
name string
types Type
return MethodInfo

GetProperties() public static method

public static GetProperties ( this _type ) : PropertyInfo[]
_type this
return PropertyInfo[]

GetProperties() public static method

public static GetProperties ( this _type, BindingFlags flags ) : PropertyInfo[]
_type this
flags BindingFlags
return PropertyInfo[]

GetSetMethod() public static method

public static GetSetMethod ( this property ) : MethodInfo
property this
return MethodInfo

IsAssignableFrom() public static method

public static IsAssignableFrom ( this _type, Type other ) : bool
_type this
other Type
return bool

IsClass() public static method

public static IsClass ( this _type ) : bool
_type this
return bool

IsEnum() public static method

public static IsEnum ( this _type ) : bool
_type this
return bool