The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PrivateObject Constructor (Object^)
Initializes a new instance of the PrivateObject class that creates the wrapper for the specified object.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Parameters
- obj
-
Type:
System::Object^
The object to wrap.
| Exception | Condition |
|---|---|
| ArgumentNullException | obj is null |
The following table shows initial property values for an instance of the PrivateObject class that is instantiated with PrivateObject.
Property | Value |
|---|---|
obj | |
The Type of obj |
Show: