MethodRegistration::GetMethodType
Defined in:
Returns the registered method type.
C4Methods.h
Prototype
MethodType GetMethodType(void) const;
Description
The GetMethodType
function returns the method type for a particular method registration. The method type is established when the method registration is constructed.
See Also