VCLinkerTool.CLRThreadAttribute Property
Gets or sets a value indicating the threading attribute for the entry point of your CLR program.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property CLRThreadAttribute As eCLRThreadAttribute
eCLRThreadAttribute CLRThreadAttribute { get; set; }
property eCLRThreadAttribute CLRThreadAttribute {
eCLRThreadAttribute get ();
void set (eCLRThreadAttribute value);
}
abstract CLRThreadAttribute : eCLRThreadAttribute with get, set
function get CLRThreadAttribute () : eCLRThreadAttribute
function set CLRThreadAttribute (value : eCLRThreadAttribute)
Property Value
Type: Microsoft.VisualStudio.VCProjectEngine.eCLRThreadAttribute
An eCLRThreadAttribute enumeration.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.VCProjectEngine Namespace