Retrieves the calling conventions for this method.
[Visual Basic] Overridable Public ReadOnly Property CallingConvention As _ CallingConventions [C#] public CallingConventions CallingConvention {virtual get;} [C++] public: __property virtual CallingConventions get_CallingConvention(); [JScript] public function get CallingConvention() : CallingConventions;
Read-only. The CallingConventions for this method.
[To be supplied.]
MethodBase Class | MethodBase Members | System.Reflection Namespace | CallingConventions