C# 클래스 LitJson.Platform

파일 보기 프로젝트 열기: SNUGDC/Killing-Game

공개 메소드들

메소드 설명
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