PrivateObject Constructor
Initializes a new instance of the PrivateObject class.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | PrivateObject(Object^) | Initializes a new instance of the PrivateObject class that creates the wrapper for the specified object. |
![]() | PrivateObject(Object^, PrivateType^) | Initializes a new instance of the PrivateObject class that creates the wrapper for the specified object. |
![]() | PrivateObject(Object^, String^) | Initializes a new instance of the PrivateObject class that creates the wrapper for the specified object. |
![]() | PrivateObject(String^, String^, array<Object^>^) | Initializes a new instance of the PrivateObject class. This creates the object of the specified type and wraps it in the private object. |
![]() | PrivateObject(String^, String^, array<Type^>^, array<Object^>^) | Initializes a new instance of the PrivateObject class. This creates an object of the specified type and wraps it in the private object. |
![]() | PrivateObject(Type^, array<Object^>^) | Initializes a new instance of the PrivateObject class that creates the wrapper for the specified object. |
![]() | PrivateObject(Type^, array<Type^>^, array<Object^>^) | Initializes a new instance of the PrivateObject class. |
