PrivateType Class
Represents the type of a private class that gives access to private static implementations.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.SmartDevice.UnitTestFramework (in Microsoft.VisualStudio.SmartDevice.UnitTestFramework.dll)
Syntax
'Declaration
Public Class PrivateType
'Usage
Dim instance As PrivateType
public class PrivateType
public ref class PrivateType
public class PrivateType
Remarks
The test generator automatically creates the private type.
.NET Framework Security
-
The user must have the TypeInformation and MemberAccess flags set to use this type.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.UnitTesting.PrivateType
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.TestTools.UnitTesting Namespace