Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

property eCLRThreadAttribute CLRThreadAttribute {
	eCLRThreadAttribute get();
	void set(eCLRThreadAttribute value);
}
Return to top
Show:
© 2017 Microsoft