VCLinkerTool.CLRImageType Property

Gets or sets a value indicating the type of a CLR image.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property CLRImageType As eCLRImageType
eCLRImageType CLRImageType { get; set; }
property eCLRImageType CLRImageType {
    eCLRImageType get ();
    void set (eCLRImageType value);
}
abstract CLRImageType : eCLRImageType with get, set
function get CLRImageType () : eCLRImageType 
function set CLRImageType (value : eCLRImageType)

Property Value

Type: Microsoft.VisualStudio.VCProjectEngine.eCLRImageType
An eCLRImageType enumeration.

.NET Framework Security

See Also

Reference

VCLinkerTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace

Other Resources

/CLRIMAGETYPE (Specify Type of CLR Image)