C# Class System.Reflection.MonoArrayMethod

Inheritance: MethodInfo
Mostra file Open project: runefs/Marvin

Private Properties

Property Type Description
GetBaseDefinition MethodInfo
GetMethodImplementationFlags MethodImplAttributes
GetParameters System.Reflection.ParameterInfo[]
Invoke Object
MonoArrayMethod System

Public Methods

Method Description
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
IsDefined ( Type attributeType, bool inherit ) : bool
ToString ( ) : string

Private Methods

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

Method Details

GetCustomAttributes() public method

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

GetCustomAttributes() public method

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
return object[]

IsDefined() public method

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

ToString() public method

public ToString ( ) : string
return string