Class EffectSourceCodeKeys
Keys used for sourcecode generation.
public static class EffectSourceCodeKeys
- Inheritance
-
EffectSourceCodeKeys
Fields
ClassDeclaration
The class modifier declaration (Default: "public partial")
public static readonly ObjectParameterKey<string> ClassDeclaration
Field Value
ClassName
The classname used for the (Default: name of the effect).
public static readonly ObjectParameterKey<string> ClassName
Field Value
Enable
When compiling a sdsl, this will generate a source code file
public static readonly ObjectParameterKey<bool> Enable
Field Value
FieldDeclaration
The field declaration (default: "private")
public static readonly ObjectParameterKey<string> FieldDeclaration
Field Value
FieldName
The field name (default: "binaryBytecode")
public static readonly ObjectParameterKey<string> FieldName
Field Value
Namespace
The namespace used for the declaration.
public static readonly ObjectParameterKey<string> Namespace