TypeExtensions.IsInstanceOfType(Type, Object) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
public:
[System::Runtime::CompilerServices::Extension]
static bool IsInstanceOfType(Type ^ type, System::Object ^ o);
public static bool IsInstanceOfType(this Type type, object o);
public static bool IsInstanceOfType(this Type type, object? o);
static member IsInstanceOfType : Type * obj -> bool
<Extension()>
Public Function IsInstanceOfType (type As Type, o As Object) As Boolean
Parameter
- type
- Type
- o
- Object