Compartilhar via


Construtor RuntimeEnvironment ()

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Observação: Esta API agora está obsoleta.

Inicializa uma nova instância da classe RuntimeEnvironment.

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

Sintaxe

[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

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Classe RuntimeEnvironment
Namespace System.Runtime.InteropServices

Retornar ao início