PexInvariant.CheckInvariant(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks the invariant, if any exists.
public:
static void CheckInvariant(System::Object ^ value);
public static void CheckInvariant (object value);
static member CheckInvariant : obj -> unit
Public Shared Sub CheckInvariant (value As Object)
Parameters
- value
- Object
The object.