C# 클래스 System.Reflection.MonoMethod

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

공개 메소드들

메소드 설명
GetBaseDefinition ( ) : MethodInfo
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetGenericMethodDefinition ( ) : MethodInfo
GetMethodBody ( ) : MethodBody
GetMethodImplementationFlags ( ) : MethodImplAttributes
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetParameters ( ) : System.Reflection.ParameterInfo[]
Invoke ( Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture ) : Object
IsDefined ( Type attributeType, bool inherit ) : bool
MakeGenericMethod ( Type methodInstantiation ) : MethodInfo
ToString ( ) : string

비공개 메소드들

메소드 설명
GetDllImportAttribute ( IntPtr mhandle ) : DllImportAttribute
GetGenericArguments ( ) : Type[]
GetGenericMethodDefinition_impl ( ) : MethodInfo
GetPseudoCustomAttributes ( ) : object[]
InternalInvoke ( Object obj, Object parameters, Exception &exc ) : Object
MakeGenericMethod_impl ( Type types ) : MethodInfo
MonoMethod ( ) : System.Globalization
MonoMethod ( RuntimeMethodHandle mhandle ) : System.Globalization
ShouldPrintFullName ( Type type ) : bool
get_base_definition ( MonoMethod method ) : MonoMethod
get_name ( MethodBase method ) : string

메소드 상세

GetBaseDefinition() 공개 메소드

public GetBaseDefinition ( ) : MethodInfo
리턴 MethodInfo

GetCustomAttributes() 공개 메소드

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

GetCustomAttributes() 공개 메소드

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

GetGenericMethodDefinition() 공개 메소드

public GetGenericMethodDefinition ( ) : MethodInfo
리턴 MethodInfo

GetMethodBody() 공개 메소드

public GetMethodBody ( ) : MethodBody
리턴 MethodBody

GetMethodImplementationFlags() 공개 메소드

public GetMethodImplementationFlags ( ) : MethodImplAttributes
리턴 MethodImplAttributes

GetObjectData() 공개 메소드

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

GetParameters() 공개 메소드

public GetParameters ( ) : System.Reflection.ParameterInfo[]
리턴 System.Reflection.ParameterInfo[]

Invoke() 공개 메소드

public Invoke ( Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture ) : Object
obj Object
invokeAttr BindingFlags
binder Binder
parameters Object
culture System.Globalization.CultureInfo
리턴 Object

IsDefined() 공개 메소드

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

MakeGenericMethod() 공개 메소드

public MakeGenericMethod ( Type methodInstantiation ) : MethodInfo
methodInstantiation Type
리턴 MethodInfo

ToString() 공개 메소드

public ToString ( ) : string
리턴 string