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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.