You've already forked linux-packaging-mono
Imported Upstream version 5.8.0.22
Former-commit-id: df344e34b07851d296efb3e6604c8db42b6f7aa3
This commit is contained in:
parent
5f4a27cc8a
commit
7d05485754
File diff suppressed because it is too large
Load Diff
@@ -1,133 +0,0 @@
|
||||
// Licensed to the .NET Foundation under one or more agreements.
|
||||
// The .NET Foundation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
|
||||
namespace I18N.CJK
|
||||
{
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP50220 : I18N.CJK.ISO2022JPEncoding
|
||||
{
|
||||
public CP50220() : base (default(int), default(bool), default(bool)) { }
|
||||
public override string EncodingName { get { throw null; } }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP50221 : I18N.CJK.ISO2022JPEncoding
|
||||
{
|
||||
public CP50221() : base (default(int), default(bool), default(bool)) { }
|
||||
public override string EncodingName { get { throw null; } }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP50222 : I18N.CJK.ISO2022JPEncoding
|
||||
{
|
||||
public CP50222() : base (default(int), default(bool), default(bool)) { }
|
||||
public override string EncodingName { get { throw null; } }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP51932 : I18N.Common.MonoSafeEncoding
|
||||
{
|
||||
public CP51932() : base (default(int)) { }
|
||||
public override string BodyName { get { throw null; } }
|
||||
public override string EncodingName { get { throw null; } }
|
||||
public override string HeaderName { get { throw null; } }
|
||||
public override bool IsBrowserDisplay { get { throw null; } }
|
||||
public override bool IsBrowserSave { get { throw null; } }
|
||||
public override bool IsMailNewsDisplay { get { throw null; } }
|
||||
public override bool IsMailNewsSave { get { throw null; } }
|
||||
public override string WebName { get { throw null; } }
|
||||
public override int GetByteCount(char[] chars, int index, int length) { throw null; }
|
||||
public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
|
||||
public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
|
||||
public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
|
||||
public override System.Text.Decoder GetDecoder() { throw null; }
|
||||
public override System.Text.Encoder GetEncoder() { throw null; }
|
||||
public override int GetMaxByteCount(int charCount) { throw null; }
|
||||
public override int GetMaxCharCount(int byteCount) { throw null; }
|
||||
}
|
||||
public partial class CP51932Encoder : I18N.Common.MonoSafeEncoder
|
||||
{
|
||||
public CP51932Encoder(I18N.Common.MonoSafeEncoding encoding) : base (default(I18N.Common.MonoSafeEncoding)) { }
|
||||
public override int GetByteCount(char[] chars, int index, int count, bool flush) { throw null; }
|
||||
public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP54936 : I18N.CJK.GB18030Encoding
|
||||
{
|
||||
public CP54936() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP932 : I18N.Common.MonoSafeEncoding
|
||||
{
|
||||
public CP932() : base (default(int)) { }
|
||||
public override string BodyName { get { throw null; } }
|
||||
public override string EncodingName { get { throw null; } }
|
||||
public override string HeaderName { get { throw null; } }
|
||||
public override bool IsBrowserDisplay { get { throw null; } }
|
||||
public override bool IsBrowserSave { get { throw null; } }
|
||||
public override bool IsMailNewsDisplay { get { throw null; } }
|
||||
public override bool IsMailNewsSave { get { throw null; } }
|
||||
public override string WebName { get { throw null; } }
|
||||
public override int WindowsCodePage { get { throw null; } }
|
||||
public override int GetByteCount(char[] chars, int index, int count) { throw null; }
|
||||
public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
|
||||
public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
|
||||
public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
|
||||
public override System.Text.Decoder GetDecoder() { throw null; }
|
||||
public override int GetMaxByteCount(int charCount) { throw null; }
|
||||
public override int GetMaxCharCount(int byteCount) { throw null; }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCeuc_jp : I18N.CJK.CP51932
|
||||
{
|
||||
public ENCeuc_jp() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCiso_2022_jp : I18N.CJK.CP50220
|
||||
{
|
||||
public ENCiso_2022_jp() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCshift_jis : I18N.CJK.CP932
|
||||
{
|
||||
public ENCshift_jis() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class GB18030Encoding : I18N.Common.MonoSafeEncoding
|
||||
{
|
||||
public GB18030Encoding() : base (default(int)) { }
|
||||
public override string BodyName { get { throw null; } }
|
||||
public override string EncodingName { get { throw null; } }
|
||||
public override string HeaderName { get { throw null; } }
|
||||
public override bool IsBrowserDisplay { get { throw null; } }
|
||||
public override bool IsBrowserSave { get { throw null; } }
|
||||
public override bool IsMailNewsDisplay { get { throw null; } }
|
||||
public override bool IsMailNewsSave { get { throw null; } }
|
||||
public override string WebName { get { throw null; } }
|
||||
public override int GetByteCount(char[] chars, int index, int length) { throw null; }
|
||||
public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
|
||||
public override int GetCharCount(byte[] bytes, int start, int len) { throw null; }
|
||||
public override int GetChars(byte[] bytes, int byteIdx, int srclen, char[] chars, int charIdx) { throw null; }
|
||||
public override System.Text.Decoder GetDecoder() { throw null; }
|
||||
public override System.Text.Encoder GetEncoder() { throw null; }
|
||||
public override int GetMaxByteCount(int len) { throw null; }
|
||||
public override int GetMaxCharCount(int len) { throw null; }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ISO2022JPEncoding : I18N.Common.MonoSafeEncoding
|
||||
{
|
||||
public ISO2022JPEncoding(int codePage, bool allow1ByteKana, bool allowShiftIO) : base (default(int)) { }
|
||||
public override string BodyName { get { throw null; } }
|
||||
public override string HeaderName { get { throw null; } }
|
||||
public override string WebName { get { throw null; } }
|
||||
public override int GetByteCount(char[] chars, int charIndex, int charCount) { throw null; }
|
||||
public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
|
||||
protected override int GetBytesInternal(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush, object state) { throw null; }
|
||||
public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
|
||||
public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
|
||||
public override int GetMaxByteCount(int charCount) { throw null; }
|
||||
public override int GetMaxCharCount(int byteCount) { throw null; }
|
||||
}
|
||||
}
|
@@ -1,109 +0,0 @@
|
||||
// Licensed to the .NET Foundation under one or more agreements.
|
||||
// The .NET Foundation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
|
||||
namespace I18N.MidEast
|
||||
{
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP1254 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP1254() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP1255 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP1255() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP1256 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP1256() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP28596 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP28596() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP28598 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP28598() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP28599 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP28599() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP38598 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP38598() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCiso_8859_6 : I18N.MidEast.CP28596
|
||||
{
|
||||
public ENCiso_8859_6() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCiso_8859_8 : I18N.MidEast.CP28598
|
||||
{
|
||||
public ENCiso_8859_8() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCiso_8859_9 : I18N.MidEast.CP28599
|
||||
{
|
||||
public ENCiso_8859_9() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCwindows_1254 : I18N.MidEast.CP1254
|
||||
{
|
||||
public ENCwindows_1254() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCwindows_1255 : I18N.MidEast.CP1255
|
||||
{
|
||||
public ENCwindows_1255() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCwindows_1256 : I18N.MidEast.CP1256
|
||||
{
|
||||
public ENCwindows_1256() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCwindows_38598 : I18N.MidEast.CP38598
|
||||
{
|
||||
public ENCwindows_38598() { }
|
||||
}
|
||||
}
|
@@ -1,240 +0,0 @@
|
||||
// Licensed to the .NET Foundation under one or more agreements.
|
||||
// The .NET Foundation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
|
||||
namespace I18N.Other
|
||||
{
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP1251 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP1251() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP1257 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP1257() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP1258 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP1258() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP20866 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP20866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP21866 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP21866() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP28594 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP28594() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP28595 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP28595() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP57002 : I18N.Other.ISCIIEncoding
|
||||
{
|
||||
public CP57002() : base (default(int), default(int), default(string), default(string)) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP57003 : I18N.Other.ISCIIEncoding
|
||||
{
|
||||
public CP57003() : base (default(int), default(int), default(string), default(string)) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP57004 : I18N.Other.ISCIIEncoding
|
||||
{
|
||||
public CP57004() : base (default(int), default(int), default(string), default(string)) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP57005 : I18N.Other.ISCIIEncoding
|
||||
{
|
||||
public CP57005() : base (default(int), default(int), default(string), default(string)) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP57006 : I18N.Other.ISCIIEncoding
|
||||
{
|
||||
public CP57006() : base (default(int), default(int), default(string), default(string)) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP57007 : I18N.Other.ISCIIEncoding
|
||||
{
|
||||
public CP57007() : base (default(int), default(int), default(string), default(string)) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP57008 : I18N.Other.ISCIIEncoding
|
||||
{
|
||||
public CP57008() : base (default(int), default(int), default(string), default(string)) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP57009 : I18N.Other.ISCIIEncoding
|
||||
{
|
||||
public CP57009() : base (default(int), default(int), default(string), default(string)) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP57010 : I18N.Other.ISCIIEncoding
|
||||
{
|
||||
public CP57010() : base (default(int), default(int), default(string), default(string)) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP57011 : I18N.Other.ISCIIEncoding
|
||||
{
|
||||
public CP57011() : base (default(int), default(int), default(string), default(string)) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP874 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP874() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCiso_8859_4 : I18N.Other.CP28594
|
||||
{
|
||||
public ENCiso_8859_4() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCiso_8859_5 : I18N.Other.CP28595
|
||||
{
|
||||
public ENCiso_8859_5() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCkoi8_r : I18N.Other.CP20866
|
||||
{
|
||||
public ENCkoi8_r() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCkoi8_u : I18N.Other.CP21866
|
||||
{
|
||||
public ENCkoi8_u() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCwindows_1251 : I18N.Other.CP1251
|
||||
{
|
||||
public ENCwindows_1251() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCwindows_1257 : I18N.Other.CP1257
|
||||
{
|
||||
public ENCwindows_1257() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCwindows_1258 : I18N.Other.CP1258
|
||||
{
|
||||
public ENCwindows_1258() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCwindows_874 : I18N.Other.CP874
|
||||
{
|
||||
public ENCwindows_874() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCx_iscii_as : I18N.Other.CP57006
|
||||
{
|
||||
public ENCx_iscii_as() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCx_iscii_be : I18N.Other.CP57003
|
||||
{
|
||||
public ENCx_iscii_be() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCx_iscii_de : I18N.Other.CP57002
|
||||
{
|
||||
public ENCx_iscii_de() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCx_iscii_gu : I18N.Other.CP57010
|
||||
{
|
||||
public ENCx_iscii_gu() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCx_iscii_ka : I18N.Other.CP57008
|
||||
{
|
||||
public ENCx_iscii_ka() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCx_iscii_ma : I18N.Other.CP57009
|
||||
{
|
||||
public ENCx_iscii_ma() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCx_iscii_or : I18N.Other.CP57007
|
||||
{
|
||||
public ENCx_iscii_or() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCx_iscii_pa : I18N.Other.CP57011
|
||||
{
|
||||
public ENCx_iscii_pa() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCx_iscii_ta : I18N.Other.CP57004
|
||||
{
|
||||
public ENCx_iscii_ta() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCx_iscii_te : I18N.Other.CP57005
|
||||
{
|
||||
public ENCx_iscii_te() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public abstract partial class ISCIIEncoding : I18N.Common.MonoEncoding
|
||||
{
|
||||
protected ISCIIEncoding(int codePage, int shift, string encodingName, string webName) : base (default(int)) { }
|
||||
public override string BodyName { get { throw null; } }
|
||||
public override string EncodingName { get { throw null; } }
|
||||
public override string HeaderName { get { throw null; } }
|
||||
public override string WebName { get { throw null; } }
|
||||
public override int GetByteCount(char[] chars, int index, int count) { throw null; }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
|
||||
public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
|
||||
public override int GetMaxByteCount(int charCount) { throw null; }
|
||||
public override int GetMaxCharCount(int byteCount) { throw null; }
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@@ -1,221 +0,0 @@
|
||||
// Licensed to the .NET Foundation under one or more agreements.
|
||||
// The .NET Foundation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
|
||||
namespace I18N.West
|
||||
{
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP10000 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP10000() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP10079 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP10079() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP1250 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP1250() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP1252 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP1252() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP1253 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP1253() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP28592 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP28592() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP28593 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP28593() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP28597 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP28597() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP28605 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP28605() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP437 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP437() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP850 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP850() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP860 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP860() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP861 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP861() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP863 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP863() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP865 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP865() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCibm437 : I18N.West.CP437
|
||||
{
|
||||
public ENCibm437() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCibm850 : I18N.West.CP850
|
||||
{
|
||||
public ENCibm850() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCibm860 : I18N.West.CP860
|
||||
{
|
||||
public ENCibm860() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCibm861 : I18N.West.CP861
|
||||
{
|
||||
public ENCibm861() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCibm863 : I18N.West.CP863
|
||||
{
|
||||
public ENCibm863() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCibm865 : I18N.West.CP865
|
||||
{
|
||||
public ENCibm865() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCiso_8859_15 : I18N.West.CP28605
|
||||
{
|
||||
public ENCiso_8859_15() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCiso_8859_2 : I18N.West.CP28592
|
||||
{
|
||||
public ENCiso_8859_2() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCiso_8859_3 : I18N.West.CP28593
|
||||
{
|
||||
public ENCiso_8859_3() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCiso_8859_7 : I18N.West.CP28597
|
||||
{
|
||||
public ENCiso_8859_7() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCmacintosh : I18N.West.CP10000
|
||||
{
|
||||
public ENCmacintosh() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCwindows_1250 : I18N.West.CP1250
|
||||
{
|
||||
public ENCwindows_1250() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCwindows_1252 : I18N.West.CP1252
|
||||
{
|
||||
public ENCwindows_1252() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCwindows_1253 : I18N.West.CP1253
|
||||
{
|
||||
public ENCwindows_1253() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCx_mac_icelandic : I18N.West.CP10079
|
||||
{
|
||||
public ENCx_mac_icelandic() { }
|
||||
}
|
||||
}
|
@@ -1,149 +0,0 @@
|
||||
// Licensed to the .NET Foundation under one or more agreements.
|
||||
// The .NET Foundation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
|
||||
namespace I18N.Common
|
||||
{
|
||||
[System.SerializableAttribute]
|
||||
public abstract partial class ByteEncoding : I18N.Common.MonoEncoding
|
||||
{
|
||||
protected string bodyName;
|
||||
protected string encodingName;
|
||||
protected string headerName;
|
||||
protected bool isBrowserDisplay;
|
||||
protected bool isBrowserSave;
|
||||
protected bool isMailNewsDisplay;
|
||||
protected bool isMailNewsSave;
|
||||
protected char[] toChars;
|
||||
protected string webName;
|
||||
protected int windowsCodePage;
|
||||
protected ByteEncoding(int codePage, char[] toChars, string encodingName, string bodyName, string headerName, string webName, bool isBrowserDisplay, bool isBrowserSave, bool isMailNewsDisplay, bool isMailNewsSave, int windowsCodePage) : base (default(int)) { }
|
||||
public override string BodyName { get { throw null; } }
|
||||
public override string EncodingName { get { throw null; } }
|
||||
public override string HeaderName { get { throw null; } }
|
||||
public override bool IsBrowserDisplay { get { throw null; } }
|
||||
public override bool IsBrowserSave { get { throw null; } }
|
||||
public override bool IsMailNewsDisplay { get { throw null; } }
|
||||
public override bool IsMailNewsSave { get { throw null; } }
|
||||
public override bool IsSingleByte { get { throw null; } }
|
||||
public override string WebName { get { throw null; } }
|
||||
public override int WindowsCodePage { get { throw null; } }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
|
||||
public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
|
||||
public override int GetMaxByteCount(int charCount) { throw null; }
|
||||
public override int GetMaxCharCount(int byteCount) { throw null; }
|
||||
public override string GetString(byte[] bytes) { throw null; }
|
||||
public override string GetString(byte[] bytes, int index, int count) { throw null; }
|
||||
public override bool IsAlwaysNormalized(System.Text.NormalizationForm form) { throw null; }
|
||||
protected unsafe abstract void ToBytes(char* chars, int charCount, byte* bytes, int byteCount);
|
||||
protected virtual void ToBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public abstract partial class ByteSafeEncoding : I18N.Common.MonoSafeEncoding
|
||||
{
|
||||
protected string bodyName;
|
||||
protected string encodingName;
|
||||
protected string headerName;
|
||||
protected bool isBrowserDisplay;
|
||||
protected bool isBrowserSave;
|
||||
protected bool isMailNewsDisplay;
|
||||
protected bool isMailNewsSave;
|
||||
protected char[] toChars;
|
||||
protected string webName;
|
||||
protected int windowsCodePage;
|
||||
protected ByteSafeEncoding(int codePage, char[] toChars, string encodingName, string bodyName, string headerName, string webName, bool isBrowserDisplay, bool isBrowserSave, bool isMailNewsDisplay, bool isMailNewsSave, int windowsCodePage) : base (default(int)) { }
|
||||
public override string BodyName { get { throw null; } }
|
||||
public override string EncodingName { get { throw null; } }
|
||||
public override string HeaderName { get { throw null; } }
|
||||
public override bool IsBrowserDisplay { get { throw null; } }
|
||||
public override bool IsBrowserSave { get { throw null; } }
|
||||
public override bool IsMailNewsDisplay { get { throw null; } }
|
||||
public override bool IsMailNewsSave { get { throw null; } }
|
||||
public override bool IsSingleByte { get { throw null; } }
|
||||
public override string WebName { get { throw null; } }
|
||||
public override int WindowsCodePage { get { throw null; } }
|
||||
public unsafe override int GetByteCount(char* chars, int count) { throw null; }
|
||||
public override int GetByteCount(char[] chars, int index, int count) { throw null; }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
|
||||
public override byte[] GetBytes(string s) { throw null; }
|
||||
public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
|
||||
public override int GetCharCount(byte[] bytes, int index, int count) { throw null; }
|
||||
public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) { throw null; }
|
||||
public override int GetMaxByteCount(int charCount) { throw null; }
|
||||
public override int GetMaxCharCount(int byteCount) { throw null; }
|
||||
public override string GetString(byte[] bytes) { throw null; }
|
||||
public override string GetString(byte[] bytes, int index, int count) { throw null; }
|
||||
public override bool IsAlwaysNormalized(System.Text.NormalizationForm form) { throw null; }
|
||||
protected abstract void ToBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex);
|
||||
protected virtual void ToBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { }
|
||||
}
|
||||
public sealed partial class Handlers
|
||||
{
|
||||
public static readonly string[] List;
|
||||
public Handlers() { }
|
||||
public static string GetAlias(string name) { throw null; }
|
||||
}
|
||||
public partial class Manager
|
||||
{
|
||||
internal Manager() { }
|
||||
public static I18N.Common.Manager PrimaryManager { get { throw null; } }
|
||||
public System.Globalization.CultureInfo GetCulture(int culture, bool useUserOverride) { throw null; }
|
||||
public System.Globalization.CultureInfo GetCulture(string name, bool useUserOverride) { throw null; }
|
||||
public System.Text.Encoding GetEncoding(int codePage) { throw null; }
|
||||
public System.Text.Encoding GetEncoding(string name) { throw null; }
|
||||
}
|
||||
public abstract partial class MonoEncoder : System.Text.Encoder
|
||||
{
|
||||
public MonoEncoder(I18N.Common.MonoEncoding encoding) { }
|
||||
public override int GetByteCount(char[] chars, int index, int count, bool refresh) { throw null; }
|
||||
public unsafe abstract int GetByteCountImpl(char* chars, int charCount, bool refresh);
|
||||
public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount, bool flush) { throw null; }
|
||||
public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) { throw null; }
|
||||
public unsafe abstract int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount, bool refresh);
|
||||
public unsafe void HandleFallback(char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount, object state) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public abstract partial class MonoEncoding : System.Text.Encoding
|
||||
{
|
||||
public MonoEncoding(int codePage) { }
|
||||
public MonoEncoding(int codePage, int windowsCodePage) { }
|
||||
public override int WindowsCodePage { get { throw null; } }
|
||||
public unsafe override int GetByteCount(char* chars, int count) { throw null; }
|
||||
public override int GetByteCount(char[] chars, int index, int count) { throw null; }
|
||||
public unsafe abstract int GetByteCountImpl(char* chars, int charCount);
|
||||
public unsafe override int GetBytes(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
|
||||
public override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null; }
|
||||
public unsafe abstract int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount);
|
||||
protected unsafe virtual int GetBytesInternal(char* chars, int charCount, byte* bytes, int byteCount, bool flush, object state) { throw null; }
|
||||
public unsafe void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount) { }
|
||||
public unsafe void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char* chars, ref int charIndex, ref int charCount, byte* bytes, ref int byteIndex, ref int byteCount, object state) { }
|
||||
}
|
||||
public abstract partial class MonoSafeEncoder : System.Text.Encoder
|
||||
{
|
||||
public MonoSafeEncoder(I18N.Common.MonoSafeEncoding encoding) { }
|
||||
public void HandleFallback(char[] chars, ref int charIndex, ref int charCount, byte[] bytes, ref int byteIndex, ref int byteCount, object state) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public abstract partial class MonoSafeEncoding : System.Text.Encoding
|
||||
{
|
||||
public MonoSafeEncoding(int codePage) { }
|
||||
public MonoSafeEncoding(int codePage, int windowsCodePage) { }
|
||||
public override int WindowsCodePage { get { throw null; } }
|
||||
protected virtual int GetBytesInternal(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush, object state) { throw null; }
|
||||
public void HandleFallback(ref System.Text.EncoderFallbackBuffer buffer, char[] chars, ref int charIndex, ref int charCount, byte[] bytes, ref int byteIndex, ref int byteCount, object state) { }
|
||||
}
|
||||
public sealed partial class Strings
|
||||
{
|
||||
public Strings() { }
|
||||
public static string GetString(string tag) { throw null; }
|
||||
}
|
||||
}
|
@@ -1,297 +0,0 @@
|
||||
// Licensed to the .NET Foundation under one or more agreements.
|
||||
// The .NET Foundation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
[assembly:System.Reflection.AssemblyCompanyAttribute("")]
|
||||
[assembly:System.Reflection.AssemblyConfigurationAttribute("")]
|
||||
[assembly:System.Reflection.AssemblyCopyrightAttribute("")]
|
||||
[assembly:System.Reflection.AssemblyDescriptionAttribute("")]
|
||||
[assembly:System.Reflection.AssemblyProductAttribute("")]
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("")]
|
||||
[assembly:System.Reflection.AssemblyTrademarkAttribute("")]
|
||||
[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
|
||||
namespace IBM.Data.DB2
|
||||
{
|
||||
public partial class DB2ClientUtils
|
||||
{
|
||||
public DB2ClientUtils() { }
|
||||
public static void DB2CheckReturn(short sqlRet, short handleType, System.IntPtr handle, string message) { }
|
||||
public static void DB2CheckReturn(short sqlRet, short handleType, System.IntPtr handle, string message, IBM.Data.DB2.DB2Connection connection) { }
|
||||
}
|
||||
public partial class DB2Command : System.ComponentModel.Component, System.Data.IDbCommand, System.ICloneable, System.IDisposable
|
||||
{
|
||||
public DB2Command() { }
|
||||
public DB2Command(string commandStr) { }
|
||||
public DB2Command(string commandStr, IBM.Data.DB2.DB2Connection con) { }
|
||||
public DB2Command(string commandStr, IBM.Data.DB2.DB2Connection con, IBM.Data.DB2.DB2Transaction trans) { }
|
||||
public string CommandText { get { throw null; } set { } }
|
||||
public int CommandTimeout { get { throw null; } set { } }
|
||||
public System.Data.CommandType CommandType { get { throw null; } set { } }
|
||||
public IBM.Data.DB2.DB2Connection Connection { get { throw null; } set { } }
|
||||
public IBM.Data.DB2.DB2ParameterCollection Parameters { get { throw null; } }
|
||||
public bool SelfDescribe { get { throw null; } set { } }
|
||||
public System.IntPtr statementHandle { get { throw null; } }
|
||||
System.Data.IDbConnection System.Data.IDbCommand.Connection { get { throw null; } set { } }
|
||||
System.Data.IDataParameterCollection System.Data.IDbCommand.Parameters { get { throw null; } }
|
||||
System.Data.IDbTransaction System.Data.IDbCommand.Transaction { get { throw null; } set { } }
|
||||
public IBM.Data.DB2.DB2Transaction Transaction { get { throw null; } set { } }
|
||||
public System.Data.UpdateRowSource UpdatedRowSource { get { throw null; } set { } }
|
||||
public void Cancel() { }
|
||||
public System.Data.IDbDataParameter CreateParameter() { throw null; }
|
||||
public new void Dispose() { }
|
||||
protected override void Dispose(bool disposing) { }
|
||||
public int ExecuteNonQuery() { throw null; }
|
||||
public void ExecuteNonQueryInternal(System.Data.CommandBehavior behavior) { }
|
||||
public IBM.Data.DB2.DB2DataReader ExecuteReader() { throw null; }
|
||||
public IBM.Data.DB2.DB2DataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
|
||||
public object ExecuteScalar() { throw null; }
|
||||
~DB2Command() { }
|
||||
public void Prepare() { }
|
||||
System.Data.IDataReader System.Data.IDbCommand.ExecuteReader() { throw null; }
|
||||
System.Data.IDataReader System.Data.IDbCommand.ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
|
||||
object System.ICloneable.Clone() { throw null; }
|
||||
}
|
||||
public sealed partial class DB2CommandBuilder : System.ComponentModel.Component
|
||||
{
|
||||
public DB2CommandBuilder() { }
|
||||
public DB2CommandBuilder(IBM.Data.DB2.DB2DataAdapter adapter) { }
|
||||
public IBM.Data.DB2.DB2DataAdapter DataAdapter { get { throw null; } set { } }
|
||||
public string QuotePrefix { get { throw null; } set { } }
|
||||
public string QuoteSuffix { get { throw null; } set { } }
|
||||
public static void DeriveParameters(IBM.Data.DB2.DB2Command command) { }
|
||||
protected override void Dispose(bool disposing) { }
|
||||
public IBM.Data.DB2.DB2Command GetDeleteCommand() { throw null; }
|
||||
public IBM.Data.DB2.DB2Command GetInsertCommand() { throw null; }
|
||||
public IBM.Data.DB2.DB2Command GetUpdateCommand() { throw null; }
|
||||
public void RefreshSchema() { }
|
||||
}
|
||||
public partial class DB2Connection : System.ComponentModel.Component, System.Data.IDbConnection, System.ICloneable, System.IDisposable
|
||||
{
|
||||
public DB2Connection() { }
|
||||
public DB2Connection(string conString) { }
|
||||
public string ConnectionString { get { throw null; } set { } }
|
||||
public int ConnectionTimeout { get { throw null; } set { } }
|
||||
public string Database { get { throw null; } }
|
||||
public System.Data.ConnectionState State { get { throw null; } }
|
||||
public event IBM.Data.DB2.DB2InfoMessageEventHandler InfoMessage { add { } remove { } }
|
||||
public event System.Data.StateChangeEventHandler StateChange { add { } remove { } }
|
||||
public IBM.Data.DB2.DB2Transaction BeginTransaction() { throw null; }
|
||||
public IBM.Data.DB2.DB2Transaction BeginTransaction(System.Data.IsolationLevel isolationL) { throw null; }
|
||||
public void ChangeDatabase(string newDBName) { }
|
||||
public void Close() { }
|
||||
public IBM.Data.DB2.DB2Command CreateCommand() { throw null; }
|
||||
public new void Dispose() { }
|
||||
protected override void Dispose(bool disposing) { }
|
||||
~DB2Connection() { }
|
||||
public void Open() { }
|
||||
public static void ReleaseObjectPool() { }
|
||||
System.Data.IDbTransaction System.Data.IDbConnection.BeginTransaction() { throw null; }
|
||||
System.Data.IDbTransaction System.Data.IDbConnection.BeginTransaction(System.Data.IsolationLevel isolationL) { throw null; }
|
||||
System.Data.IDbCommand System.Data.IDbConnection.CreateCommand() { throw null; }
|
||||
object System.ICloneable.Clone() { throw null; }
|
||||
}
|
||||
public sealed partial class DB2DataAdapter : System.Data.Common.DbDataAdapter, System.Data.IDataAdapter, System.Data.IDbDataAdapter
|
||||
{
|
||||
public DB2DataAdapter() { }
|
||||
public DB2DataAdapter(IBM.Data.DB2.DB2Command selectCommand) { }
|
||||
public DB2DataAdapter(string selectCommandText, IBM.Data.DB2.DB2Connection selectConnection) { }
|
||||
public DB2DataAdapter(string selectCommandText, string selectConnectionString) { }
|
||||
public new IBM.Data.DB2.DB2Command DeleteCommand { get { throw null; } set { } }
|
||||
public new IBM.Data.DB2.DB2Command InsertCommand { get { throw null; } set { } }
|
||||
public new IBM.Data.DB2.DB2Command SelectCommand { get { throw null; } set { } }
|
||||
System.Data.ITableMappingCollection System.Data.IDataAdapter.TableMappings { get { throw null; } }
|
||||
System.Data.IDbCommand System.Data.IDbDataAdapter.DeleteCommand { get { throw null; } set { } }
|
||||
System.Data.IDbCommand System.Data.IDbDataAdapter.InsertCommand { get { throw null; } set { } }
|
||||
System.Data.IDbCommand System.Data.IDbDataAdapter.SelectCommand { get { throw null; } set { } }
|
||||
System.Data.IDbCommand System.Data.IDbDataAdapter.UpdateCommand { get { throw null; } set { } }
|
||||
public new IBM.Data.DB2.DB2Command UpdateCommand { get { throw null; } set { } }
|
||||
public event IBM.Data.DB2.DB2RowUpdatedEventHandler RowUpdated { add { } remove { } }
|
||||
public event IBM.Data.DB2.DB2RowUpdatingEventHandler RowUpdating { add { } remove { } }
|
||||
protected override System.Data.Common.RowUpdatedEventArgs CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
|
||||
protected override System.Data.Common.RowUpdatingEventArgs CreateRowUpdatingEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
|
||||
protected override void Dispose(bool disposing) { }
|
||||
protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { }
|
||||
protected override void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { }
|
||||
}
|
||||
public sealed partial class DB2DataReader : System.MarshalByRefObject, System.Data.IDataReader, System.Data.IDataRecord, System.IDisposable
|
||||
{
|
||||
internal DB2DataReader() { }
|
||||
public int Depth { get { throw null; } }
|
||||
public int FieldCount { get { throw null; } }
|
||||
public bool HasRows { get { throw null; } }
|
||||
public bool IsClosed { get { throw null; } }
|
||||
public object this[int col] { get { throw null; } }
|
||||
public object this[string name] { get { throw null; } }
|
||||
public int RecordsAffected { get { throw null; } }
|
||||
public void Close() { }
|
||||
public void Dispose() { }
|
||||
~DB2DataReader() { }
|
||||
public bool GetBoolean(int col) { throw null; }
|
||||
public byte GetByte(int col) { throw null; }
|
||||
public long GetBytes(int col, long fieldOffset, byte[] buffer, int bufferOffset, int length) { throw null; }
|
||||
public char GetChar(int col) { throw null; }
|
||||
public long GetChars(int col, long fieldOffset, char[] buffer, int bufferOffset, int length) { throw null; }
|
||||
public System.Data.IDataReader GetData(int col) { throw null; }
|
||||
public string GetDataTypeName(int col) { throw null; }
|
||||
public System.DateTime GetDate(int col) { throw null; }
|
||||
public System.DateTime GetDateTime(int col) { throw null; }
|
||||
public decimal GetDecimal(int col) { throw null; }
|
||||
public double GetDouble(int col) { throw null; }
|
||||
public System.Type GetFieldType(int col) { throw null; }
|
||||
public float GetFloat(int col) { throw null; }
|
||||
public System.Guid GetGuid(int col) { throw null; }
|
||||
public short GetInt16(int col) { throw null; }
|
||||
public int GetInt32(int col) { throw null; }
|
||||
public long GetInt64(int col) { throw null; }
|
||||
public string GetName(int col) { throw null; }
|
||||
public int GetOrdinal(string name) { throw null; }
|
||||
public System.Data.DataTable GetSchemaTable() { throw null; }
|
||||
public string GetString(int col) { throw null; }
|
||||
public object GetStringInternal(int col) { throw null; }
|
||||
public System.TimeSpan GetTime(int col) { throw null; }
|
||||
public System.TimeSpan GetTimeSpan(int col) { throw null; }
|
||||
public object GetValue(int col) { throw null; }
|
||||
public int GetValues(object[] values) { throw null; }
|
||||
public bool IsDBNull(int col) { throw null; }
|
||||
public bool NextResult() { throw null; }
|
||||
public bool Read() { throw null; }
|
||||
}
|
||||
public sealed partial class DB2Error
|
||||
{
|
||||
internal DB2Error() { }
|
||||
public string Message { get { throw null; } }
|
||||
public int NativeError { get { throw null; } }
|
||||
public string Source { get { throw null; } }
|
||||
public string SQLState { get { throw null; } }
|
||||
public override string ToString() { throw null; }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class DB2ErrorCollection : System.Collections.CollectionBase
|
||||
{
|
||||
public DB2ErrorCollection(short sqlHandleType, System.IntPtr sqlHandle) { }
|
||||
public IBM.Data.DB2.DB2Error this[int index] { get { throw null; } }
|
||||
public void CopyTo(IBM.Data.DB2.DB2Error[] array, int index) { }
|
||||
public new IBM.Data.DB2.DB2ErrorCollection.DB2ErrorEnumerator GetEnumerator() { throw null; }
|
||||
public partial class DB2ErrorEnumerator : System.Collections.IEnumerator
|
||||
{
|
||||
public DB2ErrorEnumerator(IBM.Data.DB2.DB2ErrorCollection mappings) { }
|
||||
public IBM.Data.DB2.DB2Error Current { get { throw null; } }
|
||||
object System.Collections.IEnumerator.Current { get { throw null; } }
|
||||
public bool MoveNext() { throw null; }
|
||||
public void Reset() { }
|
||||
bool System.Collections.IEnumerator.MoveNext() { throw null; }
|
||||
void System.Collections.IEnumerator.Reset() { }
|
||||
}
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public sealed partial class DB2Exception : System.Exception
|
||||
{
|
||||
internal DB2Exception() { }
|
||||
public IBM.Data.DB2.DB2ErrorCollection Errors { get { throw null; } }
|
||||
public override string Message { get { throw null; } }
|
||||
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
|
||||
}
|
||||
public sealed partial class DB2InfoMessageEventArgs : System.EventArgs
|
||||
{
|
||||
public DB2InfoMessageEventArgs(IBM.Data.DB2.DB2ErrorCollection errors) { }
|
||||
public IBM.Data.DB2.DB2ErrorCollection Errors { get { throw null; } }
|
||||
public string Message { get { throw null; } }
|
||||
}
|
||||
public delegate void DB2InfoMessageEventHandler(object sender, IBM.Data.DB2.DB2InfoMessageEventArgs e);
|
||||
public sealed partial class DB2Parameter : System.MarshalByRefObject, System.Data.IDataParameter, System.Data.IDbDataParameter, System.ICloneable
|
||||
{
|
||||
public DB2Parameter() { }
|
||||
public DB2Parameter(string name, IBM.Data.DB2.DB2Type type) { }
|
||||
public DB2Parameter(string name, IBM.Data.DB2.DB2Type type, int size) { }
|
||||
public DB2Parameter(string parameterName, IBM.Data.DB2.DB2Type db2Type, int size, System.Data.ParameterDirection parameterDirection, bool isNullable, byte precision, byte scale, string srcColumn, System.Data.DataRowVersion srcVersion, object value) { }
|
||||
public DB2Parameter(string name, IBM.Data.DB2.DB2Type type, int size, string sourceColumn) { }
|
||||
public DB2Parameter(string parameterName, object value) { }
|
||||
public IBM.Data.DB2.DB2Type DB2Type { get { throw null; } set { } }
|
||||
public System.Data.DbType DbType { get { throw null; } set { } }
|
||||
public System.Data.ParameterDirection Direction { get { throw null; } set { } }
|
||||
public bool IsNullable { get { throw null; } set { } }
|
||||
public string ParameterName { get { throw null; } set { } }
|
||||
public byte Precision { get { throw null; } set { } }
|
||||
public byte Scale { get { throw null; } set { } }
|
||||
public int Size { get { throw null; } set { } }
|
||||
public string SourceColumn { get { throw null; } set { } }
|
||||
public System.Data.DataRowVersion SourceVersion { get { throw null; } set { } }
|
||||
public object Value { get { throw null; } set { } }
|
||||
object System.ICloneable.Clone() { throw null; }
|
||||
}
|
||||
public partial class DB2ParameterCollection : System.Collections.ArrayList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Data.IDataParameterCollection
|
||||
{
|
||||
public DB2ParameterCollection() { }
|
||||
public new IBM.Data.DB2.DB2Parameter this[int index] { get { throw null; } set { } }
|
||||
public IBM.Data.DB2.DB2Parameter this[string index] { get { throw null; } set { } }
|
||||
object System.Data.IDataParameterCollection.this[string index] { get { throw null; } set { } }
|
||||
public IBM.Data.DB2.DB2Parameter Add(IBM.Data.DB2.DB2Parameter value) { throw null; }
|
||||
public override int Add(object obj) { throw null; }
|
||||
public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type type) { throw null; }
|
||||
public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type dbType, int size) { throw null; }
|
||||
public IBM.Data.DB2.DB2Parameter Add(string paramName, IBM.Data.DB2.DB2Type dbType, int size, string sourceColumn) { throw null; }
|
||||
public IBM.Data.DB2.DB2Parameter Add(string paramName, object value) { throw null; }
|
||||
public bool Contains(string paramName) { throw null; }
|
||||
public int IndexOf(string paramName) { throw null; }
|
||||
public void RemoveAt(string paramName) { }
|
||||
}
|
||||
public sealed partial class DB2RowUpdatedEventArgs : System.Data.Common.RowUpdatedEventArgs
|
||||
{
|
||||
public DB2RowUpdatedEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
|
||||
public new IBM.Data.DB2.DB2Command Command { get { throw null; } }
|
||||
}
|
||||
public delegate void DB2RowUpdatedEventHandler(object sender, IBM.Data.DB2.DB2RowUpdatedEventArgs e);
|
||||
public sealed partial class DB2RowUpdatingEventArgs : System.Data.Common.RowUpdatingEventArgs
|
||||
{
|
||||
public DB2RowUpdatingEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
|
||||
public new IBM.Data.DB2.DB2Command Command { get { throw null; } set { } }
|
||||
}
|
||||
public delegate void DB2RowUpdatingEventHandler(object sender, IBM.Data.DB2.DB2RowUpdatingEventArgs e);
|
||||
public sealed partial class DB2Transaction : System.MarshalByRefObject, System.Data.IDbTransaction, System.IDisposable
|
||||
{
|
||||
internal DB2Transaction() { }
|
||||
public System.Data.IDbConnection Connection { get { throw null; } }
|
||||
public System.Data.IsolationLevel IsolationLevel { get { throw null; } }
|
||||
public void Commit() { }
|
||||
public void Dispose() { }
|
||||
public void Rollback() { }
|
||||
}
|
||||
public enum DB2Type
|
||||
{
|
||||
BigInt = 3,
|
||||
Binary = 15,
|
||||
Blob = 22,
|
||||
Char = 12,
|
||||
Clob = 21,
|
||||
Datalink = 24,
|
||||
Date = 9,
|
||||
DbClob = 23,
|
||||
Decimal = 7,
|
||||
Double = 5,
|
||||
Float = 6,
|
||||
Graphic = 18,
|
||||
Integer = 2,
|
||||
Invalid = 0,
|
||||
LongVarBinary = 17,
|
||||
LongVarChar = 14,
|
||||
LongVarGraphic = 20,
|
||||
Numeric = 8,
|
||||
Real = 4,
|
||||
RowId = 25,
|
||||
SmallInt = 1,
|
||||
Time = 10,
|
||||
Timestamp = 11,
|
||||
VarBinary = 16,
|
||||
VarChar = 13,
|
||||
VarGraphic = 19,
|
||||
XmlReader = 26,
|
||||
}
|
||||
public partial class DB2TypeConverter
|
||||
{
|
||||
public DB2TypeConverter() { }
|
||||
public static System.Type GetManagedType(int sql_type) { throw null; }
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
||||
1b318aaecd28529bcdd09b05df5e604b38d18252
|
@@ -1 +0,0 @@
|
||||
3eef11e39aac1a4e0da91fcdc564603cf6887198
|
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
||||
e1e3435c28d7a38af4d45a203d19fb54ba7fa12a
|
@@ -1,342 +0,0 @@
|
||||
// Licensed to the .NET Foundation under one or more agreements.
|
||||
// The .NET Foundation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
namespace Mono.CompilerServices.SymbolWriter
|
||||
{
|
||||
public partial class AnonymousScopeEntry
|
||||
{
|
||||
public readonly int ID;
|
||||
public AnonymousScopeEntry(int id) { }
|
||||
public Mono.CompilerServices.SymbolWriter.CapturedScope[] CapturedScopes { get { throw null; } }
|
||||
public Mono.CompilerServices.SymbolWriter.CapturedVariable[] CapturedVariables { get { throw null; } }
|
||||
public override string ToString() { throw null; }
|
||||
}
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct CapturedScope
|
||||
{
|
||||
public readonly string CapturedName;
|
||||
public readonly int Scope;
|
||||
public CapturedScope(int scope, string captured_name) { throw null;}
|
||||
public override string ToString() { throw null; }
|
||||
}
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct CapturedVariable
|
||||
{
|
||||
public readonly string CapturedName;
|
||||
public readonly Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind Kind;
|
||||
public readonly string Name;
|
||||
public CapturedVariable(string name, string captured_name, Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind kind) { throw null;}
|
||||
public override string ToString() { throw null; }
|
||||
public enum CapturedKind : byte
|
||||
{
|
||||
Local = (byte)0,
|
||||
Parameter = (byte)1,
|
||||
This = (byte)2,
|
||||
}
|
||||
}
|
||||
public partial class CodeBlockEntry
|
||||
{
|
||||
public Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type BlockType;
|
||||
public int EndOffset;
|
||||
public int Index;
|
||||
public int Parent;
|
||||
public int StartOffset;
|
||||
public CodeBlockEntry(int index, int parent, Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
|
||||
public void Close(int end_offset) { }
|
||||
public override string ToString() { throw null; }
|
||||
public enum Type
|
||||
{
|
||||
CompilerGenerated = 2,
|
||||
IteratorBody = 3,
|
||||
IteratorDispatcher = 4,
|
||||
Lexical = 1,
|
||||
}
|
||||
}
|
||||
public partial class CompileUnitEntry : Mono.CompilerServices.SymbolWriter.ICompileUnit
|
||||
{
|
||||
public readonly int Index;
|
||||
public CompileUnitEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { }
|
||||
public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] IncludeFiles { get { throw null; } }
|
||||
Mono.CompilerServices.SymbolWriter.CompileUnitEntry Mono.CompilerServices.SymbolWriter.ICompileUnit.Entry { get { throw null; } }
|
||||
public Mono.CompilerServices.SymbolWriter.NamespaceEntry[] Namespaces { get { throw null; } }
|
||||
public static int Size { get { throw null; } }
|
||||
public Mono.CompilerServices.SymbolWriter.SourceFileEntry SourceFile { get { throw null; } }
|
||||
public void AddFile(Mono.CompilerServices.SymbolWriter.SourceFileEntry file) { }
|
||||
public int DefineNamespace(string name, string[] using_clauses, int parent) { throw null; }
|
||||
public void ReadAll() { }
|
||||
}
|
||||
public partial interface ICompileUnit
|
||||
{
|
||||
Mono.CompilerServices.SymbolWriter.CompileUnitEntry Entry { get; }
|
||||
}
|
||||
public partial interface IMethodDef
|
||||
{
|
||||
string Name { get; }
|
||||
int Token { get; }
|
||||
}
|
||||
public partial interface ISourceFile
|
||||
{
|
||||
Mono.CompilerServices.SymbolWriter.SourceFileEntry Entry { get; }
|
||||
}
|
||||
public partial class LineNumberEntry
|
||||
{
|
||||
public int Column;
|
||||
public int EndColumn;
|
||||
public int EndRow;
|
||||
public readonly int File;
|
||||
public readonly bool IsHidden;
|
||||
public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry Null;
|
||||
public readonly int Offset;
|
||||
public readonly int Row;
|
||||
public LineNumberEntry(int file, int row, int offset) { }
|
||||
public LineNumberEntry(int file, int row, int column, int offset) { }
|
||||
public LineNumberEntry(int file, int row, int column, int offset, bool is_hidden) { }
|
||||
public LineNumberEntry(int file, int row, int column, int end_row, int end_column, int offset, bool is_hidden) { }
|
||||
public override string ToString() { throw null; }
|
||||
public sealed partial class LocationComparer : System.Collections.Generic.IComparer<Mono.CompilerServices.SymbolWriter.LineNumberEntry>
|
||||
{
|
||||
public static readonly Mono.CompilerServices.SymbolWriter.LineNumberEntry.LocationComparer Default;
|
||||
public LocationComparer() { }
|
||||
public int Compare(Mono.CompilerServices.SymbolWriter.LineNumberEntry l1, Mono.CompilerServices.SymbolWriter.LineNumberEntry l2) { throw null; }
|
||||
}
|
||||
}
|
||||
public partial class LineNumberTable
|
||||
{
|
||||
public const int Default_LineBase = -1;
|
||||
public const int Default_LineRange = 8;
|
||||
public const byte Default_OpcodeBase = (byte)9;
|
||||
public const byte DW_LNE_end_sequence = (byte)1;
|
||||
public const byte DW_LNE_MONO_negate_is_hidden = (byte)64;
|
||||
public const byte DW_LNS_advance_line = (byte)3;
|
||||
public const byte DW_LNS_advance_pc = (byte)2;
|
||||
public const byte DW_LNS_const_add_pc = (byte)8;
|
||||
public const byte DW_LNS_copy = (byte)1;
|
||||
public const byte DW_LNS_set_file = (byte)4;
|
||||
public readonly int LineBase;
|
||||
public readonly int LineRange;
|
||||
public readonly int MaxAddressIncrement;
|
||||
public readonly byte OpcodeBase;
|
||||
protected Mono.CompilerServices.SymbolWriter.LineNumberEntry[] _line_numbers;
|
||||
protected LineNumberTable(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
|
||||
public Mono.CompilerServices.SymbolWriter.LineNumberEntry[] LineNumbers { get { throw null; } }
|
||||
public bool GetMethodBounds(out Mono.CompilerServices.SymbolWriter.LineNumberEntry start, out Mono.CompilerServices.SymbolWriter.LineNumberEntry end) { start = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); end = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); throw null; }
|
||||
}
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct LocalVariableEntry
|
||||
{
|
||||
public readonly int BlockIndex;
|
||||
public readonly int Index;
|
||||
public readonly string Name;
|
||||
public LocalVariableEntry(int index, string name, int block) { throw null;}
|
||||
public override string ToString() { throw null; }
|
||||
}
|
||||
public partial class MethodEntry : System.IComparable
|
||||
{
|
||||
internal MethodEntry() { }
|
||||
public readonly Mono.CompilerServices.SymbolWriter.CompileUnitEntry CompileUnit;
|
||||
public readonly int CompileUnitIndex;
|
||||
public readonly int NamespaceID;
|
||||
public const int Size = 12;
|
||||
public readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile;
|
||||
public readonly int Token;
|
||||
public int Index { get { throw null; } set { } }
|
||||
public Mono.CompilerServices.SymbolWriter.MethodEntry.Flags MethodFlags { get { throw null; } }
|
||||
public int CompareTo(object obj) { throw null; }
|
||||
public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] GetCodeBlocks() { throw null; }
|
||||
public Mono.CompilerServices.SymbolWriter.LineNumberTable GetLineNumberTable() { throw null; }
|
||||
public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] GetLocals() { throw null; }
|
||||
public string GetRealName() { throw null; }
|
||||
public Mono.CompilerServices.SymbolWriter.ScopeVariable[] GetScopeVariables() { throw null; }
|
||||
public void ReadAll() { }
|
||||
public override string ToString() { throw null; }
|
||||
[System.FlagsAttribute]
|
||||
public enum Flags
|
||||
{
|
||||
ColumnsInfoIncluded = 2,
|
||||
EndInfoIncluded = 4,
|
||||
LocalNamesAmbiguous = 1,
|
||||
}
|
||||
}
|
||||
public partial class MonoSymbolFile : System.IDisposable
|
||||
{
|
||||
public readonly int MajorVersion;
|
||||
public readonly int MinorVersion;
|
||||
public int NumLineNumbers;
|
||||
public MonoSymbolFile() { }
|
||||
public int AnonymousScopeCount { get { throw null; } }
|
||||
public int CompileUnitCount { get { throw null; } }
|
||||
public Mono.CompilerServices.SymbolWriter.CompileUnitEntry[] CompileUnits { get { throw null; } }
|
||||
public System.Guid Guid { get { throw null; } }
|
||||
public int MethodCount { get { throw null; } }
|
||||
public Mono.CompilerServices.SymbolWriter.MethodEntry[] Methods { get { throw null; } }
|
||||
public int NamespaceCount { get { throw null; } }
|
||||
public Mono.CompilerServices.SymbolWriter.OffsetTable OffsetTable { get { throw null; } }
|
||||
public int SourceCount { get { throw null; } }
|
||||
public Mono.CompilerServices.SymbolWriter.SourceFileEntry[] Sources { get { throw null; } }
|
||||
public int TypeCount { get { throw null; } }
|
||||
public int AddCompileUnit(Mono.CompilerServices.SymbolWriter.CompileUnitEntry entry) { throw null; }
|
||||
public void AddMethod(Mono.CompilerServices.SymbolWriter.MethodEntry entry) { }
|
||||
public int AddSource(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
|
||||
public void CreateSymbolFile(System.Guid guid, System.IO.FileStream fs) { }
|
||||
public Mono.CompilerServices.SymbolWriter.MethodEntry DefineMethod(Mono.CompilerServices.SymbolWriter.CompileUnitEntry comp_unit, int token, Mono.CompilerServices.SymbolWriter.ScopeVariable[] scope_vars, Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] locals, Mono.CompilerServices.SymbolWriter.LineNumberEntry[] lines, Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] code_blocks, string real_name, Mono.CompilerServices.SymbolWriter.MethodEntry.Flags flags, int namespace_id) { throw null; }
|
||||
public void Dispose() { }
|
||||
protected virtual void Dispose(bool disposing) { }
|
||||
public int FindSource(string file_name) { throw null; }
|
||||
public Mono.CompilerServices.SymbolWriter.AnonymousScopeEntry GetAnonymousScope(int id) { throw null; }
|
||||
public Mono.CompilerServices.SymbolWriter.CompileUnitEntry GetCompileUnit(int index) { throw null; }
|
||||
public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethod(int index) { throw null; }
|
||||
public Mono.CompilerServices.SymbolWriter.MethodEntry GetMethodByToken(int token) { throw null; }
|
||||
public Mono.CompilerServices.SymbolWriter.SourceFileEntry GetSourceFile(int index) { throw null; }
|
||||
public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.IO.Stream stream) { throw null; }
|
||||
public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(System.Reflection.Assembly assembly) { throw null; }
|
||||
public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename) { throw null; }
|
||||
public static Mono.CompilerServices.SymbolWriter.MonoSymbolFile ReadSymbolFile(string mdbFilename, System.Guid assemblyGuid) { throw null; }
|
||||
}
|
||||
public partial class MonoSymbolFileException : System.Exception
|
||||
{
|
||||
public MonoSymbolFileException() { }
|
||||
public MonoSymbolFileException(string message, System.Exception innerException) { }
|
||||
public MonoSymbolFileException(string message, params object[] args) { }
|
||||
}
|
||||
public partial class MonoSymbolWriter
|
||||
{
|
||||
protected readonly Mono.CompilerServices.SymbolWriter.MonoSymbolFile file;
|
||||
public MonoSymbolWriter(string filename) { }
|
||||
public Mono.CompilerServices.SymbolWriter.MonoSymbolFile SymbolFile { get { throw null; } }
|
||||
public void CloseCompilerGeneratedBlock(int end_offset) { }
|
||||
public void CloseMethod() { }
|
||||
public void CloseNamespace() { }
|
||||
public void CloseScope(int end_offset) { }
|
||||
public void DefineAnonymousScope(int id) { }
|
||||
public void DefineCapturedLocal(int scope_id, string name, string captured_name) { }
|
||||
public void DefineCapturedParameter(int scope_id, string name, string captured_name) { }
|
||||
public void DefineCapturedScope(int scope_id, int id, string captured_name) { }
|
||||
public void DefineCapturedThis(int scope_id, string captured_name) { }
|
||||
public Mono.CompilerServices.SymbolWriter.CompileUnitEntry DefineCompilationUnit(Mono.CompilerServices.SymbolWriter.SourceFileEntry source) { throw null; }
|
||||
public Mono.CompilerServices.SymbolWriter.SourceFileEntry DefineDocument(string url) { throw null; }
|
||||
public Mono.CompilerServices.SymbolWriter.SourceFileEntry DefineDocument(string url, byte[] guid, byte[] checksum) { throw null; }
|
||||
public void DefineLocalVariable(int index, string name) { }
|
||||
public int DefineNamespace(string name, Mono.CompilerServices.SymbolWriter.CompileUnitEntry unit, string[] using_clauses, int parent) { throw null; }
|
||||
public void DefineScopeVariable(int scope, int index) { }
|
||||
public void EndIteratorBody(int end_offset) { }
|
||||
public void EndIteratorDispatcher(int end_offset) { }
|
||||
public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
|
||||
public void OpenCompilerGeneratedBlock(int start_offset) { }
|
||||
public Mono.CompilerServices.SymbolWriter.SourceMethodBuilder OpenMethod(Mono.CompilerServices.SymbolWriter.ICompileUnit file, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { throw null; }
|
||||
public int OpenScope(int start_offset) { throw null; }
|
||||
public void StartIteratorBody(int start_offset) { }
|
||||
public void StartIteratorDispatcher(int start_offset) { }
|
||||
public void WriteSymbolFile(System.Guid guid) { }
|
||||
}
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct NamespaceEntry
|
||||
{
|
||||
public readonly int Index;
|
||||
public readonly string Name;
|
||||
public readonly int Parent;
|
||||
public readonly string[] UsingClauses;
|
||||
public NamespaceEntry(string name, int index, string[] using_clauses, int parent) { throw null;}
|
||||
public override string ToString() { throw null; }
|
||||
}
|
||||
public partial class OffsetTable
|
||||
{
|
||||
internal OffsetTable() { }
|
||||
public int AnonymousScopeCount;
|
||||
public int AnonymousScopeTableOffset;
|
||||
public int AnonymousScopeTableSize;
|
||||
public int CompileUnitCount;
|
||||
public int CompileUnitTableOffset;
|
||||
public int CompileUnitTableSize;
|
||||
public int DataSectionOffset;
|
||||
public int DataSectionSize;
|
||||
public Mono.CompilerServices.SymbolWriter.OffsetTable.Flags FileFlags;
|
||||
public int LineNumberTable_LineBase;
|
||||
public int LineNumberTable_LineRange;
|
||||
public int LineNumberTable_OpcodeBase;
|
||||
public const long Magic = (long)5037318119232611860;
|
||||
public const int MajorVersion = 50;
|
||||
public int MethodCount;
|
||||
public int MethodTableOffset;
|
||||
public int MethodTableSize;
|
||||
public const int MinorVersion = 0;
|
||||
public int SourceCount;
|
||||
public int SourceTableOffset;
|
||||
public int SourceTableSize;
|
||||
public int TotalFileSize;
|
||||
public int TypeCount;
|
||||
public override string ToString() { throw null; }
|
||||
[System.FlagsAttribute]
|
||||
public enum Flags
|
||||
{
|
||||
IsAspxSource = 1,
|
||||
WindowsFileNames = 2,
|
||||
}
|
||||
}
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct ScopeVariable
|
||||
{
|
||||
public readonly int Index;
|
||||
public readonly int Scope;
|
||||
public ScopeVariable(int scope, int index) { throw null;}
|
||||
public override string ToString() { throw null; }
|
||||
}
|
||||
public partial class SourceFileEntry
|
||||
{
|
||||
public readonly int Index;
|
||||
public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name) { }
|
||||
public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name, byte[] guid, byte[] checksum) { }
|
||||
public bool AutoGenerated { get { throw null; } }
|
||||
public byte[] Checksum { get { throw null; } }
|
||||
public string FileName { get { throw null; } set { } }
|
||||
public static int Size { get { throw null; } }
|
||||
public bool CheckChecksum() { throw null; }
|
||||
public void SetAutoGenerated() { }
|
||||
public override string ToString() { throw null; }
|
||||
}
|
||||
public partial class SourceMethodBuilder
|
||||
{
|
||||
public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit) { }
|
||||
public SourceMethodBuilder(Mono.CompilerServices.SymbolWriter.ICompileUnit comp_unit, int ns_id, Mono.CompilerServices.SymbolWriter.IMethodDef method) { }
|
||||
public Mono.CompilerServices.SymbolWriter.CodeBlockEntry[] Blocks { get { throw null; } }
|
||||
public Mono.CompilerServices.SymbolWriter.CodeBlockEntry CurrentBlock { get { throw null; } }
|
||||
public Mono.CompilerServices.SymbolWriter.LocalVariableEntry[] Locals { get { throw null; } }
|
||||
public Mono.CompilerServices.SymbolWriter.ScopeVariable[] ScopeVariables { get { throw null; } }
|
||||
public Mono.CompilerServices.SymbolWriter.ICompileUnit SourceFile { get { throw null; } }
|
||||
public void AddLocal(int index, string name) { }
|
||||
public void AddScopeVariable(int scope, int index) { }
|
||||
public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
|
||||
public void DefineMethod(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, int token) { }
|
||||
public void EndBlock(int end_offset) { }
|
||||
public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
|
||||
public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, int end_line, int end_column, bool is_hidden) { }
|
||||
public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
|
||||
}
|
||||
public partial class SymbolWriterImpl : System.Diagnostics.SymbolStore.ISymbolWriter
|
||||
{
|
||||
public SymbolWriterImpl(System.Reflection.Emit.ModuleBuilder mb) { }
|
||||
public void Close() { }
|
||||
public void CloseMethod() { }
|
||||
public void CloseNamespace() { }
|
||||
public void CloseScope(int endOffset) { }
|
||||
public System.Diagnostics.SymbolStore.ISymbolDocumentWriter DefineDocument(string url, System.Guid language, System.Guid languageVendor, System.Guid documentType) { throw null; }
|
||||
public void DefineField(System.Diagnostics.SymbolStore.SymbolToken parent, string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
|
||||
public void DefineGlobalVariable(string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
|
||||
public void DefineLocalVariable(string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3, int startOffset, int endOffset) { }
|
||||
public void DefineParameter(string name, System.Reflection.ParameterAttributes attributes, int sequence, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3) { }
|
||||
public void DefineSequencePoints(System.Diagnostics.SymbolStore.ISymbolDocumentWriter document, int[] offsets, int[] lines, int[] columns, int[] endLines, int[] endColumns) { }
|
||||
public void Initialize(System.IntPtr emitter, string filename, bool fFullBuild) { }
|
||||
public void OpenMethod(System.Diagnostics.SymbolStore.SymbolToken method) { }
|
||||
public void OpenNamespace(string name) { }
|
||||
public int OpenScope(int startOffset) { throw null; }
|
||||
public void SetMethodSourceRange(System.Diagnostics.SymbolStore.ISymbolDocumentWriter startDoc, int startLine, int startColumn, System.Diagnostics.SymbolStore.ISymbolDocumentWriter endDoc, int endLine, int endColumn) { }
|
||||
public void SetScopeRange(int scopeID, int startOffset, int endOffset) { }
|
||||
public void SetSymAttribute(System.Diagnostics.SymbolStore.SymbolToken parent, string name, byte[] data) { }
|
||||
public void SetUnderlyingWriter(System.IntPtr underlyingWriter) { }
|
||||
public void SetUserEntryPoint(System.Diagnostics.SymbolStore.SymbolToken entryMethod) { }
|
||||
public void UsingNamespace(string fullName) { }
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,141 +0,0 @@
|
||||
// Licensed to the .NET Foundation under one or more agreements.
|
||||
// The .NET Foundation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Reflection.AssemblyCompanyAttribute("MONO development team")]
|
||||
[assembly:System.Reflection.AssemblyConfigurationAttribute("Development version")]
|
||||
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) 2003 Various Authors")]
|
||||
[assembly:System.Reflection.AssemblyDescriptionAttribute("Http and ASP.NET utilities")]
|
||||
[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Http.dll")]
|
||||
[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
namespace Mono.Http
|
||||
{
|
||||
[System.SerializableAttribute]
|
||||
public partial class GZipWebRequest : System.Net.WebRequest, System.Runtime.Serialization.ISerializable
|
||||
{
|
||||
public GZipWebRequest(System.Net.WebRequest request) { }
|
||||
protected GZipWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
|
||||
public override string ConnectionGroupName { get { throw null; } set { } }
|
||||
public override long ContentLength { get { throw null; } set { } }
|
||||
public override string ContentType { get { throw null; } set { } }
|
||||
public override System.Net.ICredentials Credentials { get { throw null; } set { } }
|
||||
public bool EnableCompression { get { throw null; } set { } }
|
||||
public override System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
|
||||
public override string Method { get { throw null; } set { } }
|
||||
public override bool PreAuthenticate { get { throw null; } set { } }
|
||||
public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
|
||||
public System.Net.WebRequest RealRequest { get { throw null; } }
|
||||
public override System.Uri RequestUri { get { throw null; } }
|
||||
public override int Timeout { get { throw null; } set { } }
|
||||
public override void Abort() { }
|
||||
public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
|
||||
public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
|
||||
public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
|
||||
public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
|
||||
public override System.IO.Stream GetRequestStream() { throw null; }
|
||||
public override System.Net.WebResponse GetResponse() { throw null; }
|
||||
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
|
||||
}
|
||||
public partial class GZipWebRequestCreator : System.Net.IWebRequestCreate
|
||||
{
|
||||
public GZipWebRequestCreator() { }
|
||||
public System.Net.WebRequest Create(System.Uri uri) { throw null; }
|
||||
}
|
||||
public partial class GZipWriteFilter : System.IO.Stream
|
||||
{
|
||||
public GZipWriteFilter(System.IO.Stream baseStream) { }
|
||||
public override bool CanRead { get { throw null; } }
|
||||
public override bool CanSeek { get { throw null; } }
|
||||
public override bool CanWrite { get { throw null; } }
|
||||
public override long Length { get { throw null; } }
|
||||
public override long Position { get { throw null; } set { } }
|
||||
public override void Close() { }
|
||||
public override void Flush() { }
|
||||
public override int Read(byte[] buffer, int offset, int count) { throw null; }
|
||||
public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
|
||||
public override void SetLength(long value) { }
|
||||
public override void Write(byte[] buffer, int offset, int count) { }
|
||||
}
|
||||
public partial class NtlmClient : System.Net.IAuthenticationModule
|
||||
{
|
||||
public NtlmClient() { }
|
||||
public string AuthenticationType { get { throw null; } }
|
||||
public bool CanPreAuthenticate { get { throw null; } }
|
||||
public System.Net.Authorization Authenticate(string challenge, System.Net.WebRequest webRequest, System.Net.ICredentials credentials) { throw null; }
|
||||
public System.Net.Authorization PreAuthenticate(System.Net.WebRequest webRequest, System.Net.ICredentials credentials) { throw null; }
|
||||
}
|
||||
}
|
||||
namespace Mono.Http.Configuration
|
||||
{
|
||||
public partial class AcceptEncodingConfig
|
||||
{
|
||||
public AcceptEncodingConfig() { }
|
||||
public AcceptEncodingConfig(Mono.Http.Configuration.AcceptEncodingConfig parent) { }
|
||||
public void Add(string encoding, string type) { }
|
||||
public void Clear() { }
|
||||
public bool SetFilter(System.Web.HttpResponse response, string acceptEncoding) { throw null; }
|
||||
}
|
||||
public partial class AcceptEncodingSectionHandler : System.Configuration.IConfigurationSectionHandler
|
||||
{
|
||||
public AcceptEncodingSectionHandler() { }
|
||||
public object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
|
||||
}
|
||||
}
|
||||
namespace Mono.Http.Modules
|
||||
{
|
||||
public partial class AcceptEncodingModule : System.Web.IHttpModule
|
||||
{
|
||||
public AcceptEncodingModule() { }
|
||||
public void Dispose() { }
|
||||
public void Init(System.Web.HttpApplication app) { }
|
||||
}
|
||||
public abstract partial class AuthenticationModule : System.Web.IHttpModule
|
||||
{
|
||||
public AuthenticationModule(string authenticationMethod) { }
|
||||
public string AuthenticationMethod { get { throw null; } }
|
||||
protected bool AuthenticationRequired { get { throw null; } }
|
||||
protected abstract bool AcceptCredentials(System.Web.HttpApplication app, string authentication);
|
||||
protected string Authorization(System.Web.HttpApplication app, string authenticationMethod) { throw null; }
|
||||
protected void DenyAccess(System.Web.HttpApplication app) { }
|
||||
public virtual void Dispose() { }
|
||||
public virtual void Init(System.Web.HttpApplication context) { }
|
||||
public virtual void OnAuthenticateRequest(object source, System.EventArgs eventArgs) { }
|
||||
public abstract void OnEndRequest(object source, System.EventArgs eventArgs);
|
||||
}
|
||||
public partial class BasicAuthenticationModule : Mono.Http.Modules.AuthenticationModule
|
||||
{
|
||||
public BasicAuthenticationModule() : base (default(string)) { }
|
||||
protected override bool AcceptCredentials(System.Web.HttpApplication app, string authentication) { throw null; }
|
||||
public override void OnEndRequest(object source, System.EventArgs eventArgs) { }
|
||||
}
|
||||
public partial class DigestAuthenticationModule : Mono.Http.Modules.AuthenticationModule
|
||||
{
|
||||
public DigestAuthenticationModule() : base (default(string)) { }
|
||||
protected override bool AcceptCredentials(System.Web.HttpApplication app, string authentication) { throw null; }
|
||||
protected virtual string GetCurrentNonce() { throw null; }
|
||||
protected virtual bool GetUserByName(System.Web.HttpApplication app, string username, out string password, out string[] roles) { password = default(string); roles = default(string[]); throw null; }
|
||||
protected virtual bool IsValidNonce(string nonce) { throw null; }
|
||||
public override void OnEndRequest(object source, System.EventArgs eventArgs) { }
|
||||
}
|
||||
}
|
||||
namespace System.Net
|
||||
{
|
||||
[System.SerializableAttribute]
|
||||
public partial class GZipWebResponse : System.Net.WebResponse, System.IDisposable, System.Runtime.Serialization.ISerializable
|
||||
{
|
||||
protected GZipWebResponse(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
|
||||
public override long ContentLength { get { throw null; } }
|
||||
public override string ContentType { get { throw null; } }
|
||||
public override System.Net.WebHeaderCollection Headers { get { throw null; } }
|
||||
public bool IsCompressed { get { throw null; } }
|
||||
public System.Net.WebResponse RealResponse { get { throw null; } }
|
||||
public override System.Uri ResponseUri { get { throw null; } }
|
||||
public override void Close() { }
|
||||
public override System.IO.Stream GetResponseStream() { throw null; }
|
||||
void System.IDisposable.Dispose() { }
|
||||
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
|
||||
}
|
||||
}
|
@@ -1,21 +0,0 @@
|
||||
// Licensed to the .NET Foundation under one or more agreements.
|
||||
// The .NET Foundation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
namespace Mono.Attach
|
||||
{
|
||||
public partial class VirtualMachine
|
||||
{
|
||||
public VirtualMachine(long pid) { }
|
||||
public bool IsCurrent { get { throw null; } }
|
||||
public long Pid { get { throw null; } }
|
||||
public void Attach(string agent, string args) { }
|
||||
public string[] GetCommandLine() { throw null; }
|
||||
public static System.Collections.Generic.List<Mono.Attach.VirtualMachine> GetVirtualMachines() { throw null; }
|
||||
public string GetWorkingDirectory() { throw null; }
|
||||
public override string ToString() { throw null; }
|
||||
}
|
||||
}
|
@@ -1,174 +0,0 @@
|
||||
// Licensed to the .NET Foundation under one or more agreements.
|
||||
// The .NET Foundation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.CLSCompliantAttribute(false)]
|
||||
[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
|
||||
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
|
||||
[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.Messaging.RabbitMQ.dll")]
|
||||
[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Messaging.RabbitMQ.dll")]
|
||||
[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.1")]
|
||||
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.1")]
|
||||
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Messaging.RabbitMQ.dll")]
|
||||
[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
|
||||
[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
|
||||
[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
namespace Mono.Messaging.RabbitMQ
|
||||
{
|
||||
public delegate global::RabbitMQ.Client.IConnection CreateConnectionDelegate(string host);
|
||||
public partial interface IMessagingContext : System.IDisposable
|
||||
{
|
||||
void Delete(Mono.Messaging.QueueReference qRef);
|
||||
void Purge(Mono.Messaging.QueueReference qRef);
|
||||
Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack);
|
||||
void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage msg);
|
||||
}
|
||||
public delegate bool IsMatch(global::RabbitMQ.Client.Events.BasicDeliverEventArgs result);
|
||||
public partial class MessageFactory
|
||||
{
|
||||
public MessageFactory(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider) { }
|
||||
public static System.DateTime AmqpTimestampToDateTime(global::RabbitMQ.Client.AmqpTimestamp ats) { throw null; }
|
||||
public static global::RabbitMQ.Client.AmqpTimestamp DateTimeToAmqpTimestamp(System.DateTime t) { throw null; }
|
||||
public static string GetString(System.Collections.IDictionary properties, string key) { throw null; }
|
||||
public Mono.Messaging.IMessage ReadMessage(Mono.Messaging.QueueReference destination, global::RabbitMQ.Client.Events.BasicDeliverEventArgs result) { throw null; }
|
||||
public static int TimeSpanToMillis(System.TimeSpan timespan) { throw null; }
|
||||
public global::RabbitMQ.Client.Content.IMessageBuilder WriteMessage(global::RabbitMQ.Client.IModel ch, Mono.Messaging.IMessage msg) { throw null; }
|
||||
}
|
||||
public partial class MessagingContext : Mono.Messaging.RabbitMQ.IMessagingContext, System.IDisposable
|
||||
{
|
||||
public MessagingContext(Mono.Messaging.RabbitMQ.MessageFactory factory, string host, Mono.Messaging.RabbitMQ.CreateConnectionDelegate createConnection) { }
|
||||
public global::RabbitMQ.Client.IConnection Connection { get { throw null; } }
|
||||
public global::RabbitMQ.Client.IModel Model { get { throw null; } }
|
||||
public void Delete(Mono.Messaging.QueueReference qRef) { }
|
||||
public void Dispose() { }
|
||||
protected virtual void Dispose(bool disposing) { }
|
||||
public void Purge(Mono.Messaging.QueueReference qRef) { }
|
||||
public Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack) { throw null; }
|
||||
public void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage message) { }
|
||||
}
|
||||
public partial class MessagingContextPool
|
||||
{
|
||||
public MessagingContextPool(Mono.Messaging.RabbitMQ.MessageFactory messageFactory, Mono.Messaging.RabbitMQ.CreateConnectionDelegate createConnectionDelegate) { }
|
||||
public Mono.Messaging.RabbitMQ.MessagingContext GetContext(string host) { throw null; }
|
||||
public void ReturnContext(Mono.Messaging.RabbitMQ.MessagingContext context) { }
|
||||
}
|
||||
public partial class RabbitMQMessageEnumerator : Mono.Messaging.IMessageEnumerator, System.IDisposable
|
||||
{
|
||||
public RabbitMQMessageEnumerator(Mono.Messaging.RabbitMQ.MessageFactory helper, Mono.Messaging.QueueReference qRef) { }
|
||||
public Mono.Messaging.IMessage Current { get { throw null; } }
|
||||
public System.IntPtr CursorHandle { get { throw null; } }
|
||||
public void Close() { }
|
||||
public void Dispose() { }
|
||||
public void Dispose(bool disposing) { }
|
||||
public bool MoveNext() { throw null; }
|
||||
public bool MoveNext(System.TimeSpan timeout) { throw null; }
|
||||
public Mono.Messaging.IMessage RemoveCurrent() { throw null; }
|
||||
public Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
|
||||
public Mono.Messaging.IMessage RemoveCurrent(Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
|
||||
public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout) { throw null; }
|
||||
public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
|
||||
public Mono.Messaging.IMessage RemoveCurrent(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
|
||||
public void Reset() { }
|
||||
}
|
||||
public partial class RabbitMQMessageQueue : Mono.Messaging.MessageQueueBase, Mono.Messaging.IMessageQueue
|
||||
{
|
||||
public RabbitMQMessageQueue(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider, Mono.Messaging.QueueReference qRef, bool transactional) { }
|
||||
public RabbitMQMessageQueue(Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider provider, bool transactional) { }
|
||||
public bool Authenticate { get { throw null; } set { } }
|
||||
public short BasePriority { get { throw null; } set { } }
|
||||
public bool CanRead { get { throw null; } }
|
||||
public bool CanWrite { get { throw null; } }
|
||||
public System.Guid Category { get { throw null; } set { } }
|
||||
public System.DateTime CreateTime { get { throw null; } }
|
||||
public bool DenySharedReceive { get { throw null; } set { } }
|
||||
public Mono.Messaging.EncryptionRequired EncryptionRequired { get { throw null; } set { } }
|
||||
public System.Guid Id { get { throw null; } }
|
||||
public System.DateTime LastModifyTime { get { throw null; } }
|
||||
public long MaximumJournalSize { get { throw null; } set { } }
|
||||
public long MaximumQueueSize { get { throw null; } set { } }
|
||||
public Mono.Messaging.QueueReference QRef { get { throw null; } set { } }
|
||||
protected override Mono.Messaging.IMessageQueue Queue { get { throw null; } }
|
||||
public System.IntPtr ReadHandle { get { throw null; } }
|
||||
public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
|
||||
public bool Transactional { get { throw null; } }
|
||||
public bool UseJournalQueue { get { throw null; } set { } }
|
||||
public System.IntPtr WriteHandle { get { throw null; } }
|
||||
public void Close() { }
|
||||
public static void Delete(Mono.Messaging.QueueReference qRef) { }
|
||||
public Mono.Messaging.IMessageEnumerator GetMessageEnumerator() { throw null; }
|
||||
event Mono.Messaging.CompletedEventHandler Mono.Messaging.IMessageQueue.PeekCompleted { add { } remove { } }
|
||||
event Mono.Messaging.CompletedEventHandler Mono.Messaging.IMessageQueue.ReceiveCompleted { add { } remove { } }
|
||||
System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek() { throw null; }
|
||||
System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout) { throw null; }
|
||||
System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout, object stateObject) { throw null; }
|
||||
System.IAsyncResult Mono.Messaging.IMessageQueue.BeginPeek(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
|
||||
System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive() { throw null; }
|
||||
System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout) { throw null; }
|
||||
System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout, object stateObject) { throw null; }
|
||||
System.IAsyncResult Mono.Messaging.IMessageQueue.BeginReceive(System.TimeSpan timeout, object stateObject, System.AsyncCallback callback) { throw null; }
|
||||
Mono.Messaging.IMessage Mono.Messaging.IMessageQueue.EndPeek(System.IAsyncResult asyncResult) { throw null; }
|
||||
Mono.Messaging.IMessage Mono.Messaging.IMessageQueue.EndReceive(System.IAsyncResult asyncResult) { throw null; }
|
||||
void Mono.Messaging.IMessageQueue.SendPeekCompleted(System.IAsyncResult result) { }
|
||||
void Mono.Messaging.IMessageQueue.SendReceiveCompleted(System.IAsyncResult result) { }
|
||||
public Mono.Messaging.IMessage Peek() { throw null; }
|
||||
public Mono.Messaging.IMessage Peek(System.TimeSpan timeout) { throw null; }
|
||||
public Mono.Messaging.IMessage PeekByCorrelationId(string id) { throw null; }
|
||||
public Mono.Messaging.IMessage PeekByCorrelationId(string id, System.TimeSpan timeout) { throw null; }
|
||||
public Mono.Messaging.IMessage PeekById(string id) { throw null; }
|
||||
public Mono.Messaging.IMessage PeekById(string id, System.TimeSpan timeout) { throw null; }
|
||||
public void Purge() { }
|
||||
public Mono.Messaging.IMessage Receive() { throw null; }
|
||||
public Mono.Messaging.IMessage Receive(Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
|
||||
public Mono.Messaging.IMessage Receive(Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
|
||||
public Mono.Messaging.IMessage Receive(System.TimeSpan timeout) { throw null; }
|
||||
public Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
|
||||
public Mono.Messaging.IMessage Receive(System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
|
||||
public Mono.Messaging.IMessage ReceiveByCorrelationId(string id) { throw null; }
|
||||
public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
|
||||
public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
|
||||
public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout) { throw null; }
|
||||
public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
|
||||
public Mono.Messaging.IMessage ReceiveByCorrelationId(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
|
||||
public Mono.Messaging.IMessage ReceiveById(string id) { throw null; }
|
||||
public Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
|
||||
public Mono.Messaging.IMessage ReceiveById(string id, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
|
||||
public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout) { throw null; }
|
||||
public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.IMessageQueueTransaction transaction) { throw null; }
|
||||
public Mono.Messaging.IMessage ReceiveById(string id, System.TimeSpan timeout, Mono.Messaging.MessageQueueTransactionType transactionType) { throw null; }
|
||||
public void Send(Mono.Messaging.IMessage msg) { }
|
||||
public void Send(Mono.Messaging.IMessage msg, Mono.Messaging.IMessageQueueTransaction transaction) { }
|
||||
public void Send(Mono.Messaging.IMessage msg, Mono.Messaging.MessageQueueTransactionType transactionType) { }
|
||||
}
|
||||
public partial class RabbitMQMessageQueueTransaction : Mono.Messaging.IMessageQueueTransaction, Mono.Messaging.RabbitMQ.IMessagingContext, System.IDisposable
|
||||
{
|
||||
public RabbitMQMessageQueueTransaction(string txId, Mono.Messaging.RabbitMQ.MessagingContextPool contextPool) { }
|
||||
public string Id { get { throw null; } }
|
||||
public Mono.Messaging.MessageQueueTransactionStatus Status { get { throw null; } }
|
||||
public void Abort() { }
|
||||
public void Begin() { }
|
||||
public void Commit() { }
|
||||
public void Delete(Mono.Messaging.QueueReference qRef) { }
|
||||
public void Dispose() { }
|
||||
protected virtual void Dispose(bool disposing) { }
|
||||
public void Purge(Mono.Messaging.QueueReference qRef) { }
|
||||
public Mono.Messaging.IMessage Receive(Mono.Messaging.QueueReference qRef, System.TimeSpan timeout, Mono.Messaging.RabbitMQ.IsMatch matcher, bool ack) { throw null; }
|
||||
public void Send(Mono.Messaging.QueueReference qRef, Mono.Messaging.IMessage msg) { }
|
||||
}
|
||||
public partial class RabbitMQMessagingProvider : Mono.Messaging.IMessagingProvider
|
||||
{
|
||||
public RabbitMQMessagingProvider() { }
|
||||
public Mono.Messaging.RabbitMQ.IMessagingContext CreateContext(string host) { throw null; }
|
||||
public Mono.Messaging.IMessage CreateMessage() { throw null; }
|
||||
public Mono.Messaging.IMessageQueue CreateMessageQueue(Mono.Messaging.QueueReference qRef, bool transactional) { throw null; }
|
||||
public Mono.Messaging.IMessageQueueTransaction CreateMessageQueueTransaction() { throw null; }
|
||||
public void DeleteQueue(Mono.Messaging.QueueReference qRef) { }
|
||||
public bool Exists(Mono.Messaging.QueueReference qRef) { throw null; }
|
||||
public Mono.Messaging.IMessageQueue GetMessageQueue(Mono.Messaging.QueueReference qRef) { throw null; }
|
||||
public Mono.Messaging.IMessageQueue[] GetPublicQueues() { throw null; }
|
||||
}
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user