Class AssemblyCFEnvironment
Assembly attribute that tracks the CodeFactory environment that this library runs in.
Implements
Inherited Members
Namespace: CodeFactory.VisualStudio
Assembly: CodeFactory.VisualStudio.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly)]
public class AssemblyCFEnvironment : Attribute, _Attribute
Constructors
| Improve this Doc View SourceAssemblyCFEnvironment()
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
| Improve this Doc View SourceValue
The value assigned to the assembly attribute.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
string |