C# Class System.Reflection.MonoArrayMethod

Inheritance: MethodInfo
Afficher le fichier Open project: runefs/Marvin

Private Properties

Свойство Type Description
GetBaseDefinition MethodInfo
GetMethodImplementationFlags MethodImplAttributes
GetParameters System.Reflection.ParameterInfo[]
Invoke Object
MonoArrayMethod System

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
Résultat object[]

GetCustomAttributes() public méthode

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Résultat object[]

IsDefined() public méthode

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string