JSMethodInfo::MemberType Property

 

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

Gets the type of member that this method is. Identifies the type of class derived from MemberInfo that this class derives from.

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

public:
property MemberTypes MemberType {
	virtual MemberTypes get() override;
}

Property Value

Type: System.Reflection::MemberTypes

Method, because this class derives from MethodInfo.

.NET Framework
Available since 1.1
Return to top
Show: