[Gregor.Core.MacroAttribute]

Gregor.Core.MacroAttribute

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.MacroAttribute

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

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

Description: 


Members

MacroAttribute

public MacroAttribute(System.Boolean fValue)

Custom Attributes: 

Description: 

MacroAttribute

public MacroAttribute(System.String sDescription)

Custom Attributes: 

Description: 

m_Description

private System.String m_Description

Custom Attributes: 

Description: 

m_Value

private System.Boolean m_Value

Custom Attributes: 

Description: 

Description

public System.String Description {get;}

Custom Attributes: 

Description: 

Value

public System.Boolean Value {get;}

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 


See Also

System.Attribute

System.AttributeUsageAttribute

System.String

System.Runtime.InteropServices._Attribute

System.Boolean