Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

VCLinkerTool.CLRThreadAttribute Property

Definition

Namespace:
Microsoft.VisualStudio.VCProjectEngine
Assembly:
Microsoft.VisualStudio.VCProjectEngine.dll
Package:
Microsoft.VisualStudio.VCProjectEngine v17.14.40264

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets a value indicating the threading attribute for the entry point of your CLR program.

public:
 property Microsoft::VisualStudio::VCProjectEngine::eCLRThreadAttribute CLRThreadAttribute { Microsoft::VisualStudio::VCProjectEngine::eCLRThreadAttribute get(); void set(Microsoft::VisualStudio::VCProjectEngine::eCLRThreadAttribute value); };
public:
 property Microsoft::VisualStudio::VCProjectEngine::eCLRThreadAttribute CLRThreadAttribute { Microsoft::VisualStudio::VCProjectEngine::eCLRThreadAttribute get(); void set(Microsoft::VisualStudio::VCProjectEngine::eCLRThreadAttribute value); };
[System.Runtime.InteropServices.DispId(114)]
public Microsoft.VisualStudio.VCProjectEngine.eCLRThreadAttribute CLRThreadAttribute { [System.Runtime.InteropServices.DispId(114)] get; [System.Runtime.InteropServices.DispId(114)] set; }
[<System.Runtime.InteropServices.DispId(114)>]
[<get: System.Runtime.InteropServices.DispId(114)>]
[<set: System.Runtime.InteropServices.DispId(114)>]
member this.CLRThreadAttribute : Microsoft.VisualStudio.VCProjectEngine.eCLRThreadAttribute with get, set
Public Property CLRThreadAttribute As eCLRThreadAttribute

Property Value

An eCLRThreadAttribute enumeration.

Attributes

Applies to