Returns the calling convention of the method.
[Visual Basic] Overridable Public ReadOnly Property CallingConvention As _ CallingConventions [C#] public CallingConventions CallingConvention {override get;} [C++] public: __property virtual CallingConventions get_CallingConvention(); [JScript] public function get CallingConvention() : CallingConventions;
Read-only. The calling convention of the method.
MethodBuilder Class | MethodBuilder Members | System.Reflection.Emit Namespace