Assembly.ImageRuntimeVersion Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene una stringa che rappresenta la versione di CLR (Common Language Runtime) salvata nel file che contiene il manifesto.
public:
virtual property System::String ^ ImageRuntimeVersion { System::String ^ get(); };
public virtual string ImageRuntimeVersion { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public virtual string ImageRuntimeVersion { get; }
member this.ImageRuntimeVersion : string
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.ImageRuntimeVersion : string
Public Overridable ReadOnly Property ImageRuntimeVersion As String
Valore della proprietà
Nome della cartella della versione CLR. Non si tratta di un percorso completo.
- Attributi
Commenti
Ad esempio, il valore per .NET Framework versione 1.1 sarebbe v1.1.4322. I file binari per tale versione si trovano nel percorso %windir%\Microsoft.NET\Framework\v1.1.4322.
Per impostazione predefinita, ImageRuntimeVersion è impostata sulla versione di CLR usata per compilare l'assembly. Tuttavia, potrebbe essere stato impostato su un altro valore in fase di compilazione.