C# Class CryoAOP.Core.Invocation

Exibir arquivo Open project: fir3pho3nixx/cryo-aop Class Usage Examples

Public Methods

Method Description
CancelInvocation ( ) : void
ContinueInvocation ( ) : void
Invocation ( System type, MethodInfo method ) : System.Reflection
Invocation ( System type, PropertyInfo property, MethodInfo method ) : System.Reflection
Invocation ( object instance, System type, MethodInfo method ) : System.Reflection
Invocation ( object instance, System type, PropertyInfo property, MethodInfo method ) : System.Reflection
ToString ( ) : string

Protected Methods

Method Description
ValidateResult ( ) : void

Method Details

CancelInvocation() public method

public CancelInvocation ( ) : void
return void

ContinueInvocation() public method

public ContinueInvocation ( ) : void
return void

Invocation() public method

public Invocation ( System type, MethodInfo method ) : System.Reflection
type System
method System.Reflection.MethodInfo
return System.Reflection

Invocation() public method

public Invocation ( System type, PropertyInfo property, MethodInfo method ) : System.Reflection
type System
property System.Reflection.PropertyInfo
method System.Reflection.MethodInfo
return System.Reflection

Invocation() public method

public Invocation ( object instance, System type, MethodInfo method ) : System.Reflection
instance object
type System
method System.Reflection.MethodInfo
return System.Reflection

Invocation() public method

public Invocation ( object instance, System type, PropertyInfo property, MethodInfo method ) : System.Reflection
instance object
type System
property System.Reflection.PropertyInfo
method System.Reflection.MethodInfo
return System.Reflection

ToString() public method

public ToString ( ) : string
return string

ValidateResult() protected method

protected ValidateResult ( ) : void
return void