PrivateType-Konstruktor (Type)

Initialisiert eine neue Instanz der PrivateType-Klasse mit den Typinformationen.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntax

'Declaration
Public Sub New ( _
    type As Type _
)
public PrivateType(
    Type type
)
public:
PrivateType(
    Type^ type
)
new : 
        type:Type -> PrivateType
public function PrivateType(
    type : Type
)

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

type hat den Wert nullNULL-Verweis (Nothing in Visual Basic).

Hinweise

Erstellt einen privaten Typ aus dem übergebenen Typobjekt.

.NET Framework-Sicherheit

Siehe auch

Referenz

PrivateType Klasse

PrivateType-Überladung

Microsoft.VisualStudio.TestTools.UnitTesting-Namespace