VCLinkerTool.CLRImageType Property

Definition

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

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

Property Value

An eCLRImageType enumeration.

Attributes

Applies to