[Gregor.Core.HandlerAttribute]

Gregor.Core.HandlerAttribute

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.HandlerAttribute

: System.Attribute, System.Runtime.InteropServices._Attribute

Custom Attributes: System.AttributeUsage(ValidOn=0x40, AllowMultiple=true, Inherited=false)

Description: 


Members

HandlerAttribute

public HandlerAttribute(System.String sSender, System.String sEventName)

Custom Attributes: 

Description: 

m_EventName

private System.String m_EventName

Custom Attributes: 

Description: 

m_Sender

private System.String m_Sender

Custom Attributes: 

Description: 

EventName

public System.String EventName {get;}

Custom Attributes: 

Description: 

Sender

public System.String Sender {get;}

Custom Attributes: 

Description: 

GetHandlerAttributes

static public Gregor.Core.HandlerAttribute[] GetHandlerAttributes(System.Reflection.MethodInfo mi)

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 


See Also

Gregor.Core.HandlerAttribute

System.Attribute

System.AttributeUsageAttribute

System.Reflection.MethodInfo

System.String

System.Runtime.InteropServices._Attribute