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.GetImplementationFlags

Gets the implementation flags for the method.

[Visual Basic]
Public Function GetImplementationFlags() As MethodImplAttributes
[C#]
public MethodImplAttributes GetImplementationFlags();
[C++]
public: MethodImplAttributes GetImplementationFlags();
[JScript]
public function GetImplementationFlags() : MethodImplAttributes;

Return Value

Returns the implementation flags for the method.

Remarks

GetImplementationFlags is a synonym for GetMethodImplementationFlags.

See Also

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