JSMethod::GetBaseDefinition Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the MethodInfo object for the method on the direct or indirect base class in which this method was first declared.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

public:
virtual MethodInfo^ GetBaseDefinition() override

Return Value

Type: System.Reflection::MethodInfo^

this in all cases.

.NET Framework
Available since 1.1
Return to top
Show: