VCLinkerTool.CLRThreadAttribute Property

Definition

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