ConfigMacroContextAttribute ClassNFX Class Library

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

Decorates classes or structs that act as a context object for macro evaluation - passed as context parameter to MacroRunner.Run(...context) method
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Attribute
    NFX.Environment ConfigMacroContextAttribute

Namespace: NFX.Environment
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct, Inherited = true, 
	AllowMultiple = false)]
public class ConfigMacroContextAttribute : Attribute
See Also