Class AssemblyCFEnvironment
Assembly attribute that tracks the CodeFactory environment that this library runs in.
Inherited Members
Namespace: CodeFactory.WinVs
Assembly: CodeFactory.WinVs.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly)]
public class AssemblyCFEnvironment : Attribute
Constructors
AssemblyCFEnvironment()
Initializes a new instance of the attribute with no data.
Declaration
public AssemblyCFEnvironment()
AssemblyCFEnvironment(string)
Initializes a new instance of the attribute.
Declaration
public AssemblyCFEnvironment(string value)
Parameters
Type | Name | Description |
---|---|---|
string | value | The type of CodeFactory library being created. |
Properties
Value
The value assigned to the assembly attribute.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
string |