[Gregor.Core.CInvocationInfo]

Gregor.Core.CInvocationInfo

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CInvocationInfo

: System.Object

Custom Attributes: 

Description: 


Members

CInvocationInfo

public CInvocationInfo(System.Delegate handler, params System.Object[] args)

Custom Attributes: 
args - System.ParamArray()

Description: 

m_Arguments

private System.Object[] m_Arguments

Custom Attributes: 

Description: 

m_Handler

private System.Delegate m_Handler

Custom Attributes: 

Description: 

Arguments

public System.Object[] Arguments {get;set;}

Custom Attributes: 

Description: 

Handler

public System.Delegate Handler {get;}

Custom Attributes: 

Description: 

Invoke

public System.Object Invoke()

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 


See Also

System.Object

System.String

System.Delegate