_Type::IsInstanceOfType Method
Provides COM objects with version-independent access to the Type::IsInstanceOfType method.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Parameters
- o
- Type: System::Object
The object to compare with the current Type.
Return Value
Type: System::Booleantrue if the current Type is in the inheritance hierarchy of the object represented by o, or if the current Type is an interface that o supports. false if neither of these conditions is the case, or if o is nullptr, or if the current Type is an open generic type (that is, ContainsGenericParameters returns true).
This method is for access to managed classes from unmanaged code, and should not be called from managed code.
The Type::IsInstanceOfType method determines whether the specified object is an instance of the current Type.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.