C# Class UnitWrappers.Research.Reflection.CecilTypeInfo.MethodInfoDefinition

Inheritance: System.Reflection.MethodInfo
Mostrar archivo Open project: OpenSharp/UnitWrappers

Public Methods

Method Description
GetBaseDefinition ( ) : MethodInfo
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetMethodImplementationFlags ( ) : System.Reflection.MethodImplAttributes
GetParameters ( ) : System.Reflection.ParameterInfo[]
Invoke ( object obj, BindingFlags invokeAttr, Binder binder, object parameters, CultureInfo culture ) : object
IsDefined ( Type attributeType, bool inherit ) : bool
MethodInfoDefinition ( Mono.Cecil.MethodDefinition il ) : System

Method Details

GetBaseDefinition() public method

public GetBaseDefinition ( ) : MethodInfo
return System.Reflection.MethodInfo

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[]

GetMethodImplementationFlags() public method

public GetMethodImplementationFlags ( ) : System.Reflection.MethodImplAttributes
return System.Reflection.MethodImplAttributes

GetParameters() public method

public GetParameters ( ) : System.Reflection.ParameterInfo[]
return System.Reflection.ParameterInfo[]

Invoke() public method

public Invoke ( object obj, BindingFlags invokeAttr, Binder binder, object parameters, CultureInfo culture ) : object
obj object
invokeAttr BindingFlags
binder System.Reflection.Binder
parameters object
culture System.Globalization.CultureInfo
return object

IsDefined() public method

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

MethodInfoDefinition() public method

public MethodInfoDefinition ( Mono.Cecil.MethodDefinition il ) : System
il Mono.Cecil.MethodDefinition
return System