2010-05-27 Jb Evain <jbevain@novell.com>
[mcs.git] / class / corlib / System.Runtime.InteropServices / RegistrationConnectionType.cs
blob3c5b42500c185ab8739984f653e4dedc2b88a5bc
1 //
2 // System.Runtime.InteropServices.RegistrationConnectionType
3 //
4 // Author:
5 // Kazuki Oikawa (kazuki@panicode.com)
6 //
8 using System;
10 namespace System.Runtime.InteropServices
12 [Flags]
13 public enum RegistrationConnectionType
15 MultipleUse = 1,
16 MultiSeparate = 2,
17 SingleUse = 0,
18 Suspended = 4,
19 Surrogate = 8