Type.IsInstanceOfType Method

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public MustOverride Function IsInstanceOfType ( _
    o As Object _
) As Boolean
'Usage
Dim instance As Type
Dim o As Object
Dim returnValue As Boolean

returnValue = instance.IsInstanceOfType(o)
public abstract bool IsInstanceOfType(
    Object o
)
public:
virtual bool IsInstanceOfType(
    Object^ o
) abstract
abstract IsInstanceOfType : 
        o:Object -> bool 
public abstract function IsInstanceOfType(
    o : Object
) : boolean

Parameters

  • o
    Type: Object

Return Value

Type: Boolean

.NET Framework Security

See Also

Reference

Type Class

Type Members

System.Reflection.Mock Namespace