TypeExtensions.IsInstanceOfType(Type, Object) 메서드

정의

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

매개 변수

type
Type
o
Object

반환

적용 대상