MethodRegistration::GetMethodType
Defined in: C4Methods.h
Returns the registered method type.
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
MethodRegistration::GetMethodFlags
MethodRegistration::GetMethodName
|