C# Class System.Reflection.MonoCMethod

Inheritance: RuntimeConstructorInfo, ISerializable
Mostra file Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetMethodBody ( ) : MethodBody
GetMethodImplementationFlags ( ) : MethodImplAttributes
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetParameters ( ) : System.Reflection.ParameterInfo[]
Invoke ( BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture ) : Object
Invoke ( Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture ) : Object
IsDefined ( Type attributeType, bool inherit ) : bool
ToString ( ) : string

Private Methods

Method Description
InternalInvoke ( Object obj, Object parameters, Exception &exc ) : Object

Method Details

GetCustomAttributes() public method

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

GetCustomAttributes() public method

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

GetMethodBody() public method

public GetMethodBody ( ) : MethodBody
return MethodBody

GetMethodImplementationFlags() public method

public GetMethodImplementationFlags ( ) : MethodImplAttributes
return MethodImplAttributes

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

GetParameters() public method

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

Invoke() public method

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

Invoke() public method

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

IsDefined() public method

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

ToString() public method

public ToString ( ) : string
return string