1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 
5 [assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
6 [assembly:System.CLSCompliantAttribute(true)]
7 [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
8 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
9 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
10 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Messaging.dll")]
11 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.Messaging.dll")]
12 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.7.2558.0")]
13 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.7.2558.0")]
14 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
15 [assembly:System.Reflection.AssemblyTitleAttribute("System.Messaging.dll")]
16 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
17 [assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
18 [assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
19 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
20 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
21 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
22 [assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)(2050))]
23 [assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
24 namespace System.Messaging
25 {
26     public partial class AccessControlEntry
27     {
AccessControlEntry()28         public AccessControlEntry() { }
AccessControlEntry(System.Messaging.Trustee trustee)29         public AccessControlEntry(System.Messaging.Trustee trustee) { }
AccessControlEntry(System.Messaging.Trustee trustee, System.Messaging.GenericAccessRights genericAccessRights, System.Messaging.StandardAccessRights standardAccessRights, System.Messaging.AccessControlEntryType entryType)30         public AccessControlEntry(System.Messaging.Trustee trustee, System.Messaging.GenericAccessRights genericAccessRights, System.Messaging.StandardAccessRights standardAccessRights, System.Messaging.AccessControlEntryType entryType) { }
31         protected int CustomAccessRights { get { throw null; } set { } }
32         public System.Messaging.AccessControlEntryType EntryType { get { throw null; } set { } }
33         public System.Messaging.GenericAccessRights GenericAccessRights { get { throw null; } set { } }
34         public System.Messaging.StandardAccessRights StandardAccessRights { get { throw null; } set { } }
35         public System.Messaging.Trustee Trustee { get { throw null; } set { } }
36     }
37     public enum AccessControlEntryType
38     {
39         Allow = 1,
40         Deny = 3,
41         Revoke = 4,
42         Set = 2,
43     }
44     public partial class AccessControlList : System.Collections.CollectionBase
45     {
AccessControlList()46         public AccessControlList() { }
Add(System.Messaging.AccessControlEntry entry)47         public int Add(System.Messaging.AccessControlEntry entry) { throw null; }
Contains(System.Messaging.AccessControlEntry entry)48         public bool Contains(System.Messaging.AccessControlEntry entry) { throw null; }
CopyTo(System.Messaging.AccessControlEntry[] array, int index)49         public void CopyTo(System.Messaging.AccessControlEntry[] array, int index) { }
IndexOf(System.Messaging.AccessControlEntry entry)50         public int IndexOf(System.Messaging.AccessControlEntry entry) { throw null; }
Insert(int index, System.Messaging.AccessControlEntry entry)51         public void Insert(int index, System.Messaging.AccessControlEntry entry) { }
Remove(System.Messaging.AccessControlEntry entry)52         public void Remove(System.Messaging.AccessControlEntry entry) { }
53     }
54     [System.FlagsAttribute]
55     public enum AcknowledgeTypes
56     {
57         FullReachQueue = 5,
58         FullReceive = 14,
59         NegativeReceive = 8,
60         None = 0,
61         NotAcknowledgeReachQueue = 4,
62         NotAcknowledgeReceive = 12,
63         PositiveArrival = 1,
64         PositiveReceive = 2,
65     }
66     public enum Acknowledgment
67     {
68         AccessDenied = 32772,
69         BadDestinationQueue = 32768,
70         BadEncryption = 32775,
71         BadSignature = 32774,
72         CouldNotEncrypt = 32776,
73         HopCountExceeded = 32773,
74         None = 0,
75         NotTransactionalMessage = 32778,
76         NotTransactionalQueue = 32777,
77         Purged = 32769,
78         QueueDeleted = 49152,
79         QueueExceedMaximumSize = 32771,
80         QueuePurged = 49153,
81         ReachQueue = 2,
82         ReachQueueTimeout = 32770,
83         Receive = 16384,
84         ReceiveTimeout = 49154,
85     }
86     public partial class ActiveXMessageFormatter : System.ICloneable, System.Messaging.IMessageFormatter
87     {
ActiveXMessageFormatter()88         public ActiveXMessageFormatter() { }
CanRead(System.Messaging.Message message)89         public bool CanRead(System.Messaging.Message message) { throw null; }
Clone()90         public object Clone() { throw null; }
InitStreamedObject(object streamedObject)91         public static void InitStreamedObject(object streamedObject) { }
Read(System.Messaging.Message message)92         public object Read(System.Messaging.Message message) { throw null; }
Write(System.Messaging.Message message, object obj)93         public void Write(System.Messaging.Message message, object obj) { }
94     }
95     public partial class BinaryMessageFormatter : System.ICloneable, System.Messaging.IMessageFormatter
96     {
BinaryMessageFormatter()97         public BinaryMessageFormatter() { }
BinaryMessageFormatter(System.Runtime.Serialization.Formatters.FormatterAssemblyStyle topObjectFormat, System.Runtime.Serialization.Formatters.FormatterTypeStyle typeFormat)98         public BinaryMessageFormatter(System.Runtime.Serialization.Formatters.FormatterAssemblyStyle topObjectFormat, System.Runtime.Serialization.Formatters.FormatterTypeStyle typeFormat) { }
99         [System.ComponentModel.DefaultValueAttribute((System.Runtime.Serialization.Formatters.FormatterAssemblyStyle)(0))]
100         [System.Messaging.MessagingDescriptionAttribute("MsgTopObjectFormat")]
101         public System.Runtime.Serialization.Formatters.FormatterAssemblyStyle TopObjectFormat { get { throw null; } set { } }
102         [System.ComponentModel.DefaultValueAttribute((System.Runtime.Serialization.Formatters.FormatterTypeStyle)(0))]
103         [System.Messaging.MessagingDescriptionAttribute("MsgTypeFormat")]
104         public System.Runtime.Serialization.Formatters.FormatterTypeStyle TypeFormat { get { throw null; } set { } }
CanRead(System.Messaging.Message message)105         public bool CanRead(System.Messaging.Message message) { throw null; }
Clone()106         public object Clone() { throw null; }
Read(System.Messaging.Message message)107         public object Read(System.Messaging.Message message) { throw null; }
Write(System.Messaging.Message message, object obj)108         public void Write(System.Messaging.Message message, object obj) { }
109     }
110     public enum CryptographicProviderType
111     {
112         Dss = 3,
113         Fortezza = 4,
114         MicrosoftExchange = 5,
115         None = 0,
116         RsaFull = 1,
117         RsqSig = 2,
118         Ssl = 6,
119         SttAcq = 8,
120         SttBrnd = 9,
121         SttIss = 11,
122         SttMer = 7,
123         SttRoot = 10,
124     }
125     public sealed partial class Cursor : System.IDisposable
126     {
Cursor()127         internal Cursor() { }
Close()128         public void Close() { }
Dispose()129         public void Dispose() { }
130     }
131     [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ExpandableObjectConverter))]
132     public partial class DefaultPropertiesToSend
133     {
DefaultPropertiesToSend()134         public DefaultPropertiesToSend() { }
135         [System.ComponentModel.DefaultValueAttribute((System.Messaging.AcknowledgeTypes)(0))]
136         [System.Messaging.MessagingDescriptionAttribute("MsgAcknowledgeType")]
137         public System.Messaging.AcknowledgeTypes AcknowledgeType { get { throw null; } set { } }
138         [System.ComponentModel.DefaultValueAttribute(null)]
139         [System.Messaging.MessagingDescriptionAttribute("MsgAdministrationQueue")]
140         public System.Messaging.MessageQueue AdministrationQueue { get { throw null; } set { } }
141         [System.ComponentModel.DefaultValueAttribute(0)]
142         [System.Messaging.MessagingDescriptionAttribute("MsgAppSpecific")]
143         public int AppSpecific { get { throw null; } set { } }
144         [System.ComponentModel.DefaultValueAttribute(true)]
145         [System.Messaging.MessagingDescriptionAttribute("MsgAttachSenderId")]
146         public bool AttachSenderId { get { throw null; } set { } }
147         [System.ComponentModel.DefaultValueAttribute((System.Messaging.EncryptionAlgorithm)(26114))]
148         [System.Messaging.MessagingDescriptionAttribute("MsgEncryptionAlgorithm")]
149         public System.Messaging.EncryptionAlgorithm EncryptionAlgorithm { get { throw null; } set { } }
150         [System.ComponentModel.EditorAttribute("System.ComponentModel.Design.ArrayEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
151         [System.Messaging.MessagingDescriptionAttribute("MsgExtension")]
152         public byte[] Extension { get { throw null; } set { } }
153         [System.ComponentModel.DefaultValueAttribute((System.Messaging.HashAlgorithm)(32771))]
154         [System.Messaging.MessagingDescriptionAttribute("MsgHashAlgorithm")]
155         public System.Messaging.HashAlgorithm HashAlgorithm { get { throw null; } set { } }
156         [System.ComponentModel.DefaultValueAttribute("")]
157         [System.Messaging.MessagingDescriptionAttribute("MsgLabel")]
158         public string Label { get { throw null; } set { } }
159         [System.ComponentModel.DefaultValueAttribute((System.Messaging.MessagePriority)(3))]
160         [System.Messaging.MessagingDescriptionAttribute("MsgPriority")]
161         public System.Messaging.MessagePriority Priority { get { throw null; } set { } }
162         [System.ComponentModel.DefaultValueAttribute(false)]
163         [System.Messaging.MessagingDescriptionAttribute("MsgRecoverable")]
164         public bool Recoverable { get { throw null; } set { } }
165         [System.ComponentModel.DefaultValueAttribute(null)]
166         [System.Messaging.MessagingDescriptionAttribute("MsgResponseQueue")]
167         public System.Messaging.MessageQueue ResponseQueue { get { throw null; } set { } }
168         [System.ComponentModel.TypeConverterAttribute("System.Messaging.Design.TimeoutConverter")]
169         [System.Messaging.MessagingDescriptionAttribute("MsgTimeToBeReceived")]
170         public System.TimeSpan TimeToBeReceived { get { throw null; } set { } }
171         [System.ComponentModel.TypeConverterAttribute("System.Messaging.Design.TimeoutConverter")]
172         [System.Messaging.MessagingDescriptionAttribute("MsgTimeToReachQueue")]
173         public System.TimeSpan TimeToReachQueue { get { throw null; } set { } }
174         [System.ComponentModel.DefaultValueAttribute(null)]
175         [System.Messaging.MessagingDescriptionAttribute("MsgTransactionStatusQueue")]
176         public System.Messaging.MessageQueue TransactionStatusQueue { get { throw null; } set { } }
177         [System.ComponentModel.DefaultValueAttribute(false)]
178         [System.Messaging.MessagingDescriptionAttribute("MsgUseAuthentication")]
179         public bool UseAuthentication { get { throw null; } set { } }
180         [System.ComponentModel.DefaultValueAttribute(false)]
181         [System.Messaging.MessagingDescriptionAttribute("MsgUseDeadLetterQueue")]
182         public bool UseDeadLetterQueue { get { throw null; } set { } }
183         [System.ComponentModel.DefaultValueAttribute(false)]
184         [System.Messaging.MessagingDescriptionAttribute("MsgUseEncryption")]
185         public bool UseEncryption { get { throw null; } set { } }
186         [System.ComponentModel.DefaultValueAttribute(false)]
187         [System.Messaging.MessagingDescriptionAttribute("MsgUseJournalQueue")]
188         public bool UseJournalQueue { get { throw null; } set { } }
189         [System.ComponentModel.DefaultValueAttribute(false)]
190         [System.Messaging.MessagingDescriptionAttribute("MsgUseTracing")]
191         public bool UseTracing { get { throw null; } set { } }
192     }
193     public enum EncryptionAlgorithm
194     {
195         None = 0,
196         Rc2 = 26114,
197         Rc4 = 26625,
198     }
199     public enum EncryptionRequired
200     {
201         Body = 2,
202         None = 0,
203         Optional = 1,
204     }
205     [System.FlagsAttribute]
206     public enum GenericAccessRights
207     {
208         All = 268435456,
209         Execute = 536870912,
210         None = 0,
211         Read = -2147483648,
212         Write = 1073741824,
213     }
214     public enum HashAlgorithm
215     {
216         Mac = 32773,
217         Md2 = 32769,
218         Md4 = 32770,
219         Md5 = 32771,
220         None = 0,
221         Sha = 32772,
222         Sha256 = 32780,
223         Sha384 = 32781,
224         Sha512 = 32782,
225     }
226     [System.ComponentModel.TypeConverterAttribute("System.Messaging.Design.MessageFormatterConverter")]
227     public partial interface IMessageFormatter : System.ICloneable
228     {
CanRead(System.Messaging.Message message)229         bool CanRead(System.Messaging.Message message);
Read(System.Messaging.Message message)230         object Read(System.Messaging.Message message);
Write(System.Messaging.Message message, object obj)231         void Write(System.Messaging.Message message, object obj);
232     }
233     [System.ComponentModel.DesignerAttribute("System.Messaging.Design.MessageDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
234     public partial class Message : System.ComponentModel.Component
235     {
236         public static readonly System.TimeSpan InfiniteTimeout;
Message()237         public Message() { }
Message(object body)238         public Message(object body) { }
Message(object body, System.Messaging.IMessageFormatter formatter)239         public Message(object body, System.Messaging.IMessageFormatter formatter) { }
240         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
241         [System.ComponentModel.ReadOnlyAttribute(true)]
242         [System.Messaging.MessagingDescriptionAttribute("MsgAcknowledgeType")]
243         public System.Messaging.AcknowledgeTypes AcknowledgeType { get { throw null; } set { } }
244         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
245         [System.ComponentModel.ReadOnlyAttribute(true)]
246         [System.Messaging.MessagingDescriptionAttribute("MsgAcknowledgement")]
247         public System.Messaging.Acknowledgment Acknowledgment { get { throw null; } }
248         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
249         [System.ComponentModel.ReadOnlyAttribute(true)]
250         [System.Messaging.MessagingDescriptionAttribute("MsgAdministrationQueue")]
251         public System.Messaging.MessageQueue AdministrationQueue { get { throw null; } set { } }
252         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
253         [System.ComponentModel.ReadOnlyAttribute(true)]
254         [System.Messaging.MessagingDescriptionAttribute("MsgAppSpecific")]
255         public int AppSpecific { get { throw null; } set { } }
256         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
257         [System.Messaging.MessagingDescriptionAttribute("MsgArrivedTime")]
258         public System.DateTime ArrivedTime { get { throw null; } }
259         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
260         [System.ComponentModel.ReadOnlyAttribute(true)]
261         [System.Messaging.MessagingDescriptionAttribute("MsgAttachSenderId")]
262         public bool AttachSenderId { get { throw null; } set { } }
263         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
264         [System.Messaging.MessagingDescriptionAttribute("MsgAuthenticated")]
265         public bool Authenticated { get { throw null; } }
266         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
267         [System.ComponentModel.ReadOnlyAttribute(true)]
268         [System.Messaging.MessagingDescriptionAttribute("MsgAuthenticationProviderName")]
269         public string AuthenticationProviderName { get { throw null; } set { } }
270         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
271         [System.ComponentModel.ReadOnlyAttribute(true)]
272         [System.Messaging.MessagingDescriptionAttribute("MsgAuthenticationProviderType")]
273         public System.Messaging.CryptographicProviderType AuthenticationProviderType { get { throw null; } set { } }
274         [System.ComponentModel.BrowsableAttribute(false)]
275         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
276         public object Body { get { throw null; } set { } }
277         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
278         [System.ComponentModel.EditorAttribute("System.ComponentModel.Design.BinaryEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
279         [System.ComponentModel.ReadOnlyAttribute(true)]
280         [System.Messaging.MessagingDescriptionAttribute("MsgBodyStream")]
281         public System.IO.Stream BodyStream { get { throw null; } set { } }
282         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
283         [System.ComponentModel.ReadOnlyAttribute(true)]
284         [System.Messaging.MessagingDescriptionAttribute("MsgBodyType")]
285         public int BodyType { get { throw null; } set { } }
286         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
287         [System.ComponentModel.ReadOnlyAttribute(true)]
288         [System.Messaging.MessagingDescriptionAttribute("MsgConnectorType")]
289         public System.Guid ConnectorType { get { throw null; } set { } }
290         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
291         [System.ComponentModel.ReadOnlyAttribute(true)]
292         [System.Messaging.MessagingDescriptionAttribute("MsgCorrelationId")]
293         public string CorrelationId { get { throw null; } set { } }
294         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
295         [System.Messaging.MessagingDescriptionAttribute("MsgDestinationQueue")]
296         public System.Messaging.MessageQueue DestinationQueue { get { throw null; } }
297         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
298         [System.ComponentModel.ReadOnlyAttribute(true)]
299         [System.Messaging.MessagingDescriptionAttribute("MsgDestinationSymmetricKey")]
300         public byte[] DestinationSymmetricKey { get { throw null; } set { } }
301         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
302         [System.ComponentModel.ReadOnlyAttribute(true)]
303         [System.Messaging.MessagingDescriptionAttribute("MsgDigitalSignature")]
304         public byte[] DigitalSignature { get { throw null; } set { } }
305         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
306         [System.ComponentModel.ReadOnlyAttribute(true)]
307         [System.Messaging.MessagingDescriptionAttribute("MsgEncryptionAlgorithm")]
308         public System.Messaging.EncryptionAlgorithm EncryptionAlgorithm { get { throw null; } set { } }
309         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
310         [System.ComponentModel.ReadOnlyAttribute(true)]
311         [System.Messaging.MessagingDescriptionAttribute("MsgExtension")]
312         public byte[] Extension { get { throw null; } set { } }
313         [System.ComponentModel.BrowsableAttribute(false)]
314         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
315         public System.Messaging.IMessageFormatter Formatter { get { throw null; } set { } }
316         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
317         [System.ComponentModel.ReadOnlyAttribute(true)]
318         [System.Messaging.MessagingDescriptionAttribute("MsgHashAlgorithm")]
319         public System.Messaging.HashAlgorithm HashAlgorithm { get { throw null; } set { } }
320         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
321         [System.ComponentModel.ReadOnlyAttribute(true)]
322         [System.Messaging.MessagingDescriptionAttribute("MsgId")]
323         public string Id { get { throw null; } }
324         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
325         [System.Messaging.MessagingDescriptionAttribute("MsgIsFirstInTransaction")]
326         public bool IsFirstInTransaction { get { throw null; } }
327         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
328         [System.Messaging.MessagingDescriptionAttribute("MsgIsLastInTransaction")]
329         public bool IsLastInTransaction { get { throw null; } }
330         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
331         [System.ComponentModel.ReadOnlyAttribute(true)]
332         [System.Messaging.MessagingDescriptionAttribute("MsgLabel")]
333         public string Label { get { throw null; } set { } }
334         public long LookupId { get { throw null; } }
335         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
336         [System.Messaging.MessagingDescriptionAttribute("MsgMessageType")]
337         public System.Messaging.MessageType MessageType { get { throw null; } }
338         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
339         [System.ComponentModel.ReadOnlyAttribute(true)]
340         [System.Messaging.MessagingDescriptionAttribute("MsgPriority")]
341         public System.Messaging.MessagePriority Priority { get { throw null; } set { } }
342         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
343         [System.ComponentModel.ReadOnlyAttribute(true)]
344         [System.Messaging.MessagingDescriptionAttribute("MsgRecoverable")]
345         public bool Recoverable { get { throw null; } set { } }
346         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
347         [System.ComponentModel.ReadOnlyAttribute(true)]
348         [System.Messaging.MessagingDescriptionAttribute("MsgResponseQueue")]
349         public System.Messaging.MessageQueue ResponseQueue { get { throw null; } set { } }
350         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
351         [System.ComponentModel.ReadOnlyAttribute(true)]
352         public System.Messaging.SecurityContext SecurityContext { get { throw null; } set { } }
353         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
354         [System.ComponentModel.ReadOnlyAttribute(true)]
355         [System.Messaging.MessagingDescriptionAttribute("MsgSenderCertificate")]
356         public byte[] SenderCertificate { get { throw null; } set { } }
357         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
358         [System.Messaging.MessagingDescriptionAttribute("MsgSenderId")]
359         public byte[] SenderId { get { throw null; } }
360         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
361         [System.ComponentModel.ReadOnlyAttribute(true)]
362         [System.Messaging.MessagingDescriptionAttribute("MsgSenderVersion")]
363         public long SenderVersion { get { throw null; } }
364         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
365         [System.ComponentModel.ReadOnlyAttribute(true)]
366         [System.Messaging.MessagingDescriptionAttribute("MsgSentTime")]
367         public System.DateTime SentTime { get { throw null; } }
368         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
369         [System.Messaging.MessagingDescriptionAttribute("MsgSourceMachine")]
370         public string SourceMachine { get { throw null; } }
371         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
372         [System.ComponentModel.ReadOnlyAttribute(true)]
373         [System.ComponentModel.TypeConverterAttribute("System.Messaging.Design.TimeoutConverter")]
374         [System.Messaging.MessagingDescriptionAttribute("MsgTimeToBeReceived")]
375         public System.TimeSpan TimeToBeReceived { get { throw null; } set { } }
376         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
377         [System.ComponentModel.ReadOnlyAttribute(true)]
378         [System.ComponentModel.TypeConverterAttribute("System.Messaging.Design.TimeoutConverter")]
379         [System.Messaging.MessagingDescriptionAttribute("MsgTimeToReachQueue")]
380         public System.TimeSpan TimeToReachQueue { get { throw null; } set { } }
381         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
382         [System.Messaging.MessagingDescriptionAttribute("MsgTransactionId")]
383         public string TransactionId { get { throw null; } }
384         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
385         [System.ComponentModel.ReadOnlyAttribute(true)]
386         [System.Messaging.MessagingDescriptionAttribute("MsgTransactionStatusQueue")]
387         public System.Messaging.MessageQueue TransactionStatusQueue { get { throw null; } set { } }
388         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
389         [System.ComponentModel.ReadOnlyAttribute(true)]
390         [System.Messaging.MessagingDescriptionAttribute("MsgUseAuthentication")]
391         public bool UseAuthentication { get { throw null; } set { } }
392         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
393         [System.ComponentModel.ReadOnlyAttribute(true)]
394         [System.Messaging.MessagingDescriptionAttribute("MsgUseDeadLetterQueue")]
395         public bool UseDeadLetterQueue { get { throw null; } set { } }
396         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
397         [System.ComponentModel.ReadOnlyAttribute(true)]
398         [System.Messaging.MessagingDescriptionAttribute("MsgUseEncryption")]
399         public bool UseEncryption { get { throw null; } set { } }
400         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
401         [System.ComponentModel.ReadOnlyAttribute(true)]
402         [System.Messaging.MessagingDescriptionAttribute("MsgUseJournalQueue")]
403         public bool UseJournalQueue { get { throw null; } set { } }
404         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
405         [System.ComponentModel.ReadOnlyAttribute(true)]
406         [System.Messaging.MessagingDescriptionAttribute("MsgUseTracing")]
407         public bool UseTracing { get { throw null; } set { } }
408     }
409     public partial class MessageEnumerator : System.MarshalByRefObject, System.Collections.IEnumerator, System.IDisposable
410     {
MessageEnumerator()411         internal MessageEnumerator() { }
412         public System.Messaging.Message Current { get { throw null; } }
413         public System.IntPtr CursorHandle { get { throw null; } }
414         object System.Collections.IEnumerator.Current { get { throw null; } }
Close()415         public void Close() { }
Dispose()416         public void Dispose() { }
Dispose(bool disposing)417         protected virtual void Dispose(bool disposing) { }
MoveNext()418         public bool MoveNext() { throw null; }
MoveNext(System.TimeSpan timeout)419         public bool MoveNext(System.TimeSpan timeout) { throw null; }
RemoveCurrent()420         public System.Messaging.Message RemoveCurrent() { throw null; }
RemoveCurrent(System.Messaging.MessageQueueTransaction transaction)421         public System.Messaging.Message RemoveCurrent(System.Messaging.MessageQueueTransaction transaction) { throw null; }
RemoveCurrent(System.Messaging.MessageQueueTransactionType transactionType)422         public System.Messaging.Message RemoveCurrent(System.Messaging.MessageQueueTransactionType transactionType) { throw null; }
RemoveCurrent(System.TimeSpan timeout)423         public System.Messaging.Message RemoveCurrent(System.TimeSpan timeout) { throw null; }
RemoveCurrent(System.TimeSpan timeout, System.Messaging.MessageQueueTransaction transaction)424         public System.Messaging.Message RemoveCurrent(System.TimeSpan timeout, System.Messaging.MessageQueueTransaction transaction) { throw null; }
RemoveCurrent(System.TimeSpan timeout, System.Messaging.MessageQueueTransactionType transactionType)425         public System.Messaging.Message RemoveCurrent(System.TimeSpan timeout, System.Messaging.MessageQueueTransactionType transactionType) { throw null; }
Reset()426         public void Reset() { }
427     }
428     public enum MessageLookupAction
429     {
430         Current = 0,
431         First = 4,
432         Last = 8,
433         Next = 1,
434         Previous = 2,
435     }
436     public enum MessagePriority
437     {
438         AboveNormal = 4,
439         High = 5,
440         Highest = 7,
441         Low = 2,
442         Lowest = 0,
443         Normal = 3,
444         VeryHigh = 6,
445         VeryLow = 1,
446     }
447     [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ExpandableObjectConverter))]
448     public partial class MessagePropertyFilter : System.ICloneable
449     {
MessagePropertyFilter()450         public MessagePropertyFilter() { }
451         [System.ComponentModel.DefaultValueAttribute(true)]
452         [System.Messaging.MessagingDescriptionAttribute("MsgAcknowledgeType")]
453         public bool AcknowledgeType { get { throw null; } set { } }
454         [System.ComponentModel.DefaultValueAttribute(true)]
455         [System.Messaging.MessagingDescriptionAttribute("MsgAcknowledgement")]
456         public bool Acknowledgment { get { throw null; } set { } }
457         [System.ComponentModel.DefaultValueAttribute(true)]
458         [System.Messaging.MessagingDescriptionAttribute("MsgAdministrationQueue")]
459         public bool AdministrationQueue { get { throw null; } set { } }
460         [System.ComponentModel.DefaultValueAttribute(false)]
461         [System.Messaging.MessagingDescriptionAttribute("MsgAppSpecific")]
462         public bool AppSpecific { get { throw null; } set { } }
463         [System.ComponentModel.DefaultValueAttribute(false)]
464         [System.Messaging.MessagingDescriptionAttribute("MsgArrivedTime")]
465         public bool ArrivedTime { get { throw null; } set { } }
466         [System.ComponentModel.DefaultValueAttribute(false)]
467         [System.Messaging.MessagingDescriptionAttribute("MsgAttachSenderId")]
468         public bool AttachSenderId { get { throw null; } set { } }
469         [System.ComponentModel.DefaultValueAttribute(false)]
470         [System.Messaging.MessagingDescriptionAttribute("MsgAuthenticated")]
471         public bool Authenticated { get { throw null; } set { } }
472         [System.ComponentModel.DefaultValueAttribute(false)]
473         [System.Messaging.MessagingDescriptionAttribute("MsgAuthenticationProviderName")]
474         public bool AuthenticationProviderName { get { throw null; } set { } }
475         [System.ComponentModel.DefaultValueAttribute(false)]
476         [System.Messaging.MessagingDescriptionAttribute("MsgAuthenticationProviderType")]
477         public bool AuthenticationProviderType { get { throw null; } set { } }
478         [System.ComponentModel.DefaultValueAttribute(true)]
479         [System.Messaging.MessagingDescriptionAttribute("MsgBody")]
480         public bool Body { get { throw null; } set { } }
481         [System.ComponentModel.DefaultValueAttribute(false)]
482         [System.Messaging.MessagingDescriptionAttribute("MsgConnectorType")]
483         public bool ConnectorType { get { throw null; } set { } }
484         [System.ComponentModel.DefaultValueAttribute(false)]
485         [System.Messaging.MessagingDescriptionAttribute("MsgCorrelationId")]
486         public bool CorrelationId { get { throw null; } set { } }
487         [System.ComponentModel.DefaultValueAttribute(1024)]
488         [System.Messaging.MessagingDescriptionAttribute("MsgDefaultBodySize")]
489         public int DefaultBodySize { get { throw null; } set { } }
490         [System.ComponentModel.DefaultValueAttribute(255)]
491         [System.Messaging.MessagingDescriptionAttribute("MsgDefaultExtensionSize")]
492         public int DefaultExtensionSize { get { throw null; } set { } }
493         [System.ComponentModel.DefaultValueAttribute(255)]
494         [System.Messaging.MessagingDescriptionAttribute("MsgDefaultLabelSize")]
495         public int DefaultLabelSize { get { throw null; } set { } }
496         [System.ComponentModel.DefaultValueAttribute(false)]
497         [System.Messaging.MessagingDescriptionAttribute("MsgDestinationQueue")]
498         public bool DestinationQueue { get { throw null; } set { } }
499         [System.ComponentModel.DefaultValueAttribute(false)]
500         [System.Messaging.MessagingDescriptionAttribute("MsgDestinationSymmetricKey")]
501         public bool DestinationSymmetricKey { get { throw null; } set { } }
502         [System.ComponentModel.DefaultValueAttribute(false)]
503         [System.Messaging.MessagingDescriptionAttribute("MsgDigitalSignature")]
504         public bool DigitalSignature { get { throw null; } set { } }
505         [System.ComponentModel.DefaultValueAttribute(false)]
506         [System.Messaging.MessagingDescriptionAttribute("MsgEncryptionAlgorithm")]
507         public bool EncryptionAlgorithm { get { throw null; } set { } }
508         [System.ComponentModel.DefaultValueAttribute(false)]
509         [System.Messaging.MessagingDescriptionAttribute("MsgExtension")]
510         public bool Extension { get { throw null; } set { } }
511         [System.ComponentModel.DefaultValueAttribute(false)]
512         [System.Messaging.MessagingDescriptionAttribute("MsgHashAlgorithm")]
513         public bool HashAlgorithm { get { throw null; } set { } }
514         [System.ComponentModel.DefaultValueAttribute(true)]
515         [System.Messaging.MessagingDescriptionAttribute("MsgId")]
516         public bool Id { get { throw null; } set { } }
517         [System.ComponentModel.DefaultValueAttribute(false)]
518         [System.Messaging.MessagingDescriptionAttribute("MsgIsFirstInTransaction")]
519         public bool IsFirstInTransaction { get { throw null; } set { } }
520         [System.ComponentModel.DefaultValueAttribute(false)]
521         [System.Messaging.MessagingDescriptionAttribute("MsgIsLastInTransaction")]
522         public bool IsLastInTransaction { get { throw null; } set { } }
523         [System.ComponentModel.DefaultValueAttribute(true)]
524         [System.Messaging.MessagingDescriptionAttribute("MsgLabel")]
525         public bool Label { get { throw null; } set { } }
526         [System.ComponentModel.DefaultValueAttribute(false)]
527         [System.Messaging.MessagingDescriptionAttribute("MsgLookupId")]
528         public bool LookupId { get { throw null; } set { } }
529         [System.ComponentModel.DefaultValueAttribute(true)]
530         [System.Messaging.MessagingDescriptionAttribute("MsgMessageType")]
531         public bool MessageType { get { throw null; } set { } }
532         [System.ComponentModel.DefaultValueAttribute(false)]
533         [System.Messaging.MessagingDescriptionAttribute("MsgPriority")]
534         public bool Priority { get { throw null; } set { } }
535         [System.ComponentModel.DefaultValueAttribute(false)]
536         [System.Messaging.MessagingDescriptionAttribute("MsgRecoverable")]
537         public bool Recoverable { get { throw null; } set { } }
538         [System.ComponentModel.DefaultValueAttribute(true)]
539         [System.Messaging.MessagingDescriptionAttribute("MsgResponseQueue")]
540         public bool ResponseQueue { get { throw null; } set { } }
541         [System.ComponentModel.DefaultValueAttribute(false)]
542         [System.Messaging.MessagingDescriptionAttribute("MsgSenderCertificate")]
543         public bool SenderCertificate { get { throw null; } set { } }
544         [System.ComponentModel.DefaultValueAttribute(false)]
545         [System.Messaging.MessagingDescriptionAttribute("MsgSenderId")]
546         public bool SenderId { get { throw null; } set { } }
547         [System.ComponentModel.DefaultValueAttribute(false)]
548         [System.Messaging.MessagingDescriptionAttribute("MsgSenderVersion")]
549         public bool SenderVersion { get { throw null; } set { } }
550         [System.ComponentModel.DefaultValueAttribute(false)]
551         [System.Messaging.MessagingDescriptionAttribute("MsgSentTime")]
552         public bool SentTime { get { throw null; } set { } }
553         [System.ComponentModel.DefaultValueAttribute(false)]
554         [System.Messaging.MessagingDescriptionAttribute("MsgSourceMachine")]
555         public bool SourceMachine { get { throw null; } set { } }
556         [System.ComponentModel.DefaultValueAttribute(false)]
557         [System.Messaging.MessagingDescriptionAttribute("MsgTimeToBeReceived")]
558         public bool TimeToBeReceived { get { throw null; } set { } }
559         [System.ComponentModel.DefaultValueAttribute(false)]
560         [System.Messaging.MessagingDescriptionAttribute("MsgTimeToReachQueue")]
561         public bool TimeToReachQueue { get { throw null; } set { } }
562         [System.ComponentModel.DefaultValueAttribute(false)]
563         [System.Messaging.MessagingDescriptionAttribute("MsgTransactionId")]
564         public bool TransactionId { get { throw null; } set { } }
565         [System.ComponentModel.DefaultValueAttribute(false)]
566         [System.Messaging.MessagingDescriptionAttribute("MsgTransactionStatusQueue")]
567         public bool TransactionStatusQueue { get { throw null; } set { } }
568         [System.ComponentModel.DefaultValueAttribute(false)]
569         [System.Messaging.MessagingDescriptionAttribute("MsgUseAuthentication")]
570         public bool UseAuthentication { get { throw null; } set { } }
571         [System.ComponentModel.DefaultValueAttribute(true)]
572         [System.Messaging.MessagingDescriptionAttribute("MsgUseDeadLetterQueue")]
573         public bool UseDeadLetterQueue { get { throw null; } set { } }
574         [System.ComponentModel.DefaultValueAttribute(false)]
575         [System.Messaging.MessagingDescriptionAttribute("MsgUseEncryption")]
576         public bool UseEncryption { get { throw null; } set { } }
577         [System.ComponentModel.DefaultValueAttribute(true)]
578         [System.Messaging.MessagingDescriptionAttribute("MsgUseJournalQueue")]
579         public bool UseJournalQueue { get { throw null; } set { } }
580         [System.ComponentModel.DefaultValueAttribute(false)]
581         [System.Messaging.MessagingDescriptionAttribute("MsgUseTracing")]
582         public bool UseTracing { get { throw null; } set { } }
ClearAll()583         public void ClearAll() { }
Clone()584         public virtual object Clone() { throw null; }
SetAll()585         public void SetAll() { }
SetDefaults()586         public void SetDefaults() { }
587     }
588     [System.ComponentModel.DefaultEventAttribute("ReceiveCompleted")]
589     [System.ComponentModel.EditorAttribute("System.Messaging.Design.QueuePathEditor", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
590     [System.ComponentModel.InstallerTypeAttribute(typeof(System.Messaging.MessageQueueInstaller))]
591     [System.ComponentModel.TypeConverterAttribute("System.Messaging.Design.MessageQueueConverter")]
592     [System.Messaging.MessagingDescriptionAttribute("MessageQueueDesc")]
593     public partial class MessageQueue : System.ComponentModel.Component, System.Collections.IEnumerable
594     {
595         public static readonly long InfiniteQueueSize;
596         public static readonly System.TimeSpan InfiniteTimeout;
MessageQueue()597         public MessageQueue() { }
MessageQueue(string path)598         public MessageQueue(string path) { }
MessageQueue(string path, bool sharedModeDenyReceive)599         public MessageQueue(string path, bool sharedModeDenyReceive) { }
MessageQueue(string path, bool sharedModeDenyReceive, bool enableCache)600         public MessageQueue(string path, bool sharedModeDenyReceive, bool enableCache) { }
MessageQueue(string path, bool sharedModeDenyReceive, bool enableCache, System.Messaging.QueueAccessMode accessMode)601         public MessageQueue(string path, bool sharedModeDenyReceive, bool enableCache, System.Messaging.QueueAccessMode accessMode) { }
MessageQueue(string path, System.Messaging.QueueAccessMode accessMode)602         public MessageQueue(string path, System.Messaging.QueueAccessMode accessMode) { }
603         public System.Messaging.QueueAccessMode AccessMode { get { throw null; } }
604         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
605         [System.Messaging.MessagingDescriptionAttribute("MQ_Authenticate")]
606         public bool Authenticate { get { throw null; } set { } }
607         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
608         [System.Messaging.MessagingDescriptionAttribute("MQ_BasePriority")]
609         public short BasePriority { get { throw null; } set { } }
610         [System.ComponentModel.BrowsableAttribute(false)]
611         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
612         [System.Messaging.MessagingDescriptionAttribute("MQ_CanRead")]
613         public bool CanRead { get { throw null; } }
614         [System.ComponentModel.BrowsableAttribute(false)]
615         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
616         [System.Messaging.MessagingDescriptionAttribute("MQ_CanWrite")]
617         public bool CanWrite { get { throw null; } }
618         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
619         [System.Messaging.MessagingDescriptionAttribute("MQ_Category")]
620         public System.Guid Category { get { throw null; } set { } }
621         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
622         [System.Messaging.MessagingDescriptionAttribute("MQ_CreateTime")]
623         public System.DateTime CreateTime { get { throw null; } }
624         [System.ComponentModel.BrowsableAttribute(false)]
625         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
626         [System.Messaging.MessagingDescriptionAttribute("MQ_DefaultPropertiesToSend")]
627         public System.Messaging.DefaultPropertiesToSend DefaultPropertiesToSend { get { throw null; } set { } }
628         [System.ComponentModel.BrowsableAttribute(false)]
629         [System.ComponentModel.DefaultValueAttribute(false)]
630         [System.Messaging.MessagingDescriptionAttribute("MQ_DenySharedReceive")]
631         public bool DenySharedReceive { get { throw null; } set { } }
632         [System.ComponentModel.BrowsableAttribute(false)]
633         public static bool EnableConnectionCache { get { throw null; } set { } }
634         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
635         [System.Messaging.MessagingDescriptionAttribute("MQ_EncryptionRequired")]
636         public System.Messaging.EncryptionRequired EncryptionRequired { get { throw null; } set { } }
637         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
638         [System.Messaging.MessagingDescriptionAttribute("MQ_FormatName")]
639         public string FormatName { get { throw null; } }
640         [System.ComponentModel.BrowsableAttribute(false)]
641         [System.ComponentModel.DefaultValueAttribute(null)]
642         [System.ComponentModel.TypeConverterAttribute("System.Messaging.Design.MessageFormatterConverter")]
643         [System.Messaging.MessagingDescriptionAttribute("MQ_Formatter")]
644         public System.Messaging.IMessageFormatter Formatter { get { throw null; } set { } }
645         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
646         [System.Messaging.MessagingDescriptionAttribute("MQ_GuidId")]
647         public System.Guid Id { get { throw null; } }
648         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
649         [System.Messaging.MessagingDescriptionAttribute("MQ_Label")]
650         public string Label { get { throw null; } set { } }
651         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
652         [System.Messaging.MessagingDescriptionAttribute("MQ_LastModifyTime")]
653         public System.DateTime LastModifyTime { get { throw null; } }
654         [System.ComponentModel.BrowsableAttribute(false)]
655         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
656         [System.Messaging.MessagingDescriptionAttribute("MQ_MachineName")]
657         public string MachineName { get { throw null; } set { } }
658         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
659         [System.ComponentModel.TypeConverterAttribute("System.Messaging.Design.SizeConverter")]
660         [System.Messaging.MessagingDescriptionAttribute("MQ_MaximumJournalSize")]
661         public long MaximumJournalSize { get { throw null; } set { } }
662         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
663         [System.ComponentModel.TypeConverterAttribute("System.Messaging.Design.SizeConverter")]
664         [System.Messaging.MessagingDescriptionAttribute("MQ_MaximumQueueSize")]
665         public long MaximumQueueSize { get { throw null; } set { } }
666         [System.ComponentModel.BrowsableAttribute(false)]
667         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
668         [System.Messaging.MessagingDescriptionAttribute("MQ_MessageReadPropertyFilter")]
669         public System.Messaging.MessagePropertyFilter MessageReadPropertyFilter { get { throw null; } set { } }
670         [System.ComponentModel.DefaultValueAttribute("")]
671         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
672         [System.Messaging.MessagingDescriptionAttribute("MQ_MulticastAddress")]
673         public string MulticastAddress { get { throw null; } set { } }
674         [System.ComponentModel.BrowsableAttribute(false)]
675         [System.ComponentModel.DefaultValueAttribute("")]
676         [System.ComponentModel.EditorAttribute("System.Messaging.Design.QueuePathEditor", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
677         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
678         [System.ComponentModel.SettingsBindableAttribute(true)]
679         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
680         [System.Messaging.MessagingDescriptionAttribute("MQ_Path")]
681         public string Path { get { throw null; } set { } }
682         [System.ComponentModel.BrowsableAttribute(false)]
683         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
684         [System.Messaging.MessagingDescriptionAttribute("MQ_QueueName")]
685         public string QueueName { get { throw null; } set { } }
686         [System.ComponentModel.BrowsableAttribute(false)]
687         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
688         [System.Messaging.MessagingDescriptionAttribute("MQ_ReadHandle")]
689         public System.IntPtr ReadHandle { get { throw null; } }
690         [System.ComponentModel.BrowsableAttribute(false)]
691         [System.ComponentModel.DefaultValueAttribute(null)]
692         [System.Messaging.MessagingDescriptionAttribute("MQ_SynchronizingObject")]
693         public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
694         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
695         [System.Messaging.MessagingDescriptionAttribute("MQ_Transactional")]
696         public bool Transactional { get { throw null; } }
697         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
698         [System.Messaging.MessagingDescriptionAttribute("MQ_UseJournalQueue")]
699         public bool UseJournalQueue { get { throw null; } set { } }
700         [System.ComponentModel.BrowsableAttribute(false)]
701         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
702         [System.Messaging.MessagingDescriptionAttribute("MQ_WriteHandle")]
703         public System.IntPtr WriteHandle { get { throw null; } }
704         [System.Messaging.MessagingDescriptionAttribute("MQ_PeekCompleted")]
705         public event System.Messaging.PeekCompletedEventHandler PeekCompleted { add { } remove { } }
706         [System.Messaging.MessagingDescriptionAttribute("MQ_ReceiveCompleted")]
707         public event System.Messaging.ReceiveCompletedEventHandler ReceiveCompleted { add { } remove { } }
BeginPeek()708         public System.IAsyncResult BeginPeek() { throw null; }
BeginPeek(System.TimeSpan timeout)709         public System.IAsyncResult BeginPeek(System.TimeSpan timeout) { throw null; }
BeginPeek(System.TimeSpan timeout, System.Messaging.Cursor cursor, System.Messaging.PeekAction action, object state, System.AsyncCallback callback)710         public System.IAsyncResult BeginPeek(System.TimeSpan timeout, System.Messaging.Cursor cursor, System.Messaging.PeekAction action, object state, System.AsyncCallback callback) { throw null; }
BeginPeek(System.TimeSpan timeout, object stateObject)711         public System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject) { throw null; }
BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback)712         public System.IAsyncResult BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
BeginReceive()713         public System.IAsyncResult BeginReceive() { throw null; }
BeginReceive(System.TimeSpan timeout)714         public System.IAsyncResult BeginReceive(System.TimeSpan timeout) { throw null; }
BeginReceive(System.TimeSpan timeout, System.Messaging.Cursor cursor, object state, System.AsyncCallback callback)715         public System.IAsyncResult BeginReceive(System.TimeSpan timeout, System.Messaging.Cursor cursor, object state, System.AsyncCallback callback) { throw null; }
BeginReceive(System.TimeSpan timeout, object stateObject)716         public System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject) { throw null; }
BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback)717         public System.IAsyncResult BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
ClearConnectionCache()718         public static void ClearConnectionCache() { }
Close()719         public void Close() { }
Create(string path)720         public static System.Messaging.MessageQueue Create(string path) { throw null; }
Create(string path, bool transactional)721         public static System.Messaging.MessageQueue Create(string path, bool transactional) { throw null; }
CreateCursor()722         public System.Messaging.Cursor CreateCursor() { throw null; }
Delete(string path)723         public static void Delete(string path) { }
724         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
Dispose(bool disposing)725         protected override void Dispose(bool disposing) { }
EndPeek(System.IAsyncResult asyncResult)726         public System.Messaging.Message EndPeek(System.IAsyncResult asyncResult) { throw null; }
EndReceive(System.IAsyncResult asyncResult)727         public System.Messaging.Message EndReceive(System.IAsyncResult asyncResult) { throw null; }
Exists(string path)728         public static bool Exists(string path) { throw null; }
GetAllMessages()729         public System.Messaging.Message[] GetAllMessages() { throw null; }
730         [System.ObsoleteAttribute("This method returns a MessageEnumerator that implements RemoveCurrent family of methods incorrectly. Please use GetMessageEnumerator2 instead.")]
GetEnumerator()731         public System.Collections.IEnumerator GetEnumerator() { throw null; }
GetMachineId(string machineName)732         public static System.Guid GetMachineId(string machineName) { throw null; }
733         [System.ObsoleteAttribute("This method returns a MessageEnumerator that implements RemoveCurrent family of methods incorrectly. Please use GetMessageEnumerator2 instead.")]
GetMessageEnumerator()734         public System.Messaging.MessageEnumerator GetMessageEnumerator() { throw null; }
GetMessageEnumerator2()735         public System.Messaging.MessageEnumerator GetMessageEnumerator2() { throw null; }
GetMessageQueueEnumerator()736         public static System.Messaging.MessageQueueEnumerator GetMessageQueueEnumerator() { throw null; }
GetMessageQueueEnumerator(System.Messaging.MessageQueueCriteria criteria)737         public static System.Messaging.MessageQueueEnumerator GetMessageQueueEnumerator(System.Messaging.MessageQueueCriteria criteria) { throw null; }
GetPrivateQueuesByMachine(string machineName)738         public static System.Messaging.MessageQueue[] GetPrivateQueuesByMachine(string machineName) { throw null; }
GetPublicQueues()739         public static System.Messaging.MessageQueue[] GetPublicQueues() { throw null; }
GetPublicQueues(System.Messaging.MessageQueueCriteria criteria)740         public static System.Messaging.MessageQueue[] GetPublicQueues(System.Messaging.MessageQueueCriteria criteria) { throw null; }
GetPublicQueuesByCategory(System.Guid category)741         public static System.Messaging.MessageQueue[] GetPublicQueuesByCategory(System.Guid category) { throw null; }
GetPublicQueuesByLabel(string label)742         public static System.Messaging.MessageQueue[] GetPublicQueuesByLabel(string label) { throw null; }
GetPublicQueuesByMachine(string machineName)743         public static System.Messaging.MessageQueue[] GetPublicQueuesByMachine(string machineName) { throw null; }
GetSecurityContext()744         public static System.Messaging.SecurityContext GetSecurityContext() { throw null; }
Peek()745         public System.Messaging.Message Peek() { throw null; }
Peek(System.TimeSpan timeout)746         public System.Messaging.Message Peek(System.TimeSpan timeout) { throw null; }
Peek(System.TimeSpan timeout, System.Messaging.Cursor cursor, System.Messaging.PeekAction action)747         public System.Messaging.Message Peek(System.TimeSpan timeout, System.Messaging.Cursor cursor, System.Messaging.PeekAction action) { throw null; }
PeekByCorrelationId(string correlationId)748         public System.Messaging.Message PeekByCorrelationId(string correlationId) { throw null; }
PeekByCorrelationId(string correlationId, System.TimeSpan timeout)749         public System.Messaging.Message PeekByCorrelationId(string correlationId, System.TimeSpan timeout) { throw null; }
PeekById(string id)750         public System.Messaging.Message PeekById(string id) { throw null; }
PeekById(string id, System.TimeSpan timeout)751         public System.Messaging.Message PeekById(string id, System.TimeSpan timeout) { throw null; }
PeekByLookupId(long lookupId)752         public System.Messaging.Message PeekByLookupId(long lookupId) { throw null; }
PeekByLookupId(System.Messaging.MessageLookupAction action, long lookupId)753         public System.Messaging.Message PeekByLookupId(System.Messaging.MessageLookupAction action, long lookupId) { throw null; }
Purge()754         public void Purge() { }
Receive()755         public System.Messaging.Message Receive() { throw null; }
Receive(System.Messaging.MessageQueueTransaction transaction)756         public System.Messaging.Message Receive(System.Messaging.MessageQueueTransaction transaction) { throw null; }
Receive(System.Messaging.MessageQueueTransactionType transactionType)757         public System.Messaging.Message Receive(System.Messaging.MessageQueueTransactionType transactionType) { throw null; }
Receive(System.TimeSpan timeout)758         public System.Messaging.Message Receive(System.TimeSpan timeout) { throw null; }
Receive(System.TimeSpan timeout, System.Messaging.Cursor cursor)759         public System.Messaging.Message Receive(System.TimeSpan timeout, System.Messaging.Cursor cursor) { throw null; }
Receive(System.TimeSpan timeout, System.Messaging.Cursor cursor, System.Messaging.MessageQueueTransaction transaction)760         public System.Messaging.Message Receive(System.TimeSpan timeout, System.Messaging.Cursor cursor, System.Messaging.MessageQueueTransaction transaction) { throw null; }
Receive(System.TimeSpan timeout, System.Messaging.Cursor cursor, System.Messaging.MessageQueueTransactionType transactionType)761         public System.Messaging.Message Receive(System.TimeSpan timeout, System.Messaging.Cursor cursor, System.Messaging.MessageQueueTransactionType transactionType) { throw null; }
Receive(System.TimeSpan timeout, System.Messaging.MessageQueueTransaction transaction)762         public System.Messaging.Message Receive(System.TimeSpan timeout, System.Messaging.MessageQueueTransaction transaction) { throw null; }
Receive(System.TimeSpan timeout, System.Messaging.MessageQueueTransactionType transactionType)763         public System.Messaging.Message Receive(System.TimeSpan timeout, System.Messaging.MessageQueueTransactionType transactionType) { throw null; }
ReceiveByCorrelationId(string correlationId)764         public System.Messaging.Message ReceiveByCorrelationId(string correlationId) { throw null; }
ReceiveByCorrelationId(string correlationId, System.Messaging.MessageQueueTransaction transaction)765         public System.Messaging.Message ReceiveByCorrelationId(string correlationId, System.Messaging.MessageQueueTransaction transaction) { throw null; }
ReceiveByCorrelationId(string correlationId, System.Messaging.MessageQueueTransactionType transactionType)766         public System.Messaging.Message ReceiveByCorrelationId(string correlationId, System.Messaging.MessageQueueTransactionType transactionType) { throw null; }
ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout)767         public System.Messaging.Message ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout) { throw null; }
ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout, System.Messaging.MessageQueueTransaction transaction)768         public System.Messaging.Message ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout, System.Messaging.MessageQueueTransaction transaction) { throw null; }
ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout, System.Messaging.MessageQueueTransactionType transactionType)769         public System.Messaging.Message ReceiveByCorrelationId(string correlationId, System.TimeSpan timeout, System.Messaging.MessageQueueTransactionType transactionType) { throw null; }
ReceiveById(string id)770         public System.Messaging.Message ReceiveById(string id) { throw null; }
ReceiveById(string id, System.Messaging.MessageQueueTransaction transaction)771         public System.Messaging.Message ReceiveById(string id, System.Messaging.MessageQueueTransaction transaction) { throw null; }
ReceiveById(string id, System.Messaging.MessageQueueTransactionType transactionType)772         public System.Messaging.Message ReceiveById(string id, System.Messaging.MessageQueueTransactionType transactionType) { throw null; }
ReceiveById(string id, System.TimeSpan timeout)773         public System.Messaging.Message ReceiveById(string id, System.TimeSpan timeout) { throw null; }
ReceiveById(string id, System.TimeSpan timeout, System.Messaging.MessageQueueTransaction transaction)774         public System.Messaging.Message ReceiveById(string id, System.TimeSpan timeout, System.Messaging.MessageQueueTransaction transaction) { throw null; }
ReceiveById(string id, System.TimeSpan timeout, System.Messaging.MessageQueueTransactionType transactionType)775         public System.Messaging.Message ReceiveById(string id, System.TimeSpan timeout, System.Messaging.MessageQueueTransactionType transactionType) { throw null; }
ReceiveByLookupId(long lookupId)776         public System.Messaging.Message ReceiveByLookupId(long lookupId) { throw null; }
ReceiveByLookupId(System.Messaging.MessageLookupAction action, long lookupId, System.Messaging.MessageQueueTransaction transaction)777         public System.Messaging.Message ReceiveByLookupId(System.Messaging.MessageLookupAction action, long lookupId, System.Messaging.MessageQueueTransaction transaction) { throw null; }
ReceiveByLookupId(System.Messaging.MessageLookupAction action, long lookupId, System.Messaging.MessageQueueTransactionType transactionType)778         public System.Messaging.Message ReceiveByLookupId(System.Messaging.MessageLookupAction action, long lookupId, System.Messaging.MessageQueueTransactionType transactionType) { throw null; }
Refresh()779         public void Refresh() { }
ResetPermissions()780         public void ResetPermissions() { }
Send(object obj)781         public void Send(object obj) { }
Send(object obj, System.Messaging.MessageQueueTransaction transaction)782         public void Send(object obj, System.Messaging.MessageQueueTransaction transaction) { }
Send(object obj, System.Messaging.MessageQueueTransactionType transactionType)783         public void Send(object obj, System.Messaging.MessageQueueTransactionType transactionType) { }
Send(object obj, string label)784         public void Send(object obj, string label) { }
Send(object obj, string label, System.Messaging.MessageQueueTransaction transaction)785         public void Send(object obj, string label, System.Messaging.MessageQueueTransaction transaction) { }
Send(object obj, string label, System.Messaging.MessageQueueTransactionType transactionType)786         public void Send(object obj, string label, System.Messaging.MessageQueueTransactionType transactionType) { }
SetPermissions(System.Messaging.AccessControlList dacl)787         public void SetPermissions(System.Messaging.AccessControlList dacl) { }
SetPermissions(System.Messaging.MessageQueueAccessControlEntry ace)788         public void SetPermissions(System.Messaging.MessageQueueAccessControlEntry ace) { }
SetPermissions(string user, System.Messaging.MessageQueueAccessRights rights)789         public void SetPermissions(string user, System.Messaging.MessageQueueAccessRights rights) { }
SetPermissions(string user, System.Messaging.MessageQueueAccessRights rights, System.Messaging.AccessControlEntryType entryType)790         public void SetPermissions(string user, System.Messaging.MessageQueueAccessRights rights, System.Messaging.AccessControlEntryType entryType) { }
791     }
792     public partial class MessageQueueAccessControlEntry : System.Messaging.AccessControlEntry
793     {
MessageQueueAccessControlEntry(System.Messaging.Trustee trustee, System.Messaging.MessageQueueAccessRights rights)794         public MessageQueueAccessControlEntry(System.Messaging.Trustee trustee, System.Messaging.MessageQueueAccessRights rights) { }
MessageQueueAccessControlEntry(System.Messaging.Trustee trustee, System.Messaging.MessageQueueAccessRights rights, System.Messaging.AccessControlEntryType entryType)795         public MessageQueueAccessControlEntry(System.Messaging.Trustee trustee, System.Messaging.MessageQueueAccessRights rights, System.Messaging.AccessControlEntryType entryType) { }
796         public System.Messaging.MessageQueueAccessRights MessageQueueAccessRights { get { throw null; } set { } }
797     }
798     [System.FlagsAttribute]
799     public enum MessageQueueAccessRights
800     {
801         ChangeQueuePermissions = 262144,
802         DeleteJournalMessage = 8,
803         DeleteMessage = 1,
804         DeleteQueue = 65536,
805         FullControl = 983103,
806         GenericRead = 131115,
807         GenericWrite = 131108,
808         GetQueuePermissions = 131072,
809         GetQueueProperties = 32,
810         PeekMessage = 2,
811         ReceiveJournalMessage = 10,
812         ReceiveMessage = 3,
813         SetQueueProperties = 16,
814         TakeQueueOwnership = 524288,
815         WriteMessage = 4,
816     }
817     public partial class MessageQueueCriteria
818     {
MessageQueueCriteria()819         public MessageQueueCriteria() { }
820         public System.Guid Category { get { throw null; } set { } }
821         public System.DateTime CreatedAfter { get { throw null; } set { } }
822         public System.DateTime CreatedBefore { get { throw null; } set { } }
823         public string Label { get { throw null; } set { } }
824         public string MachineName { get { throw null; } set { } }
825         public System.DateTime ModifiedAfter { get { throw null; } set { } }
826         public System.DateTime ModifiedBefore { get { throw null; } set { } }
ClearAll()827         public void ClearAll() { }
828     }
829     public partial class MessageQueueEnumerator : System.MarshalByRefObject, System.Collections.IEnumerator, System.IDisposable
830     {
MessageQueueEnumerator()831         internal MessageQueueEnumerator() { }
832         public System.Messaging.MessageQueue Current { get { throw null; } }
833         public System.IntPtr LocatorHandle { get { throw null; } }
834         object System.Collections.IEnumerator.Current { get { throw null; } }
Close()835         public void Close() { }
Dispose()836         public void Dispose() { }
Dispose(bool disposing)837         protected virtual void Dispose(bool disposing) { }
MoveNext()838         public bool MoveNext() { throw null; }
Reset()839         public void Reset() { }
840     }
841     public enum MessageQueueErrorCode
842     {
843         AccessDenied = -1072824283,
844         BadSecurityContext = -1072824267,
845         Base = -1072824320,
846         BufferOverflow = -1072824294,
847         CannotCreateCertificateStore = -1072824209,
848         CannotCreateHashEx = -1072824191,
849         CannotCreateOnGlobalCatalog = -1072824201,
850         CannotGetDistinguishedName = -1072824194,
851         CannotGrantAddGuid = -1072824206,
852         CannotHashDataEx = -1072824193,
853         CannotImpersonateClient = -1072824284,
854         CannotJoinDomain = -1072824202,
855         CannotLoadMsmqOcm = -1072824205,
856         CannotOpenCertificateStore = -1072824208,
857         CannotSetCryptographicSecurityDescriptor = -1072824212,
858         CannotSignDataEx = -1072824192,
859         CertificateNotProvided = -1072824211,
860         ComputerDoesNotSupportEncryption = -1072824269,
861         CorruptedInternalCertificate = -1072824275,
862         CorruptedPersonalCertStore = -1072824271,
863         CorruptedQueueWasDeleted = -1072824216,
864         CorruptedSecurityData = -1072824272,
865         CouldNotGetAccountInfo = -1072824265,
866         CouldNotGetUserSid = -1072824266,
867         DeleteConnectedNetworkInUse = -1072824248,
868         DependentClientLicenseOverflow = -1072824217,
869         DsError = -1072824253,
870         DsIsFull = -1072824254,
871         DtcConnect = -1072824244,
872         EncryptionProviderNotSupported = -1072824213,
873         FailVerifySignatureEx = -1072824190,
874         FormatNameBufferTooSmall = -1072824289,
875         Generic = -1072824319,
876         GuidNotMatching = -1072824200,
877         IllegalContext = -1072824229,
878         IllegalCriteriaColumns = -1072824264,
879         IllegalCursorAction = -1072824292,
880         IllegalEnterpriseOperation = -1072824207,
881         IllegalFormatName = -1072824290,
882         IllegalMessageProperties = -1072824255,
883         IllegalOperation = -1072824220,
884         IllegalPrivateProperties = -1072824197,
885         IllegalPropertyId = -1072824263,
886         IllegalPropertySize = -1072824261,
887         IllegalPropertyValue = -1072824296,
888         IllegalPropertyVt = -1072824295,
889         IllegalQueuePathName = -1072824300,
890         IllegalQueueProperties = -1072824259,
891         IllegalRelation = -1072824262,
892         IllegalRestrictionPropertyId = -1072824260,
893         IllegalSecurityDescriptor = -1072824287,
894         IllegalSort = -1072824304,
895         IllegalSortPropertyId = -1072824228,
896         IllegalUser = -1072824303,
897         InsufficientProperties = -1072824257,
898         InsufficientResources = -1072824281,
899         InvalidCertificate = -1072824276,
900         InvalidHandle = -1072824313,
901         InvalidOwner = -1072824252,
902         InvalidParameter = -1072824314,
903         IOTimeout = -1072824293,
904         LabelBufferTooSmall = -1072824226,
905         MachineExists = -1072824256,
906         MachineNotFound = -1072824307,
907         MessageAlreadyReceived = -1072824291,
908         MessageNotFound = -1072824184,
909         MessageStorageFailed = -1072824278,
910         MissingConnectorType = -1072824235,
911         MqisReadOnlyMode = -1072824224,
912         MqisServerEmpty = -1072824225,
913         NoDs = -1072824301,
914         NoEntryPointMsmqOcm = -1072824204,
915         NoGlobalCatalogInDomain = -1072824196,
916         NoInternalUserCertificate = -1072824273,
917         NoMsmqServersOnDc = -1072824203,
918         NoMsmqServersOnGlobalCatalog = -1072824195,
919         NoResponseFromObjectServer = -1072824247,
920         ObjectServerNotAvailable = -1072824246,
921         OperationCanceled = -1072824312,
922         PrivilegeNotHeld = -1072824282,
923         Property = -1072824318,
924         PropertyNotAllowed = -1072824258,
925         ProviderNameBufferTooSmall = -1072824221,
926         PublicKeyDoesNotExist = -1072824198,
927         PublicKeyNotFound = -1072824199,
928         QDnsPropertyNotSupported = -1072824210,
929         QueueDeleted = -1072824230,
930         QueueExists = -1072824315,
931         QueueNotAvailable = -1072824245,
932         QueueNotFound = -1072824317,
933         RemoteMachineNotAvailable = -1072824215,
934         ResultBufferTooSmall = -1072824250,
935         SecurityDescriptorBufferTooSmall = -1072824285,
936         SenderCertificateBufferTooSmall = -1072824277,
937         SenderIdBufferTooSmall = -1072824286,
938         ServiceNotAvailable = -1072824309,
939         SharingViolation = -1072824311,
940         SignatureBufferTooSmall = -1072824222,
941         StaleHandle = -1072824234,
942         SymmetricKeyBufferTooSmall = -1072824223,
943         TransactionEnlist = -1072824232,
944         TransactionImport = -1072824242,
945         TransactionSequence = -1072824239,
946         TransactionUsage = -1072824240,
947         UnsupportedAccessMode = -1072824251,
948         UnsupportedFormatNameOperation = -1072824288,
949         UnsupportedOperation = -1072824214,
950         UserBufferTooSmall = -1072824280,
951         WksCantServeClient = -1072824218,
952         WriteNotAllowed = -1072824219,
953     }
954     [System.SerializableAttribute]
955     public partial class MessageQueueException : System.Runtime.InteropServices.ExternalException, System.Runtime.Serialization.ISerializable
956     {
MessageQueueException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)957         protected MessageQueueException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
958         public override string Message { get { throw null; } }
959         public System.Messaging.MessageQueueErrorCode MessageQueueErrorCode { get { throw null; } }
960         [System.Security.SecurityCriticalAttribute]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)961         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
962     }
963     public partial class MessageQueueInstaller : System.Configuration.Install.ComponentInstaller
964     {
MessageQueueInstaller()965         public MessageQueueInstaller() { }
MessageQueueInstaller(System.Messaging.MessageQueue componentToCopy)966         public MessageQueueInstaller(System.Messaging.MessageQueue componentToCopy) { }
967         [System.ComponentModel.DefaultValueAttribute(false)]
968         public bool Authenticate { get { throw null; } set { } }
969         [System.ComponentModel.DefaultValueAttribute(0)]
970         public short BasePriority { get { throw null; } set { } }
971         [System.ComponentModel.TypeConverterAttribute("System.ComponentModel.GuidConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
972         public System.Guid Category { get { throw null; } set { } }
973         [System.ComponentModel.DefaultValueAttribute((System.Messaging.EncryptionRequired)(1))]
974         public System.Messaging.EncryptionRequired EncryptionRequired { get { throw null; } set { } }
975         [System.ComponentModel.DefaultValueAttribute("")]
976         public string Label { get { throw null; } set { } }
977         [System.ComponentModel.TypeConverterAttribute("System.Messaging.Design.SizeConverter")]
978         public long MaximumJournalSize { get { throw null; } set { } }
979         [System.ComponentModel.TypeConverterAttribute("System.Messaging.Design.SizeConverter")]
980         public long MaximumQueueSize { get { throw null; } set { } }
981         [System.ComponentModel.DefaultValueAttribute("")]
982         public string MulticastAddress { get { throw null; } set { } }
983         [System.ComponentModel.DefaultValueAttribute("")]
984         [System.ComponentModel.EditorAttribute("System.Messaging.Design.QueuePathEditor", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
985         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
986         public string Path { get { throw null; } set { } }
987         [System.ComponentModel.BrowsableAttribute(false)]
988         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
989         public System.Messaging.AccessControlList Permissions { get { throw null; } set { } }
990         [System.ComponentModel.DefaultValueAttribute(false)]
991         public bool Transactional { get { throw null; } set { } }
992         [System.ComponentModel.DefaultValueAttribute((System.Configuration.Install.UninstallAction)(0))]
993         public System.Configuration.Install.UninstallAction UninstallAction { get { throw null; } set { } }
994         [System.ComponentModel.DefaultValueAttribute(false)]
995         public bool UseJournalQueue { get { throw null; } set { } }
Commit(System.Collections.IDictionary savedState)996         public override void Commit(System.Collections.IDictionary savedState) { }
CopyFromComponent(System.ComponentModel.IComponent component)997         public override void CopyFromComponent(System.ComponentModel.IComponent component) { }
Install(System.Collections.IDictionary stateSaver)998         public override void Install(System.Collections.IDictionary stateSaver) { }
IsEquivalentInstaller(System.Configuration.Install.ComponentInstaller otherInstaller)999         public override bool IsEquivalentInstaller(System.Configuration.Install.ComponentInstaller otherInstaller) { throw null; }
Rollback(System.Collections.IDictionary savedState)1000         public override void Rollback(System.Collections.IDictionary savedState) { }
Uninstall(System.Collections.IDictionary savedState)1001         public override void Uninstall(System.Collections.IDictionary savedState) { }
1002     }
1003     [System.SerializableAttribute]
1004     public sealed partial class MessageQueuePermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
1005     {
MessageQueuePermission()1006         public MessageQueuePermission() { }
MessageQueuePermission(System.Messaging.MessageQueuePermissionAccess permissionAccess, string path)1007         public MessageQueuePermission(System.Messaging.MessageQueuePermissionAccess permissionAccess, string path) { }
MessageQueuePermission(System.Messaging.MessageQueuePermissionAccess permissionAccess, string machineName, string label, string category)1008         public MessageQueuePermission(System.Messaging.MessageQueuePermissionAccess permissionAccess, string machineName, string label, string category) { }
MessageQueuePermission(System.Messaging.MessageQueuePermissionEntry[] permissionAccessEntries)1009         public MessageQueuePermission(System.Messaging.MessageQueuePermissionEntry[] permissionAccessEntries) { }
MessageQueuePermission(System.Security.Permissions.PermissionState state)1010         public MessageQueuePermission(System.Security.Permissions.PermissionState state) { }
1011         public System.Messaging.MessageQueuePermissionEntryCollection PermissionEntries { get { throw null; } }
Copy()1012         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)1013         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)1014         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)1015         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()1016         public bool IsUnrestricted() { throw null; }
ToXml()1017         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)1018         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
1019     }
1020     [System.FlagsAttribute]
1021     [System.SerializableAttribute]
1022     public enum MessageQueuePermissionAccess
1023     {
1024         Administer = 62,
1025         Browse = 2,
1026         None = 0,
1027         Peek = 10,
1028         Receive = 26,
1029         Send = 6,
1030     }
1031     [System.AttributeUsageAttribute((System.AttributeTargets)(621), AllowMultiple=true, Inherited=false)]
1032     [System.SerializableAttribute]
1033     public partial class MessageQueuePermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
1034     {
MessageQueuePermissionAttribute(System.Security.Permissions.SecurityAction action)1035         public MessageQueuePermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
1036         public string Category { get { throw null; } set { } }
1037         public string Label { get { throw null; } set { } }
1038         public string MachineName { get { throw null; } set { } }
1039         public string Path { get { throw null; } set { } }
1040         public System.Messaging.MessageQueuePermissionAccess PermissionAccess { get { throw null; } set { } }
CreatePermission()1041         public override System.Security.IPermission CreatePermission() { throw null; }
1042     }
1043     [System.SerializableAttribute]
1044     public partial class MessageQueuePermissionEntry
1045     {
MessageQueuePermissionEntry(System.Messaging.MessageQueuePermissionAccess permissionAccess, string path)1046         public MessageQueuePermissionEntry(System.Messaging.MessageQueuePermissionAccess permissionAccess, string path) { }
MessageQueuePermissionEntry(System.Messaging.MessageQueuePermissionAccess permissionAccess, string machineName, string label, string category)1047         public MessageQueuePermissionEntry(System.Messaging.MessageQueuePermissionAccess permissionAccess, string machineName, string label, string category) { }
1048         public string Category { get { throw null; } }
1049         public string Label { get { throw null; } }
1050         public string MachineName { get { throw null; } }
1051         public string Path { get { throw null; } }
1052         public System.Messaging.MessageQueuePermissionAccess PermissionAccess { get { throw null; } }
1053     }
1054     [System.SerializableAttribute]
1055     public partial class MessageQueuePermissionEntryCollection : System.Collections.CollectionBase
1056     {
MessageQueuePermissionEntryCollection()1057         internal MessageQueuePermissionEntryCollection() { }
1058         public System.Messaging.MessageQueuePermissionEntry this[int index] { get { throw null; } set { } }
Add(System.Messaging.MessageQueuePermissionEntry value)1059         public int Add(System.Messaging.MessageQueuePermissionEntry value) { throw null; }
AddRange(System.Messaging.MessageQueuePermissionEntryCollection value)1060         public void AddRange(System.Messaging.MessageQueuePermissionEntryCollection value) { }
AddRange(System.Messaging.MessageQueuePermissionEntry[] value)1061         public void AddRange(System.Messaging.MessageQueuePermissionEntry[] value) { }
Contains(System.Messaging.MessageQueuePermissionEntry value)1062         public bool Contains(System.Messaging.MessageQueuePermissionEntry value) { throw null; }
CopyTo(System.Messaging.MessageQueuePermissionEntry[] array, int index)1063         public void CopyTo(System.Messaging.MessageQueuePermissionEntry[] array, int index) { }
IndexOf(System.Messaging.MessageQueuePermissionEntry value)1064         public int IndexOf(System.Messaging.MessageQueuePermissionEntry value) { throw null; }
Insert(int index, System.Messaging.MessageQueuePermissionEntry value)1065         public void Insert(int index, System.Messaging.MessageQueuePermissionEntry value) { }
OnClear()1066         protected override void OnClear() { }
OnInsert(int index, object value)1067         protected override void OnInsert(int index, object value) { }
OnRemove(int index, object value)1068         protected override void OnRemove(int index, object value) { }
OnSet(int index, object oldValue, object newValue)1069         protected override void OnSet(int index, object oldValue, object newValue) { }
Remove(System.Messaging.MessageQueuePermissionEntry value)1070         public void Remove(System.Messaging.MessageQueuePermissionEntry value) { }
1071     }
1072     public partial class MessageQueueTransaction : System.IDisposable
1073     {
MessageQueueTransaction()1074         public MessageQueueTransaction() { }
1075         public System.Messaging.MessageQueueTransactionStatus Status { get { throw null; } }
Abort()1076         public void Abort() { }
Begin()1077         public void Begin() { }
Commit()1078         public void Commit() { }
Dispose()1079         public void Dispose() { }
Dispose(bool disposing)1080         protected virtual void Dispose(bool disposing) { }
~MessageQueueTransaction()1081         ~MessageQueueTransaction() { }
1082     }
1083     public enum MessageQueueTransactionStatus
1084     {
1085         Aborted = 0,
1086         Committed = 1,
1087         Initialized = 2,
1088         Pending = 3,
1089     }
1090     public enum MessageQueueTransactionType
1091     {
1092         Automatic = 1,
1093         None = 0,
1094         Single = 3,
1095     }
1096     public enum MessageType
1097     {
1098         Acknowledgment = 1,
1099         Normal = 2,
1100         Report = 3,
1101     }
1102     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
1103     public partial class MessagingDescriptionAttribute : System.ComponentModel.DescriptionAttribute
1104     {
MessagingDescriptionAttribute(string description)1105         public MessagingDescriptionAttribute(string description) { }
1106         public override string Description { [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]get { throw null; } }
1107     }
1108     public enum PeekAction
1109     {
1110         Current = -2147483648,
1111         Next = -2147483647,
1112     }
1113     public partial class PeekCompletedEventArgs : System.EventArgs
1114     {
PeekCompletedEventArgs()1115         internal PeekCompletedEventArgs() { }
1116         public System.IAsyncResult AsyncResult { get { throw null; } set { } }
1117         public System.Messaging.Message Message { get { throw null; } }
1118     }
PeekCompletedEventHandler(object sender, System.Messaging.PeekCompletedEventArgs e)1119     public delegate void PeekCompletedEventHandler(object sender, System.Messaging.PeekCompletedEventArgs e);
1120     public enum QueueAccessMode
1121     {
1122         Peek = 32,
1123         PeekAndAdmin = 160,
1124         Receive = 1,
1125         ReceiveAndAdmin = 129,
1126         Send = 2,
1127         SendAndReceive = 3,
1128     }
1129     public partial class ReceiveCompletedEventArgs : System.EventArgs
1130     {
ReceiveCompletedEventArgs()1131         internal ReceiveCompletedEventArgs() { }
1132         public System.IAsyncResult AsyncResult { get { throw null; } set { } }
1133         public System.Messaging.Message Message { get { throw null; } }
1134     }
ReceiveCompletedEventHandler(object sender, System.Messaging.ReceiveCompletedEventArgs e)1135     public delegate void ReceiveCompletedEventHandler(object sender, System.Messaging.ReceiveCompletedEventArgs e);
1136     public sealed partial class SecurityContext : System.IDisposable
1137     {
SecurityContext()1138         internal SecurityContext() { }
Dispose()1139         public void Dispose() { }
1140     }
1141     [System.FlagsAttribute]
1142     public enum StandardAccessRights
1143     {
1144         All = 2031616,
1145         Delete = 65536,
1146         Execute = 131072,
1147         ModifyOwner = 524288,
1148         None = 0,
1149         Read = 131072,
1150         ReadSecurity = 131072,
1151         Required = 851968,
1152         Synchronize = 1048576,
1153         Write = 131072,
1154         WriteSecurity = 262144,
1155     }
1156     public partial class Trustee
1157     {
Trustee()1158         public Trustee() { }
Trustee(string name)1159         public Trustee(string name) { }
Trustee(string name, string systemName)1160         public Trustee(string name, string systemName) { }
Trustee(string name, string systemName, System.Messaging.TrusteeType trusteeType)1161         public Trustee(string name, string systemName, System.Messaging.TrusteeType trusteeType) { }
1162         public string Name { get { throw null; } set { } }
1163         public string SystemName { get { throw null; } set { } }
1164         public System.Messaging.TrusteeType TrusteeType { get { throw null; } set { } }
1165     }
1166     public enum TrusteeType
1167     {
1168         Alias = 4,
1169         Computer = 5,
1170         Domain = 3,
1171         Group = 2,
1172         Unknown = 0,
1173         User = 1,
1174     }
1175     public partial class XmlMessageFormatter : System.ICloneable, System.Messaging.IMessageFormatter
1176     {
XmlMessageFormatter()1177         public XmlMessageFormatter() { }
XmlMessageFormatter(string[] targetTypeNames)1178         public XmlMessageFormatter(string[] targetTypeNames) { }
XmlMessageFormatter(System.Type[] targetTypes)1179         public XmlMessageFormatter(System.Type[] targetTypes) { }
1180         [System.Messaging.MessagingDescriptionAttribute("XmlMsgTargetTypeNames")]
1181         public string[] TargetTypeNames { get { throw null; } set { } }
1182         [System.ComponentModel.BrowsableAttribute(false)]
1183         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1184         [System.Messaging.MessagingDescriptionAttribute("XmlMsgTargetTypes")]
1185         public System.Type[] TargetTypes { get { throw null; } set { } }
CanRead(System.Messaging.Message message)1186         public bool CanRead(System.Messaging.Message message) { throw null; }
Clone()1187         public object Clone() { throw null; }
Read(System.Messaging.Message message)1188         public object Read(System.Messaging.Message message) { throw null; }
Write(System.Messaging.Message message, object obj)1189         public void Write(System.Messaging.Message message, object obj) { }
1190     }
1191 }
1192 namespace System.Messaging.Design
1193 {
1194     public partial class QueuePathDialog : System.Windows.Forms.Form
1195     {
QueuePathDialog(System.IServiceProvider provider)1196         public QueuePathDialog(System.IServiceProvider provider) { }
QueuePathDialog(System.Windows.Forms.Design.IUIService uiService)1197         public QueuePathDialog(System.Windows.Forms.Design.IUIService uiService) { }
1198         public string Path { get { throw null; } }
ChoosePath()1199         public void ChoosePath() { }
DoubleClicked(object source, System.EventArgs e)1200         public void DoubleClicked(object source, System.EventArgs e) { }
OnFormClosing(System.Windows.Forms.FormClosingEventArgs e)1201         protected override void OnFormClosing(System.Windows.Forms.FormClosingEventArgs e) { }
OnHandleCreated(System.EventArgs e)1202         protected override void OnHandleCreated(System.EventArgs e) { }
SelectQueue(System.Messaging.MessageQueue queue)1203         public void SelectQueue(System.Messaging.MessageQueue queue) { }
1204     }
1205     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1206     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
1207     public partial class QueuePathEditor : System.Drawing.Design.UITypeEditor
1208     {
QueuePathEditor()1209         public QueuePathEditor() { }
EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value)1210         public override object EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, object value) { throw null; }
GetEditStyle(System.ComponentModel.ITypeDescriptorContext context)1211         public override System.Drawing.Design.UITypeEditorEditStyle GetEditStyle(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
1212     }
1213 }
1214