PrivateObject Class
Visual Studio 2005
Allows test code to call methods and properties on the code under test that would be inaccessible because they are not public.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in microsoft.visualstudio.qualitytools.unittestframework.dll)
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in microsoft.visualstudio.qualitytools.unittestframework.dll)
The test generator creates most of the calls to these objects. The test generator creates code to wrap the private objects in a wrapper that allows access to the private object's members.
For a list of initial property values for an instance of the PrivateObject class, see the PrivateObject constructor.
This class represents the live non-public internal object in the system.
- ReflectionPermission The user must have the TypeInformation and MemberAccess flags set to use this type.