using System; namespace Mono.VisualC.Interop { public enum MethodType { Native, NativeCtor, NativeDtor, ManagedAlloc } }