ExtensionClassDebugSupport.GetExtensionsOnObject(Type, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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