This topic has not yet been rated - Rate this topic

PrivateObject.RealType Property

Gets the type of the underlying object.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
public Type RealType { get; }

Property Value

Type: Type
A Type object.

This represents the Type of the wrapped object.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.