Share via


ExtensionClassDebugSupport.GetExtensionsOnObject(Type, Object) Method

Definition

public:
 static System::Object ^ GetExtensionsOnObject(Type ^ hostType, System::Object ^ hostInstance);
public static object GetExtensionsOnObject (Type hostType, object hostInstance);
static member GetExtensionsOnObject : Type * obj -> obj
Public Shared Function GetExtensionsOnObject (hostType As Type, hostInstance As Object) As Object

Parameters

hostType
Type
hostInstance
Object

Returns

Applies to