Compartir a través de


Constructor RuntimeEnvironment ()

 

Publicado: octubre de 2016

Nota: Esta API ahora está obsoleta.

Inicializa una nueva instancia de la clase RuntimeEnvironment.

Espacio de nombres:   System.Runtime.InteropServices
Ensamblado:  mscorlib (en mscorlib.dll)

Sintaxis

[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

Información de versión

.NET Framework
Disponible desde 1.1

Ver también

Clase RuntimeEnvironment
Espacio de nombres System.Runtime.InteropServices

Volver al principio