[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = true)]
public abstract class MessageHandlerAttributeBase : RuntimeAttribute
<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple := True)> _
Public MustInherit Class MessageHandlerAttributeBase _
	Inherits RuntimeAttribute
[AttributeUsageAttribute(AttributeTargets::Method, AllowMultiple = true)]
public ref class MessageHandlerAttributeBase abstract : public RuntimeAttribute

Members

         
 All Members  Constructors   Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
MessageHandlerAttributeBase(Byte)
Initializes a new instance of the MessageHandlerAttributeBase class
Id
Priority

Inheritance Hierarchy

See Also