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
Property CLRThreadAttribute As eCLRThreadAttribute
Dim instance As VCLinkerTool
Dim value As eCLRThreadAttribute
value = instance.CLRThreadAttribute
instance.CLRThreadAttribute = value
eCLRThreadAttribute CLRThreadAttribute { get; set; }
property eCLRThreadAttribute CLRThreadAttribute {
eCLRThreadAttribute get ();
void set (eCLRThreadAttribute value);
}
function get CLRThreadAttribute () : eCLRThreadAttribute
function set CLRThreadAttribute (value : eCLRThreadAttribute)
Property Value
Type: Microsoft.VisualStudio.VCProjectEngine.eCLRThreadAttribute
An eCLRThreadAttribute enumeration.
Permissions
- 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
Concepts
/CLRTHREADATTRIBUTE (Set CLR Thread Attribute)