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!

MethodBase.CallingConvention

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;

Property Value

Read-only. The CallingConventions for this method.

Remarks

[To be supplied.]

See Also

MethodBase Class | MethodBase Members | System.Reflection Namespace | CallingConventions