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

See Also

Concepts

/CLRTHREADATTRIBUTE (Set CLR Thread Attribute)

Reference

VCLinkerTool Interface

VCLinkerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace