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

Property CLRImageType As eCLRImageType

Dim instance As VCLinkerTool
Dim value As eCLRImageType

value = instance.CLRImageType

instance.CLRImageType = value
eCLRImageType CLRImageType { get; set; }
property eCLRImageType CLRImageType {
    eCLRImageType get ();
    void set (eCLRImageType value);
}
function get CLRImageType () : eCLRImageType
function set CLRImageType (value : eCLRImageType)

Property Value

Type: Microsoft.VisualStudio.VCProjectEngine.eCLRImageType

An eCLRImageType enumeration.

Permissions

See Also

Concepts

/CLRIMAGETYPE (Specify Type of CLR Image)

Reference

VCLinkerTool Interface

VCLinkerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace