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
'Usage
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.

.NET Framework Security

See Also

Reference

VCLinkerTool Interface

VCLinkerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace

Other Resources

/CLRTHREADATTRIBUTE (Set CLR Thread Attribute)