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!

MethodImplAttribute Constructor

Initializes a new instance of the MethodImplAttribute class.

[Visual Basic]
Public Sub New( _
   ByVal methodImplOptions As MethodImplOptions _
)
[C#]
public MethodImplAttribute(
   MethodImplOptions methodImplOptions
);
[C++]
public: MethodImplAttribute(
   MethodImplOptions methodImplOptions
);
[JScript]
public function MethodImplAttribute(
   methodImplOptions : MethodImplOptions
);

Parameters

methodImplOptions
[To be supplied.]

See Also

MethodImplAttribute Class | MethodImplAttribute Members | System.Runtime.InteropServices Namespace