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

This attribute doesn't register anything, only thing it does is that it forces runtime to create class instance.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
[AttributeUsageAttribute(AttributeTargets.Class)]
public class RuntimeObjectAttribute : RuntimeAttribute
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public Class RuntimeObjectAttribute _
	Inherits RuntimeAttribute
[AttributeUsageAttribute(AttributeTargets::Class)]
public ref class RuntimeObjectAttribute : public RuntimeAttribute

Members

      
 All Members  Constructors  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
RuntimeObjectAttribute()()()
Initializes a new instance of the RuntimeObjectAttribute class

Remarks

Class must have parameterless constructor.

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Phoenix..::.RuntimeAttribute
      Phoenix..::.RuntimeObjectAttribute

See Also