C# Class Pomona.Common.TypeSystem.VirtualMethodInfo

Inheritance: System.Reflection.MethodInfo
Mostrar archivo Open project: Pomona/Pomona Class Usage Examples

Public Methods

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

Private Methods

Method Description
VirtualMethodInfo ( string name, Type declaringType, Type reflectedType, MethodAttributes attributes, ParameterInfo parameters = null, MethodInfo baseDefinition = null, Delegate del = null ) : 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 ( ) : MethodImplAttributes
return 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