Freigeben über


RuntimeEnvironment-Konstruktor: ()

 

Veröffentlicht: Oktober 2016

Hinweis: Diese API ist jetzt veraltet.

Initialisiert eine neue Instanz der RuntimeEnvironment-Klasse.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

[ObsoleteAttribute("Do not create instances of the RuntimeEnvironment class.  Call the static methods directly on this type instead", 
    true)]
public RuntimeEnvironment()
public:
[ObsoleteAttribute("Do not create instances of the RuntimeEnvironment class.  Call the static methods directly on this type instead", 
    true)]
RuntimeEnvironment()
[<ObsoleteAttribute("Do not create instances of the RuntimeEnvironment class.  Call the static methods directly on this type instead",
    true)>]
new : unit -> RuntimeEnvironment
<ObsoleteAttribute("Do not create instances of the RuntimeEnvironment class.  Call the static methods directly on this type instead",
    True)>
Public Sub New

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

RuntimeEnvironment-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang