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

Returns the implementation flags for the method.

[Visual Basic]
Overrides Public Function GetMethodImplementationFlags() As _
   MethodImplAttributes
[C#]
public override MethodImplAttributes GetMethodImplementationFlags();
[C++]
public: override MethodImplAttributes
   GetMethodImplementationFlags();
[JScript]
public override function GetMethodImplementationFlags() :
   MethodImplAttributes;

Return Value

Returns the implementation flags for the method.

Remarks

GetMethodImplementationFlags is a synonym for GetImplementationFlags.

See Also

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