Assert.IsInstanceOfType Method

Definition

Overloads

IsInstanceOfType(Type, Object)
IsInstanceOfType(Object, String, Object[])
IsInstanceOfType(Type, Object, String)
IsInstanceOfType(Type, Object, String, Object[])

IsInstanceOfType(Type, Object)

public static void IsInstanceOfType (Type expected, object actual);
static member IsInstanceOfType : Type * obj -> unit

Parameters

expected
Type
actual
Object

Applies to

IsInstanceOfType(Object, String, Object[])

public static void IsInstanceOfType (object anObject, string message, params object[] args);
static member IsInstanceOfType : obj * string * obj[] -> unit

Parameters

anObject
Object
message
String
args
Object[]

Applies to

IsInstanceOfType(Type, Object, String)

public static void IsInstanceOfType (Type expected, object actual, string message);
static member IsInstanceOfType : Type * obj * string -> unit

Parameters

expected
Type
actual
Object
message
String

Applies to

IsInstanceOfType(Type, Object, String, Object[])

public static void IsInstanceOfType (Type expected, object actual, string message, params object[] args);
static member IsInstanceOfType : Type * obj * string * obj[] -> unit

Parameters

expected
Type
actual
Object
message
String
args
Object[]

Applies to