[Gregor.Core.CCodeOptions]

Gregor.Core.CCodeOptions

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CCodeOptions

: System.Object, System.ICloneable, Gregor.Core.IChangeControlled<>, Gregor.Core.ICopyable<>

Custom Attributes: 

Description: 


Members

CCodeOptions

public CCodeOptions()

Custom Attributes: 

Description: 

CCodeOptions

public CCodeOptions(System.Boolean fReadOnly)

Custom Attributes: 

Description: 

m_DecomposeValues

private System.Boolean m_DecomposeValues

Custom Attributes: 

Description: 

m_EncodeChars

private System.Boolean m_EncodeChars

Custom Attributes: 

Description: 

m_HideEnclosingTypes

private System.Boolean m_HideEnclosingTypes

Custom Attributes: 

Description: 

m_HideTypeParameterConstraints

private System.Boolean m_HideTypeParameterConstraints

Custom Attributes: 

Description: 

m_HideTypeParameters

private System.Boolean m_HideTypeParameters

Custom Attributes: 

Description: 

m_ReadOnly

private System.Boolean m_ReadOnly

Custom Attributes: 

Description: 

m_UseAliasNames

private System.Boolean m_UseAliasNames

Custom Attributes: 

Description: 

m_UseDefaultModifiers

private System.Boolean m_UseDefaultModifiers

Custom Attributes: 

Description: 

m_UseFullNames

private System.Boolean m_UseFullNames

Custom Attributes: 

Description: 

m_UseUnderlyingValue

private System.Boolean m_UseUnderlyingValue

Custom Attributes: 

Description: 

s_Default

static private Gregor.Core.CCodeOptions s_Default

Custom Attributes: 

Description: 

s_FullNames

static private Gregor.Core.CCodeOptions s_FullNames

Custom Attributes: 

Description: 

s_Natural

static private Gregor.Core.CCodeOptions s_Natural

Custom Attributes: 

Description: 

s_SimpleNames

static private Gregor.Core.CCodeOptions s_SimpleNames

Custom Attributes: 

Description: 

DecomposeValues

public System.Boolean DecomposeValues {get;set;}

Custom Attributes: 

Description: 

Default

static public Gregor.Core.CCodeOptions Default {get;}

Custom Attributes: 

Description: 

EncodeChars

public System.Boolean EncodeChars {get;set;}

Custom Attributes: 

Description: 

FullNames

static public Gregor.Core.CCodeOptions FullNames {get;}

Custom Attributes: 

Description: 

HideEnclosingTypes

public System.Boolean HideEnclosingTypes {get;set;}

Custom Attributes: 

Description: 

HideTypeParameterConstraints

public System.Boolean HideTypeParameterConstraints {get;set;}

Custom Attributes: 

Description: 

HideTypeParameters

public System.Boolean HideTypeParameters {get;set;}

Custom Attributes: 

Description: 

IsReadOnly

public System.Boolean IsReadOnly {get;} // Gregor.Core.IChangeControlled<>.IsReadOnly

Custom Attributes: 

Description: 

Natural

static public Gregor.Core.CCodeOptions Natural {get;}

Custom Attributes: 

Description: 

SimpleNames

static public Gregor.Core.CCodeOptions SimpleNames {get;}

Custom Attributes: 

Description: 

UseAliasNames

public System.Boolean UseAliasNames {get;set;}

Custom Attributes: 

Description: 

UseDefaultModifiers

public System.Boolean UseDefaultModifiers {get;set;}

Custom Attributes: 

Description: 

UseFullNames

public System.Boolean UseFullNames {get;set;}

Custom Attributes: 

Description: 

UseUnderlyingValue

public System.Boolean UseUnderlyingValue {get;set;}

Custom Attributes: 

Description: 

CheckReadOnly

private void CheckReadOnly()

Custom Attributes: 

Description: 

Copy

public Gregor.Core.CCodeOptions Copy() // Gregor.Core.ICopyable<>.Copy

Custom Attributes: 

Description: 

System.ICloneable.Clone

private System.Object System.ICloneable.Clone() // System.ICloneable.Clone

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 


See Also

Gregor.Core.CCodeOptions

System.Object

System.String

Gregor.Core.IChangeControlled<>

Gregor.Core.ICopyable<>

System.ICloneable

System.Boolean

System.Void