// MethodImplOptions.cs
//
// This code was automatically generated from
// ECMA CLI XML Library Specification.
// Generator: libgen.xsl
// Source file: all.xml
// URL: http://devresource.hp.com/devresource/Docs/TechPapers/CSharp/all.xml
//
// (C) 2001 Ximian, Inc. http://www.ximian.com
namespace System.Runtime.InteropServices {
///
/// [To be supplied.]
///
public enum MethodImplOptions {
///
/// [To be supplied.]
///
OLE = 128,
///
/// [To be supplied.]
///
Synchronized = 32,
///
/// [To be supplied.]
///
NoInlining = 8,
///
/// [To be supplied.]
///
OneWay = 64,
} // MethodImplOptions
} // System.Runtime.InteropServices