C# 클래스 System.Reflection.MonoArrayMethod

상속: MethodInfo
파일 보기 프로젝트 열기: runefs/Marvin

Private Properties

프로퍼티 타입 설명
GetBaseDefinition MethodInfo
GetMethodImplementationFlags MethodImplAttributes
GetParameters System.Reflection.ParameterInfo[]
Invoke Object
MonoArrayMethod System

공개 메소드들

메소드 설명
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
IsDefined ( Type attributeType, bool inherit ) : bool
ToString ( ) : string

비공개 메소드들

메소드 설명
GetBaseDefinition ( ) : MethodInfo
GetMethodImplementationFlags ( ) : MethodImplAttributes
GetParameters ( ) : System.Reflection.ParameterInfo[]
Invoke ( Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture ) : Object
MonoArrayMethod ( Type arrayClass, string methodName, CallingConventions callingConvention, Type returnType, Type parameterTypes ) : System

메소드 상세

GetCustomAttributes() 공개 메소드

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

GetCustomAttributes() 공개 메소드

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

IsDefined() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string