C# 클래스 System.MonoType

상속: Type, ISerializable
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
GetConstructors ( BindingFlags bindingAttr ) : System.Reflection.ConstructorInfo[]
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetEvent ( string name, BindingFlags bindingAttr ) : EventInfo
GetEvents ( BindingFlags bindingAttr ) : System.Reflection.EventInfo[]
GetFields ( BindingFlags bindingAttr ) : System.Reflection.FieldInfo[]
GetGenericTypeDefinition ( ) : Type
GetInterface ( string name, bool ignoreCase ) : Type
GetMembers ( BindingFlags bindingAttr ) : MemberInfo[]
GetMethods ( BindingFlags bindingAttr ) : System.Reflection.MethodInfo[]
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetProperties ( BindingFlags bindingAttr ) : System.Reflection.PropertyInfo[]
InvokeMember ( string name, BindingFlags invokeAttr, Binder binder, object target, object args, ParameterModifier modifiers, CultureInfo culture, string namedParameters ) : object
IsDefined ( Type attributeType, bool inherit ) : bool
IsSubclassOf ( Type type ) : bool
ToString ( ) : string

보호된 메소드들

메소드 설명
GetAttributeFlagsImpl ( ) : TypeAttributes
GetConstructorImpl ( BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type types, ParameterModifier modifiers ) : ConstructorInfo
GetMethodImpl ( string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type types, ParameterModifier modifiers ) : MethodInfo
GetPropertyImpl ( string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type types, ParameterModifier modifiers ) : PropertyInfo
HasElementTypeImpl ( ) : bool
IsArrayImpl ( ) : bool

비공개 메소드들

메소드 설명
CheckMethodSecurity ( MethodBase mb ) : MethodBase
GetArrayRank ( ) : int
GetConstructor ( ConstructorInfo fromNoninstanciated ) : ConstructorInfo
GetConstructors_internal ( BindingFlags bindingAttr, Type reflected_type ) : System.Reflection.ConstructorInfo[]
GetCorrespondingInflatedConstructor ( ConstructorInfo generic ) : ConstructorInfo
GetCorrespondingInflatedMethod ( MethodInfo generic ) : MethodInfo
GetDefaultConstructor ( ) : ConstructorInfo
GetElementType ( ) : Type
GetEvents_internal ( BindingFlags bindingAttr, Type reflected_type ) : System.Reflection.EventInfo[]
GetField ( FieldInfo fromNoninstanciated ) : FieldInfo
GetField ( string name, BindingFlags bindingAttr ) : FieldInfo
GetFields_internal ( BindingFlags bindingAttr, Type reflected_type ) : System.Reflection.FieldInfo[]
GetGenericArguments ( ) : System.Type[]
GetInterfaces ( ) : System.Type[]
GetMethod ( MethodInfo fromNoninstanciated ) : MethodInfo
GetMethodsByName ( string name, BindingFlags bindingAttr, bool ignoreCase, Type reflected_type ) : System.Reflection.MethodInfo[]
GetNestedType ( string name, BindingFlags bindingAttr ) : Type
GetNestedTypes ( BindingFlags bindingAttr ) : System.Type[]
GetPropertiesByName ( string name, BindingFlags bindingAttr, bool icase, Type reflected_type ) : System.Reflection.PropertyInfo[]
InternalGetEvent ( string name, BindingFlags bindingAttr ) : EventInfo
IsByRefImpl ( ) : bool
IsCOMObjectImpl ( ) : bool
IsPointerImpl ( ) : bool
IsPrimitiveImpl ( ) : bool
MonoType ( Object obj ) : System.Globalization
ReorderParamArrayArguments ( object &args, MethodBase method ) : void
getFullName ( bool full_name, bool assembly_qualified ) : string
get_attributes ( Type type ) : TypeAttributes
type_from_obj ( MonoType type, Object obj ) : void

메소드 상세

GetAttributeFlagsImpl() 보호된 메소드

protected GetAttributeFlagsImpl ( ) : TypeAttributes
리턴 TypeAttributes

GetConstructorImpl() 보호된 메소드

protected GetConstructorImpl ( BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type types, ParameterModifier modifiers ) : ConstructorInfo
bindingAttr BindingFlags
binder System.Reflection.Binder
callConvention CallingConventions
types Type
modifiers System.Reflection.ParameterModifier
리턴 System.Reflection.ConstructorInfo

GetConstructors() 공개 메소드

public GetConstructors ( BindingFlags bindingAttr ) : System.Reflection.ConstructorInfo[]
bindingAttr BindingFlags
리턴 System.Reflection.ConstructorInfo[]

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType Type
inherit bool
리턴 object[]

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
리턴 object[]

GetEvent() 공개 메소드

public GetEvent ( string name, BindingFlags bindingAttr ) : EventInfo
name string
bindingAttr BindingFlags
리턴 System.Reflection.EventInfo

GetEvents() 공개 메소드

public GetEvents ( BindingFlags bindingAttr ) : System.Reflection.EventInfo[]
bindingAttr BindingFlags
리턴 System.Reflection.EventInfo[]

GetFields() 공개 메소드

public GetFields ( BindingFlags bindingAttr ) : System.Reflection.FieldInfo[]
bindingAttr BindingFlags
리턴 System.Reflection.FieldInfo[]

GetGenericTypeDefinition() 공개 메소드

public GetGenericTypeDefinition ( ) : Type
리턴 Type

GetInterface() 공개 메소드

public GetInterface ( string name, bool ignoreCase ) : Type
name string
ignoreCase bool
리턴 Type

GetMembers() 공개 메소드

public GetMembers ( BindingFlags bindingAttr ) : MemberInfo[]
bindingAttr BindingFlags
리턴 MemberInfo[]

GetMethodImpl() 보호된 메소드

protected GetMethodImpl ( string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type types, ParameterModifier modifiers ) : MethodInfo
name string
bindingAttr BindingFlags
binder System.Reflection.Binder
callConvention CallingConventions
types Type
modifiers System.Reflection.ParameterModifier
리턴 System.Reflection.MethodInfo

GetMethods() 공개 메소드

public GetMethods ( BindingFlags bindingAttr ) : System.Reflection.MethodInfo[]
bindingAttr BindingFlags
리턴 System.Reflection.MethodInfo[]

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

GetProperties() 공개 메소드

public GetProperties ( BindingFlags bindingAttr ) : System.Reflection.PropertyInfo[]
bindingAttr BindingFlags
리턴 System.Reflection.PropertyInfo[]

GetPropertyImpl() 보호된 메소드

protected GetPropertyImpl ( string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type types, ParameterModifier modifiers ) : PropertyInfo
name string
bindingAttr BindingFlags
binder System.Reflection.Binder
returnType Type
types Type
modifiers System.Reflection.ParameterModifier
리턴 System.Reflection.PropertyInfo

HasElementTypeImpl() 보호된 메소드

protected HasElementTypeImpl ( ) : bool
리턴 bool

InvokeMember() 공개 메소드

public InvokeMember ( string name, BindingFlags invokeAttr, Binder binder, object target, object args, ParameterModifier modifiers, CultureInfo culture, string namedParameters ) : object
name string
invokeAttr BindingFlags
binder System.Reflection.Binder
target object
args object
modifiers System.Reflection.ParameterModifier
culture System.Globalization.CultureInfo
namedParameters string
리턴 object

IsArrayImpl() 보호된 메소드

protected IsArrayImpl ( ) : bool
리턴 bool

IsDefined() 공개 메소드

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType Type
inherit bool
리턴 bool

IsSubclassOf() 공개 메소드

public IsSubclassOf ( Type type ) : bool
type Type
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string