MockManagerIsTypeMockedAll Method (Type)

Typemock Isolator Developer Guide
Check if a type is mocked for all instances

Namespace:  TypeMock
Assembly:  TypeMock (in TypeMock.dll) Version: 9.3.7.0 (9.3.7.0)
Syntax

public static bool IsTypeMockedAll(
	Type type
)

Parameters

type
Type: SystemType
Type to check

Return Value

Type: Boolean
true when the type is mocked for all instances
Remarks

See Also

Reference