Photon Fusion 2.1.1

Fusion.Analyzer Namespace Reference

Classes

class  GenerateIntrusiveLinkedListAttribute
 Apply on a type with _next/_prev pointers or IntrusiveLinkedListNode<T> types to emit intrusive list. More...
class  StaticConstructorAttribute
 Attribute to mark a constructor as a static constructor. More...
class  StaticFieldAttribute
 Attribute to mark a static field with a reset mode. More...
class  StaticFieldResetMethodAttribute
 Attribute to mark a method as a static field reset method. More...

Enumerations

enum  StaticFieldResetMode
 Specifies the reset mode for a static field. More...

Enumeration Type Documentation

◆ StaticFieldResetMode

Specifies the reset mode for a static field.

Enumerator
None 

No reset mode.

Manual 

Manual reset mode.

ResetMethod 

Reset method mode.