NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MethodBuilder.CallingConvention

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;

Property Value

Read-only. The calling convention of the method.

See Also

MethodBuilder Class | MethodBuilder Members | System.Reflection.Emit Namespace