Imported Upstream version 5.0.0.48
Former-commit-id: 820b1abb8b0084602f3170cd587a99c905e1dae5
This commit is contained in:
parent
6bdd276d05
commit
5005e1465f
1
external/binary-reference-assemblies/.gitignore
vendored
Normal file
1
external/binary-reference-assemblies/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
**/bare/*.dll
|
23
external/binary-reference-assemblies/Makefile
vendored
Normal file
23
external/binary-reference-assemblies/Makefile
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
all:
|
||||
$(MAKE) -C v2.0
|
||||
$(MAKE) -C v3.5
|
||||
$(MAKE) -C v4.0
|
||||
$(MAKE) -C v4.5
|
||||
$(MAKE) -C v4.5.1
|
||||
$(MAKE) -C v4.5.2
|
||||
$(MAKE) -C v4.6
|
||||
$(MAKE) -C v4.6.1
|
||||
$(MAKE) -C v4.6.2
|
||||
|
||||
clean:
|
||||
$(MAKE) -C v2.0 clean
|
||||
$(MAKE) -C v3.5 clean
|
||||
$(MAKE) -C v4.0 clean
|
||||
$(MAKE) -C v4.5 clean
|
||||
$(MAKE) -C v4.5.1 clean
|
||||
$(MAKE) -C v4.5.2 clean
|
||||
$(MAKE) -C v4.6 clean
|
||||
$(MAKE) -C v4.6.1 clean
|
||||
$(MAKE) -C v4.6.2 clean
|
||||
|
||||
.PHONY: all clean
|
51
external/binary-reference-assemblies/src/v2.0/Accessibility.cs
vendored
Normal file
51
external/binary-reference-assemblies/src/v2.0/Accessibility.cs
vendored
Normal file
@ -0,0 +1,51 @@
|
||||
// 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("2.0.0.0")]
|
||||
[assembly:System.CLSCompliantAttribute(true)]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
|
||||
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
|
||||
[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Accessibility.dll")]
|
||||
[assembly:System.Reflection.AssemblyDescriptionAttribute("Accessibility.dll")]
|
||||
[assembly:System.Reflection.AssemblyFileVersionAttribute("2.0.50727.1433")]
|
||||
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("2.0.50727.1433")]
|
||||
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("Accessibility.dll")]
|
||||
[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
|
||||
[assembly:System.Resources.SatelliteContractVersionAttribute("2.0.0.0")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(true)]
|
||||
[assembly:System.Runtime.InteropServices.GuidAttribute("1ea4dbf0-3c3b-11cf-810c-00aa00389b71")]
|
||||
[assembly:System.Runtime.InteropServices.ImportedFromTypeLibAttribute("Accessibility")]
|
||||
[assembly:System.Runtime.InteropServices.TypeLibVersionAttribute(1, 1)]
|
||||
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
|
||||
namespace Accessibility
|
||||
{
|
||||
public partial interface IAccessible
|
||||
{
|
||||
int accChildCount { get; }
|
||||
object accFocus { get; }
|
||||
object accParent { get; }
|
||||
object accSelection { get; }
|
||||
void accDoDefaultAction(object childID);
|
||||
object accHitTest(int xLeft, int yTop);
|
||||
void accLocation(out int pxLeft, out int pyTop, out int pcxWidth, out int pcyHeight, object childID);
|
||||
object accNavigate(int navDir, object childID);
|
||||
void accSelect(int flagsSelect, object childID);
|
||||
object get_accChild(object childID);
|
||||
string get_accDefaultAction(object childID);
|
||||
string get_accDescription(object childID);
|
||||
string get_accHelp(object childID);
|
||||
int get_accHelpTopic(out string pszHelpFile, object childID);
|
||||
string get_accKeyboardShortcut(object childID);
|
||||
string get_accName(object childID);
|
||||
object get_accRole(object childID);
|
||||
object get_accState(object childID);
|
||||
string get_accValue(object childID);
|
||||
void set_accName(object childID, string newName);
|
||||
void set_accValue(object childID, string newValue);
|
||||
}
|
||||
}
|
1147
external/binary-reference-assemblies/src/v2.0/Commons.Xml.Relaxng.cs
vendored
Normal file
1147
external/binary-reference-assemblies/src/v2.0/Commons.Xml.Relaxng.cs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
115
external/binary-reference-assemblies/src/v2.0/CustomMarshalers.cs
vendored
Normal file
115
external/binary-reference-assemblies/src/v2.0/CustomMarshalers.cs
vendored
Normal file
@ -0,0 +1,115 @@
|
||||
// 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("2.0.0.0")]
|
||||
[assembly:System.CLSCompliantAttribute(true)]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
|
||||
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
|
||||
[assembly:System.Reflection.AssemblyDefaultAliasAttribute("CustomMarshalers.dll")]
|
||||
[assembly:System.Reflection.AssemblyDescriptionAttribute("CustomMarshalers.dll")]
|
||||
[assembly:System.Reflection.AssemblyFileVersionAttribute("2.0.50727.1433")]
|
||||
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("2.0.50727.1433")]
|
||||
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("CustomMarshalers.dll")]
|
||||
[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
|
||||
[assembly:System.Resources.SatelliteContractVersionAttribute("2.0.0.0")]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
namespace System
|
||||
{
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoDocumentationNoteAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoExtensionAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoInternalNoteAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoLimitationAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoNotSupportedAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoTODOAttribute : System.Attribute
|
||||
{
|
||||
public MonoTODOAttribute() { }
|
||||
public MonoTODOAttribute(string comment) { }
|
||||
public string Comment { get { throw null; } }
|
||||
}
|
||||
}
|
||||
namespace System.Runtime.InteropServices.CustomMarshalers
|
||||
{
|
||||
public partial class EnumerableToDispatchMarshaler : System.Runtime.InteropServices.ICustomMarshaler
|
||||
{
|
||||
public EnumerableToDispatchMarshaler() { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void CleanUpManagedData(object pManagedObj) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void CleanUpNativeData(System.IntPtr pNativeData) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public static System.Runtime.InteropServices.ICustomMarshaler GetInstance(string pstrCookie) { throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
public int GetNativeDataSize() { throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
public System.IntPtr MarshalManagedToNative(object pManagedObj) { throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
public object MarshalNativeToManaged(System.IntPtr pNativeData) { throw null; }
|
||||
}
|
||||
public partial class EnumeratorToEnumVariantMarshaler : System.Runtime.InteropServices.ICustomMarshaler
|
||||
{
|
||||
public EnumeratorToEnumVariantMarshaler() { }
|
||||
public void CleanUpManagedData(object pManagedObj) { }
|
||||
public void CleanUpNativeData(System.IntPtr pNativeData) { }
|
||||
public static System.Runtime.InteropServices.ICustomMarshaler GetInstance(string pstrCookie) { throw null; }
|
||||
public int GetNativeDataSize() { throw null; }
|
||||
public System.IntPtr MarshalManagedToNative(object pManagedObj) { throw null; }
|
||||
public object MarshalNativeToManaged(System.IntPtr pNativeData) { throw null; }
|
||||
}
|
||||
public partial class ExpandoToDispatchExMarshaler : System.Runtime.InteropServices.ICustomMarshaler
|
||||
{
|
||||
public ExpandoToDispatchExMarshaler() { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void CleanUpManagedData(object pManagedObj) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void CleanUpNativeData(System.IntPtr pNativeData) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public static System.Runtime.InteropServices.ICustomMarshaler GetInstance(string pstrCookie) { throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
public int GetNativeDataSize() { throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
public System.IntPtr MarshalManagedToNative(object pManagedObj) { throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
public object MarshalNativeToManaged(System.IntPtr pNativeData) { throw null; }
|
||||
}
|
||||
public partial class TypeToTypeInfoMarshaler : System.Runtime.InteropServices.ICustomMarshaler
|
||||
{
|
||||
public TypeToTypeInfoMarshaler() { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void CleanUpManagedData(object pManagedObj) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void CleanUpNativeData(System.IntPtr pNativeData) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public static System.Runtime.InteropServices.ICustomMarshaler GetInstance(string pstrCookie) { throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
public int GetNativeDataSize() { throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
public System.IntPtr MarshalManagedToNative(object pManagedObj) { throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
public object MarshalNativeToManaged(System.IntPtr pNativeData) { throw null; }
|
||||
}
|
||||
}
|
133
external/binary-reference-assemblies/src/v2.0/I18N.CJK.cs
vendored
Normal file
133
external/binary-reference-assemblies/src/v2.0/I18N.CJK.cs
vendored
Normal file
@ -0,0 +1,133 @@
|
||||
// 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("2.0.0.0")]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[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; }
|
||||
}
|
||||
}
|
109
external/binary-reference-assemblies/src/v2.0/I18N.MidEast.cs
vendored
Normal file
109
external/binary-reference-assemblies/src/v2.0/I18N.MidEast.cs
vendored
Normal file
@ -0,0 +1,109 @@
|
||||
// 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("2.0.0.0")]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[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() { }
|
||||
}
|
||||
}
|
240
external/binary-reference-assemblies/src/v2.0/I18N.Other.cs
vendored
Normal file
240
external/binary-reference-assemblies/src/v2.0/I18N.Other.cs
vendored
Normal file
@ -0,0 +1,240 @@
|
||||
// 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("2.0.0.0")]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[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; }
|
||||
}
|
||||
}
|
529
external/binary-reference-assemblies/src/v2.0/I18N.Rare.cs
vendored
Normal file
529
external/binary-reference-assemblies/src/v2.0/I18N.Rare.cs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
221
external/binary-reference-assemblies/src/v2.0/I18N.West.cs
vendored
Normal file
221
external/binary-reference-assemblies/src/v2.0/I18N.West.cs
vendored
Normal file
@ -0,0 +1,221 @@
|
||||
// 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("2.0.0.0")]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[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() { }
|
||||
}
|
||||
}
|
149
external/binary-reference-assemblies/src/v2.0/I18N.cs
vendored
Normal file
149
external/binary-reference-assemblies/src/v2.0/I18N.cs
vendored
Normal file
@ -0,0 +1,149 @@
|
||||
// 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("2.0.0.0")]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[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; }
|
||||
}
|
||||
}
|
297
external/binary-reference-assemblies/src/v2.0/IBM.Data.DB2.cs
vendored
Normal file
297
external/binary-reference-assemblies/src/v2.0/IBM.Data.DB2.cs
vendored
Normal file
@ -0,0 +1,297 @@
|
||||
// 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.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[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.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; }
|
||||
}
|
||||
}
|
962
external/binary-reference-assemblies/src/v2.0/ICSharpCode.SharpZipLib.cs
vendored
Normal file
962
external/binary-reference-assemblies/src/v2.0/ICSharpCode.SharpZipLib.cs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
501
external/binary-reference-assemblies/src/v2.0/Microsoft.Build.Engine.cs
vendored
Normal file
501
external/binary-reference-assemblies/src/v2.0/Microsoft.Build.Engine.cs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
399
external/binary-reference-assemblies/src/v2.0/Microsoft.Build.Framework.cs
vendored
Normal file
399
external/binary-reference-assemblies/src/v2.0/Microsoft.Build.Framework.cs
vendored
Normal file
@ -0,0 +1,399 @@
|
||||
// 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("2.0.0.0")]
|
||||
[assembly:System.CLSCompliantAttribute(true)]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
|
||||
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
|
||||
[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Microsoft.Build.Framework.dll")]
|
||||
[assembly:System.Reflection.AssemblyDescriptionAttribute("Microsoft.Build.Framework.dll")]
|
||||
[assembly:System.Reflection.AssemblyFileVersionAttribute("2.0.50727.1433")]
|
||||
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("2.0.50727.1433")]
|
||||
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("Microsoft.Build.Framework.dll")]
|
||||
[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
|
||||
[assembly:System.Resources.SatelliteContractVersionAttribute("2.0.0.0")]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
[assembly:System.Runtime.InteropServices.GuidAttribute("D8A9BA71-4724-481d-9CA7-0DA23A1D615C")]
|
||||
namespace Microsoft.Build.Framework
|
||||
{
|
||||
public delegate void AnyEventHandler(object sender, Microsoft.Build.Framework.BuildEventArgs e);
|
||||
[System.SerializableAttribute]
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct BuildEngineResult
|
||||
{
|
||||
public BuildEngineResult(bool result, System.Collections.Generic.List<System.Collections.Generic.IDictionary<string, Microsoft.Build.Framework.ITaskItem[]>> targetOutputsPerProject) { throw null;}
|
||||
public bool Result { get { throw null; } }
|
||||
public System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string, Microsoft.Build.Framework.ITaskItem[]>> TargetOutputsPerProject { get { throw null; } }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class BuildErrorEventArgs : Microsoft.Build.Framework.BuildEventArgs
|
||||
{
|
||||
protected BuildErrorEventArgs() { }
|
||||
public BuildErrorEventArgs(string subcategory, string code, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string helpKeyword, string senderName) { }
|
||||
public string Code { get { throw null; } }
|
||||
public int ColumnNumber { get { throw null; } }
|
||||
public int EndColumnNumber { get { throw null; } }
|
||||
public int EndLineNumber { get { throw null; } }
|
||||
public string File { get { throw null; } }
|
||||
public int LineNumber { get { throw null; } }
|
||||
public string Subcategory { get { throw null; } }
|
||||
}
|
||||
public delegate void BuildErrorEventHandler(object sender, Microsoft.Build.Framework.BuildErrorEventArgs e);
|
||||
[System.SerializableAttribute]
|
||||
public abstract partial class BuildEventArgs : System.EventArgs
|
||||
{
|
||||
protected BuildEventArgs() { }
|
||||
protected BuildEventArgs(string message, string helpKeyword, string senderName) { }
|
||||
public string HelpKeyword { get { throw null; } }
|
||||
public string Message { get { throw null; } }
|
||||
public string SenderName { get { throw null; } }
|
||||
public int ThreadId { get { throw null; } }
|
||||
public System.DateTime Timestamp { get { throw null; } }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class BuildEventContext
|
||||
{
|
||||
public static Microsoft.Build.Framework.BuildEventContext Invalid;
|
||||
public const int InvalidNodeId = -2;
|
||||
public const int InvalidProjectContextId = -2;
|
||||
public const int InvalidProjectInstanceId = -1;
|
||||
public const int InvalidSubmissionId = -1;
|
||||
public const int InvalidTargetId = -1;
|
||||
public const int InvalidTaskId = -1;
|
||||
public BuildEventContext(int nodeId, int targetId, int projectContextId, int taskId) { }
|
||||
public BuildEventContext(int nodeId, int projectInstanceId, int projectContextId, int targetId, int taskId) { }
|
||||
public BuildEventContext(int submissionId, int nodeId, int projectInstanceId, int projectContextId, int targetId, int taskId) { }
|
||||
public int NodeId { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public int ProjectContextId { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public int ProjectInstanceId { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public int SubmissionId { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public int TargetId { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public int TaskId { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public override bool Equals(object obj) { throw null; }
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static bool operator ==(Microsoft.Build.Framework.BuildEventContext left, Microsoft.Build.Framework.BuildEventContext right) { throw null; }
|
||||
public static bool operator !=(Microsoft.Build.Framework.BuildEventContext left, Microsoft.Build.Framework.BuildEventContext right) { throw null; }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class BuildFinishedEventArgs : Microsoft.Build.Framework.BuildStatusEventArgs
|
||||
{
|
||||
protected BuildFinishedEventArgs() { }
|
||||
public BuildFinishedEventArgs(string message, string helpKeyword, bool succeeded) { }
|
||||
public bool Succeeded { get { throw null; } }
|
||||
}
|
||||
public delegate void BuildFinishedEventHandler(object sender, Microsoft.Build.Framework.BuildFinishedEventArgs e);
|
||||
[System.SerializableAttribute]
|
||||
public partial class BuildMessageEventArgs : Microsoft.Build.Framework.BuildEventArgs
|
||||
{
|
||||
protected BuildMessageEventArgs() { }
|
||||
public BuildMessageEventArgs(string message, string helpKeyword, string senderName, Microsoft.Build.Framework.MessageImportance importance) { }
|
||||
public Microsoft.Build.Framework.MessageImportance Importance { get { throw null; } }
|
||||
}
|
||||
public delegate void BuildMessageEventHandler(object sender, Microsoft.Build.Framework.BuildMessageEventArgs e);
|
||||
[System.SerializableAttribute]
|
||||
public partial class BuildStartedEventArgs : Microsoft.Build.Framework.BuildStatusEventArgs
|
||||
{
|
||||
protected BuildStartedEventArgs() { }
|
||||
public BuildStartedEventArgs(string message, string helpKeyword) { }
|
||||
}
|
||||
public delegate void BuildStartedEventHandler(object sender, Microsoft.Build.Framework.BuildStartedEventArgs e);
|
||||
[System.SerializableAttribute]
|
||||
public abstract partial class BuildStatusEventArgs : Microsoft.Build.Framework.BuildEventArgs
|
||||
{
|
||||
protected BuildStatusEventArgs() { }
|
||||
protected BuildStatusEventArgs(string message, string helpKeyword, string senderName) { }
|
||||
}
|
||||
public delegate void BuildStatusEventHandler(object sender, Microsoft.Build.Framework.BuildStatusEventArgs e);
|
||||
[System.SerializableAttribute]
|
||||
public partial class BuildWarningEventArgs : Microsoft.Build.Framework.BuildEventArgs
|
||||
{
|
||||
protected BuildWarningEventArgs() { }
|
||||
public BuildWarningEventArgs(string subcategory, string code, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string helpKeyword, string senderName) { }
|
||||
public string Code { get { throw null; } }
|
||||
public int ColumnNumber { get { throw null; } }
|
||||
public int EndColumnNumber { get { throw null; } }
|
||||
public int EndLineNumber { get { throw null; } }
|
||||
public string File { get { throw null; } }
|
||||
public int LineNumber { get { throw null; } }
|
||||
public string Subcategory { get { throw null; } }
|
||||
}
|
||||
public delegate void BuildWarningEventHandler(object sender, Microsoft.Build.Framework.BuildWarningEventArgs e);
|
||||
[System.SerializableAttribute]
|
||||
public abstract partial class CustomBuildEventArgs : Microsoft.Build.Framework.BuildEventArgs
|
||||
{
|
||||
protected CustomBuildEventArgs() { }
|
||||
protected CustomBuildEventArgs(string message, string helpKeyword, string senderName) { }
|
||||
}
|
||||
public delegate void CustomBuildEventHandler(object sender, Microsoft.Build.Framework.CustomBuildEventArgs e);
|
||||
[System.SerializableAttribute]
|
||||
public partial class ExternalProjectFinishedEventArgs : Microsoft.Build.Framework.CustomBuildEventArgs
|
||||
{
|
||||
protected ExternalProjectFinishedEventArgs() { }
|
||||
public ExternalProjectFinishedEventArgs(string message, string helpKeyword, string senderName, string projectFile, bool succeeded) { }
|
||||
public string ProjectFile { get { throw null; } }
|
||||
public bool Succeeded { get { throw null; } }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ExternalProjectStartedEventArgs : Microsoft.Build.Framework.CustomBuildEventArgs
|
||||
{
|
||||
protected ExternalProjectStartedEventArgs() { }
|
||||
public ExternalProjectStartedEventArgs(string message, string helpKeyword, string senderName, string projectFile, string targetNames) { }
|
||||
public string ProjectFile { get { throw null; } }
|
||||
public string TargetNames { get { throw null; } }
|
||||
}
|
||||
public partial interface IBuildEngine
|
||||
{
|
||||
int ColumnNumberOfTaskNode { get; }
|
||||
bool ContinueOnError { get; }
|
||||
int LineNumberOfTaskNode { get; }
|
||||
string ProjectFileOfTaskNode { get; }
|
||||
bool BuildProjectFile(string projectFileName, string[] targetNames, System.Collections.IDictionary globalProperties, System.Collections.IDictionary targetOutputs);
|
||||
void LogCustomEvent(Microsoft.Build.Framework.CustomBuildEventArgs e);
|
||||
void LogErrorEvent(Microsoft.Build.Framework.BuildErrorEventArgs e);
|
||||
void LogMessageEvent(Microsoft.Build.Framework.BuildMessageEventArgs e);
|
||||
void LogWarningEvent(Microsoft.Build.Framework.BuildWarningEventArgs e);
|
||||
}
|
||||
public partial interface IBuildEngine2 : Microsoft.Build.Framework.IBuildEngine
|
||||
{
|
||||
bool IsRunningMultipleNodes { get; }
|
||||
bool BuildProjectFile(string projectFileName, string[] targetNames, System.Collections.IDictionary globalProperties, System.Collections.IDictionary targetOutputs, string toolsVersion);
|
||||
bool BuildProjectFilesInParallel(string[] projectFileNames, string[] targetNames, System.Collections.IDictionary[] globalProperties, System.Collections.IDictionary[] targetOutputsPerProject, string[] toolsVersion, bool useResultsCache, bool unloadProjectsOnCompletion);
|
||||
}
|
||||
[System.MonoTODOAttribute]
|
||||
public partial interface IBuildEngine3 : Microsoft.Build.Framework.IBuildEngine, Microsoft.Build.Framework.IBuildEngine2
|
||||
{
|
||||
Microsoft.Build.Framework.BuildEngineResult BuildProjectFilesInParallel(string[] projectFileNames, string[] targetNames, System.Collections.IDictionary[] globalProperties, System.Collections.Generic.IList<string>[] removeGlobalProperties, string[] toolsVersion, bool returnTargetOutputs);
|
||||
void Reacquire();
|
||||
void Yield();
|
||||
}
|
||||
public partial interface IEventRedirector
|
||||
{
|
||||
void ForwardEvent(Microsoft.Build.Framework.BuildEventArgs buildEvent);
|
||||
}
|
||||
public partial interface IEventSource
|
||||
{
|
||||
event Microsoft.Build.Framework.AnyEventHandler AnyEventRaised;
|
||||
event Microsoft.Build.Framework.BuildFinishedEventHandler BuildFinished;
|
||||
event Microsoft.Build.Framework.BuildStartedEventHandler BuildStarted;
|
||||
event Microsoft.Build.Framework.CustomBuildEventHandler CustomEventRaised;
|
||||
event Microsoft.Build.Framework.BuildErrorEventHandler ErrorRaised;
|
||||
event Microsoft.Build.Framework.BuildMessageEventHandler MessageRaised;
|
||||
event Microsoft.Build.Framework.ProjectFinishedEventHandler ProjectFinished;
|
||||
event Microsoft.Build.Framework.ProjectStartedEventHandler ProjectStarted;
|
||||
event Microsoft.Build.Framework.BuildStatusEventHandler StatusEventRaised;
|
||||
event Microsoft.Build.Framework.TargetFinishedEventHandler TargetFinished;
|
||||
event Microsoft.Build.Framework.TargetStartedEventHandler TargetStarted;
|
||||
event Microsoft.Build.Framework.TaskFinishedEventHandler TaskFinished;
|
||||
event Microsoft.Build.Framework.TaskStartedEventHandler TaskStarted;
|
||||
event Microsoft.Build.Framework.BuildWarningEventHandler WarningRaised;
|
||||
}
|
||||
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
|
||||
public partial interface ILogger
|
||||
{
|
||||
string Parameters { get; set; }
|
||||
Microsoft.Build.Framework.LoggerVerbosity Verbosity { get; set; }
|
||||
void Initialize(Microsoft.Build.Framework.IEventSource eventSource);
|
||||
void Shutdown();
|
||||
}
|
||||
public partial interface ITask
|
||||
{
|
||||
Microsoft.Build.Framework.IBuildEngine BuildEngine { get; set; }
|
||||
Microsoft.Build.Framework.ITaskHost HostObject { get; set; }
|
||||
bool Execute();
|
||||
}
|
||||
public partial interface ITaskFactory
|
||||
{
|
||||
string FactoryName { get; }
|
||||
System.Type TaskType { get; }
|
||||
void CleanupTask(Microsoft.Build.Framework.ITask task);
|
||||
Microsoft.Build.Framework.ITask CreateTask(Microsoft.Build.Framework.IBuildEngine taskFactoryLoggingHost);
|
||||
Microsoft.Build.Framework.TaskPropertyInfo[] GetTaskParameters();
|
||||
bool Initialize(string taskName, System.Collections.Generic.IDictionary<string, Microsoft.Build.Framework.TaskPropertyInfo> parameterGroup, string taskBody, Microsoft.Build.Framework.IBuildEngine taskFactoryLoggingHost);
|
||||
}
|
||||
public partial interface ITaskFactory2 : Microsoft.Build.Framework.ITaskFactory
|
||||
{
|
||||
Microsoft.Build.Framework.ITask CreateTask(Microsoft.Build.Framework.IBuildEngine taskFactoryLoggingHost, System.Collections.Generic.IDictionary<string, string> taskIdentityParameters);
|
||||
bool Initialize(string taskName, System.Collections.Generic.IDictionary<string, string> factoryIdentityParameters, System.Collections.Generic.IDictionary<string, Microsoft.Build.Framework.TaskPropertyInfo> parameterGroup, string taskBody, Microsoft.Build.Framework.IBuildEngine taskFactoryLoggingHost);
|
||||
}
|
||||
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
|
||||
[System.Runtime.InteropServices.GuidAttribute("9049A481-D0E9-414f-8F92-D4F67A0359A6")]
|
||||
[System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
|
||||
public partial interface ITaskHost
|
||||
{
|
||||
}
|
||||
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
|
||||
[System.Runtime.InteropServices.GuidAttribute("8661674F-2148-4F71-A92A-49875511C528")]
|
||||
public partial interface ITaskItem
|
||||
{
|
||||
string ItemSpec { get; set; }
|
||||
int MetadataCount { get; }
|
||||
System.Collections.ICollection MetadataNames { get; }
|
||||
System.Collections.IDictionary CloneCustomMetadata();
|
||||
void CopyMetadataTo(Microsoft.Build.Framework.ITaskItem destinationItem);
|
||||
string GetMetadata(string metadataName);
|
||||
void RemoveMetadata(string metadataName);
|
||||
void SetMetadata(string metadataName, string metadataValue);
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
|
||||
public sealed partial class LoadInSeparateAppDomainAttribute : System.Attribute
|
||||
{
|
||||
public LoadInSeparateAppDomainAttribute() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class LoggerException : System.Exception
|
||||
{
|
||||
public LoggerException() { }
|
||||
protected LoggerException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
|
||||
public LoggerException(string message) { }
|
||||
public LoggerException(string message, System.Exception innerException) { }
|
||||
public LoggerException(string message, System.Exception innerException, string errorCode, string helpKeyword) { }
|
||||
public string ErrorCode { get { throw null; } }
|
||||
public string HelpKeyword { get { throw null; } }
|
||||
[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
|
||||
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
|
||||
}
|
||||
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
|
||||
public enum LoggerVerbosity
|
||||
{
|
||||
Detailed = 3,
|
||||
Diagnostic = 4,
|
||||
Minimal = 1,
|
||||
Normal = 2,
|
||||
Quiet = 0,
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public enum MessageImportance
|
||||
{
|
||||
High = 0,
|
||||
Low = 2,
|
||||
Normal = 1,
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(128), AllowMultiple=false, Inherited=false)]
|
||||
public sealed partial class OutputAttribute : System.Attribute
|
||||
{
|
||||
public OutputAttribute() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ProjectFinishedEventArgs : Microsoft.Build.Framework.BuildStatusEventArgs
|
||||
{
|
||||
protected ProjectFinishedEventArgs() { }
|
||||
public ProjectFinishedEventArgs(string message, string helpKeyword, string projectFile, bool succeeded) { }
|
||||
public string ProjectFile { get { throw null; } }
|
||||
public bool Succeeded { get { throw null; } }
|
||||
}
|
||||
public delegate void ProjectFinishedEventHandler(object sender, Microsoft.Build.Framework.ProjectFinishedEventArgs e);
|
||||
[System.SerializableAttribute]
|
||||
public partial class ProjectStartedEventArgs : Microsoft.Build.Framework.BuildStatusEventArgs
|
||||
{
|
||||
protected ProjectStartedEventArgs() { }
|
||||
public ProjectStartedEventArgs(string message, string helpKeyword, string projectFile, string targetNames, System.Collections.IEnumerable properties, System.Collections.IEnumerable items) { }
|
||||
public System.Collections.IEnumerable Items { get { throw null; } }
|
||||
public string ProjectFile { get { throw null; } }
|
||||
public System.Collections.IEnumerable Properties { get { throw null; } }
|
||||
public string TargetNames { get { throw null; } }
|
||||
}
|
||||
public delegate void ProjectStartedEventHandler(object sender, Microsoft.Build.Framework.ProjectStartedEventArgs e);
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(128), AllowMultiple=false, Inherited=false)]
|
||||
public sealed partial class RequiredAttribute : System.Attribute
|
||||
{
|
||||
public RequiredAttribute() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class TargetFinishedEventArgs : Microsoft.Build.Framework.BuildStatusEventArgs
|
||||
{
|
||||
protected TargetFinishedEventArgs() { }
|
||||
public TargetFinishedEventArgs(string message, string helpKeyword, string targetName, string projectFile, string targetFile, bool succeeded) { }
|
||||
public string ProjectFile { get { throw null; } }
|
||||
public bool Succeeded { get { throw null; } }
|
||||
public string TargetFile { get { throw null; } }
|
||||
public string TargetName { get { throw null; } }
|
||||
}
|
||||
public delegate void TargetFinishedEventHandler(object sender, Microsoft.Build.Framework.TargetFinishedEventArgs e);
|
||||
[System.SerializableAttribute]
|
||||
public partial class TargetStartedEventArgs : Microsoft.Build.Framework.BuildStatusEventArgs
|
||||
{
|
||||
protected TargetStartedEventArgs() { }
|
||||
public TargetStartedEventArgs(string message, string helpKeyword, string targetName, string projectFile, string targetFile) { }
|
||||
public string ProjectFile { get { throw null; } }
|
||||
public string TargetFile { get { throw null; } }
|
||||
public string TargetName { get { throw null; } }
|
||||
}
|
||||
public delegate void TargetStartedEventHandler(object sender, Microsoft.Build.Framework.TargetStartedEventArgs e);
|
||||
[System.SerializableAttribute]
|
||||
public partial class TaskCommandLineEventArgs : Microsoft.Build.Framework.BuildMessageEventArgs
|
||||
{
|
||||
protected TaskCommandLineEventArgs() { }
|
||||
public TaskCommandLineEventArgs(string commandLine, string taskName, Microsoft.Build.Framework.MessageImportance importance) { }
|
||||
public string CommandLine { get { throw null; } }
|
||||
public string TaskName { get { throw null; } }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class TaskFinishedEventArgs : Microsoft.Build.Framework.BuildStatusEventArgs
|
||||
{
|
||||
protected TaskFinishedEventArgs() { }
|
||||
public TaskFinishedEventArgs(string message, string helpKeyword, string projectFile, string taskFile, string taskName, bool succeeded) { }
|
||||
public string ProjectFile { get { throw null; } }
|
||||
public bool Succeeded { get { throw null; } }
|
||||
public string TaskFile { get { throw null; } }
|
||||
public string TaskName { get { throw null; } }
|
||||
}
|
||||
public delegate void TaskFinishedEventHandler(object sender, Microsoft.Build.Framework.TaskFinishedEventArgs e);
|
||||
[System.SerializableAttribute]
|
||||
public partial class TaskPropertyInfo
|
||||
{
|
||||
public TaskPropertyInfo(string name, System.Type typeOfParameter, bool output, bool required) { }
|
||||
public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public bool Output { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Type PropertyType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public bool Required { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class TaskStartedEventArgs : Microsoft.Build.Framework.BuildStatusEventArgs
|
||||
{
|
||||
protected TaskStartedEventArgs() { }
|
||||
public TaskStartedEventArgs(string message, string helpKeyword, string projectFile, string taskFile, string taskName) { }
|
||||
public string ProjectFile { get { throw null; } }
|
||||
public string TaskFile { get { throw null; } }
|
||||
public string TaskName { get { throw null; } }
|
||||
}
|
||||
public delegate void TaskStartedEventHandler(object sender, Microsoft.Build.Framework.TaskStartedEventArgs e);
|
||||
}
|
||||
namespace System
|
||||
{
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoDocumentationNoteAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoExtensionAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoInternalNoteAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoLimitationAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoNotSupportedAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoTODOAttribute : System.Attribute
|
||||
{
|
||||
public MonoTODOAttribute() { }
|
||||
public MonoTODOAttribute(string comment) { }
|
||||
public string Comment { get { throw null; } }
|
||||
}
|
||||
}
|
1
external/binary-reference-assemblies/src/v2.0/Microsoft.Build.Tasks.cs.REMOVED.git-id
vendored
Normal file
1
external/binary-reference-assemblies/src/v2.0/Microsoft.Build.Tasks.cs.REMOVED.git-id
vendored
Normal file
@ -0,0 +1 @@
|
||||
3536002f3fe3507a4184dbbdf44d3bc7dfc0f85e
|
260
external/binary-reference-assemblies/src/v2.0/Microsoft.Build.Utilities.cs
vendored
Normal file
260
external/binary-reference-assemblies/src/v2.0/Microsoft.Build.Utilities.cs
vendored
Normal file
@ -0,0 +1,260 @@
|
||||
// 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("2.0.0.0")]
|
||||
[assembly:System.CLSCompliantAttribute(true)]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
|
||||
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
|
||||
[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Microsoft.Build.Utilities.dll")]
|
||||
[assembly:System.Reflection.AssemblyDescriptionAttribute("Microsoft.Build.Utilities.dll")]
|
||||
[assembly:System.Reflection.AssemblyFileVersionAttribute("2.0.50727.1433")]
|
||||
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("2.0.50727.1433")]
|
||||
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("Microsoft.Build.Utilities.dll")]
|
||||
[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
|
||||
[assembly:System.Resources.SatelliteContractVersionAttribute("2.0.0.0")]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
namespace Microsoft.Build.Utilities
|
||||
{
|
||||
[Microsoft.Build.Framework.LoadInSeparateAppDomainAttribute]
|
||||
[System.MonoTODOAttribute]
|
||||
public abstract partial class AppDomainIsolatedTask : System.MarshalByRefObject, Microsoft.Build.Framework.ITask
|
||||
{
|
||||
protected AppDomainIsolatedTask() { }
|
||||
protected AppDomainIsolatedTask(System.Resources.ResourceManager taskResources) { }
|
||||
protected AppDomainIsolatedTask(System.Resources.ResourceManager taskResources, string helpKeywordPrefix) { }
|
||||
public Microsoft.Build.Framework.IBuildEngine BuildEngine { get { throw null; } set { } }
|
||||
protected string HelpKeywordPrefix { get { throw null; } set { } }
|
||||
public Microsoft.Build.Framework.ITaskHost HostObject { get { throw null; } set { } }
|
||||
public Microsoft.Build.Utilities.TaskLoggingHelper Log { get { throw null; } }
|
||||
protected System.Resources.ResourceManager TaskResources { get { throw null; } set { } }
|
||||
public abstract bool Execute();
|
||||
public override object InitializeLifetimeService() { throw null; }
|
||||
}
|
||||
public partial class CommandLineBuilder
|
||||
{
|
||||
public CommandLineBuilder() { }
|
||||
protected System.Text.StringBuilder CommandLine { get { throw null; } }
|
||||
public void AppendFileNameIfNotNull(Microsoft.Build.Framework.ITaskItem fileItem) { }
|
||||
public void AppendFileNameIfNotNull(string fileName) { }
|
||||
public void AppendFileNamesIfNotNull(Microsoft.Build.Framework.ITaskItem[] fileItems, string delimiter) { }
|
||||
public void AppendFileNamesIfNotNull(string[] fileNames, string delimiter) { }
|
||||
protected void AppendFileNameWithQuoting(string fileName) { }
|
||||
protected void AppendSpaceIfNotEmpty() { }
|
||||
public void AppendSwitch(string switchName) { }
|
||||
public void AppendSwitchIfNotNull(string switchName, Microsoft.Build.Framework.ITaskItem parameter) { }
|
||||
public void AppendSwitchIfNotNull(string switchName, Microsoft.Build.Framework.ITaskItem[] parameters, string delimiter) { }
|
||||
public void AppendSwitchIfNotNull(string switchName, string parameter) { }
|
||||
public void AppendSwitchIfNotNull(string switchName, string[] parameters, string delimiter) { }
|
||||
public void AppendSwitchUnquotedIfNotNull(string switchName, Microsoft.Build.Framework.ITaskItem parameter) { }
|
||||
public void AppendSwitchUnquotedIfNotNull(string switchName, Microsoft.Build.Framework.ITaskItem[] parameters, string delimiter) { }
|
||||
public void AppendSwitchUnquotedIfNotNull(string switchName, string parameter) { }
|
||||
public void AppendSwitchUnquotedIfNotNull(string switchName, string[] parameters, string delimiter) { }
|
||||
protected void AppendTextUnquoted(string textToAppend) { }
|
||||
protected void AppendTextWithQuoting(string textToAppend) { }
|
||||
protected virtual bool IsQuotingRequired(string parameter) { throw null; }
|
||||
public override string ToString() { throw null; }
|
||||
protected virtual void VerifyThrowNoEmbeddedDoubleQuotes(string switchName, string parameter) { }
|
||||
}
|
||||
public enum HostObjectInitializationStatus
|
||||
{
|
||||
NoActionReturnFailure = 3,
|
||||
NoActionReturnSuccess = 2,
|
||||
UseAlternateToolToExecute = 1,
|
||||
UseHostObjectToExecute = 0,
|
||||
}
|
||||
public abstract partial class Logger : Microsoft.Build.Framework.ILogger
|
||||
{
|
||||
protected Logger() { }
|
||||
public virtual string Parameters { get { throw null; } set { } }
|
||||
public virtual Microsoft.Build.Framework.LoggerVerbosity Verbosity { get { throw null; } set { } }
|
||||
public virtual string FormatErrorEvent(Microsoft.Build.Framework.BuildErrorEventArgs args) { throw null; }
|
||||
public virtual string FormatWarningEvent(Microsoft.Build.Framework.BuildWarningEventArgs args) { throw null; }
|
||||
public abstract void Initialize(Microsoft.Build.Framework.IEventSource eventSource);
|
||||
[System.MonoTODOAttribute]
|
||||
public bool IsVerbosityAtLeast(Microsoft.Build.Framework.LoggerVerbosity checkVerbosity) { throw null; }
|
||||
public virtual void Shutdown() { }
|
||||
}
|
||||
public enum TargetDotNetFrameworkVersion
|
||||
{
|
||||
Version11 = 0,
|
||||
Version20 = 1,
|
||||
VersionLatest = 1,
|
||||
}
|
||||
public abstract partial class Task : Microsoft.Build.Framework.ITask
|
||||
{
|
||||
protected Task() { }
|
||||
protected Task(System.Resources.ResourceManager taskResources) { }
|
||||
protected Task(System.Resources.ResourceManager taskResources, string helpKeywordPrefix) { }
|
||||
public Microsoft.Build.Framework.IBuildEngine BuildEngine { get { throw null; } set { } }
|
||||
public Microsoft.Build.Framework.IBuildEngine2 BuildEngine2 { get { throw null; } }
|
||||
protected string HelpKeywordPrefix { get { throw null; } set { } }
|
||||
public Microsoft.Build.Framework.ITaskHost HostObject { get { throw null; } set { } }
|
||||
public Microsoft.Build.Utilities.TaskLoggingHelper Log { get { throw null; } }
|
||||
protected System.Resources.ResourceManager TaskResources { get { throw null; } set { } }
|
||||
public abstract bool Execute();
|
||||
}
|
||||
public sealed partial class TaskItem : System.MarshalByRefObject, Microsoft.Build.Framework.ITaskItem
|
||||
{
|
||||
public TaskItem() { }
|
||||
public TaskItem(Microsoft.Build.Framework.ITaskItem sourceItem) { }
|
||||
public TaskItem(string itemSpec) { }
|
||||
public TaskItem(string itemSpec, System.Collections.IDictionary itemMetadata) { }
|
||||
public string ItemSpec { get { throw null; } set { } }
|
||||
public int MetadataCount { get { throw null; } }
|
||||
public System.Collections.ICollection MetadataNames { get { throw null; } }
|
||||
public System.Collections.IDictionary CloneCustomMetadata() { throw null; }
|
||||
public void CopyMetadataTo(Microsoft.Build.Framework.ITaskItem destinationItem) { }
|
||||
public string GetMetadata(string metadataName) { throw null; }
|
||||
public override object InitializeLifetimeService() { throw null; }
|
||||
public static explicit operator string (Microsoft.Build.Utilities.TaskItem taskItemToCast) { throw null; }
|
||||
public void RemoveMetadata(string metadataName) { }
|
||||
public void SetMetadata(string metadataName, string metadataValue) { }
|
||||
public override string ToString() { throw null; }
|
||||
}
|
||||
public partial class TaskLoggingHelper : System.MarshalByRefObject
|
||||
{
|
||||
public TaskLoggingHelper(Microsoft.Build.Framework.ITask taskInstance) { }
|
||||
protected Microsoft.Build.Framework.IBuildEngine BuildEngine { get { throw null; } }
|
||||
public bool HasLoggedErrors { get { throw null; } }
|
||||
public string HelpKeywordPrefix { get { throw null; } set { } }
|
||||
protected string TaskName { get { throw null; } }
|
||||
public System.Resources.ResourceManager TaskResources { get { throw null; } set { } }
|
||||
[System.MonoTODOAttribute]
|
||||
public string ExtractMessageCode(string message, out string messageWithoutCodePrefix) { messageWithoutCodePrefix = default(string); throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
public virtual string FormatResourceString(string resourceName, params object[] args) { throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
public virtual string FormatString(string unformatted, params object[] args) { throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
public void LogCommandLine(Microsoft.Build.Framework.MessageImportance importance, string commandLine) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void LogCommandLine(string commandLine) { }
|
||||
public void LogError(string message, params object[] messageArgs) { }
|
||||
public void LogError(string subcategory, string errorCode, string helpKeyword, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, params object[] messageArgs) { }
|
||||
public void LogErrorFromException(System.Exception exception) { }
|
||||
public void LogErrorFromException(System.Exception exception, bool showStackTrace) { }
|
||||
[System.MonoTODOAttribute("Arguments @showDetail and @file are not honored")]
|
||||
public void LogErrorFromException(System.Exception exception, bool showStackTrace, bool showDetail, string file) { }
|
||||
public void LogErrorFromResources(string messageResourceName, params object[] messageArgs) { }
|
||||
public void LogErrorFromResources(string subcategoryResourceName, string errorCode, string helpKeyword, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string messageResourceName, params object[] messageArgs) { }
|
||||
public void LogErrorWithCodeFromResources(string messageResourceName, params object[] messageArgs) { }
|
||||
public void LogErrorWithCodeFromResources(string subcategoryResourceName, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string messageResourceName, params object[] messageArgs) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void LogExternalProjectFinished(string message, string helpKeyword, string projectFile, bool succeeded) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void LogExternalProjectStarted(string message, string helpKeyword, string projectFile, string targetNames) { }
|
||||
public void LogMessage(Microsoft.Build.Framework.MessageImportance importance, string message, params object[] messageArgs) { }
|
||||
public void LogMessage(string message, params object[] messageArgs) { }
|
||||
public void LogMessageFromResources(Microsoft.Build.Framework.MessageImportance importance, string messageResourceName, params object[] messageArgs) { }
|
||||
public void LogMessageFromResources(string messageResourceName, params object[] messageArgs) { }
|
||||
public bool LogMessageFromText(string lineOfText, Microsoft.Build.Framework.MessageImportance messageImportance) { throw null; }
|
||||
public bool LogMessagesFromFile(string fileName) { throw null; }
|
||||
public bool LogMessagesFromFile(string fileName, Microsoft.Build.Framework.MessageImportance messageImportance) { throw null; }
|
||||
public bool LogMessagesFromStream(System.IO.TextReader stream, Microsoft.Build.Framework.MessageImportance messageImportance) { throw null; }
|
||||
public void LogWarning(string message, params object[] messageArgs) { }
|
||||
public void LogWarning(string subcategory, string warningCode, string helpKeyword, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, params object[] messageArgs) { }
|
||||
public void LogWarningFromException(System.Exception exception) { }
|
||||
public void LogWarningFromException(System.Exception exception, bool showStackTrace) { }
|
||||
public void LogWarningFromResources(string messageResourceName, params object[] messageArgs) { }
|
||||
public void LogWarningFromResources(string subcategoryResourceName, string warningCode, string helpKeyword, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string messageResourceName, params object[] messageArgs) { }
|
||||
public void LogWarningWithCodeFromResources(string messageResourceName, params object[] messageArgs) { }
|
||||
public void LogWarningWithCodeFromResources(string subcategoryResourceName, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string messageResourceName, params object[] messageArgs) { }
|
||||
}
|
||||
public static partial class ToolLocationHelper
|
||||
{
|
||||
[System.MonoTODOAttribute]
|
||||
public static string PathToSystem { get { throw null; } }
|
||||
[System.MonoTODOAttribute]
|
||||
public static string GetDotNetFrameworkRootRegistryKey(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion version) { throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
public static string GetDotNetFrameworkSdkInstallKeyValue(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion version) { throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
public static string GetDotNetFrameworkVersionFolderPrefix(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion version) { throw null; }
|
||||
public static string GetPathToDotNetFramework(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion version) { throw null; }
|
||||
public static string GetPathToDotNetFrameworkFile(string fileName, Microsoft.Build.Utilities.TargetDotNetFrameworkVersion version) { throw null; }
|
||||
public static string GetPathToDotNetFrameworkSdk(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion version) { throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
public static string GetPathToDotNetFrameworkSdkFile(string fileName, Microsoft.Build.Utilities.TargetDotNetFrameworkVersion version) { throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
public static string GetPathToSystemFile(string fileName) { throw null; }
|
||||
}
|
||||
public abstract partial class ToolTask : Microsoft.Build.Utilities.Task
|
||||
{
|
||||
protected ToolTask() { }
|
||||
protected ToolTask(System.Resources.ResourceManager taskResources) { }
|
||||
protected ToolTask(System.Resources.ResourceManager taskResources, string helpKeywordPrefix) { }
|
||||
protected virtual System.Collections.Specialized.StringDictionary EnvironmentOverride { get { throw null; } }
|
||||
public string[] EnvironmentVariables { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
[Microsoft.Build.Framework.OutputAttribute]
|
||||
public int ExitCode { get { throw null; } }
|
||||
protected virtual bool HasLoggedErrors { get { throw null; } }
|
||||
protected virtual System.Text.Encoding ResponseFileEncoding { get { throw null; } }
|
||||
protected virtual System.Text.Encoding StandardErrorEncoding { get { throw null; } }
|
||||
protected virtual Microsoft.Build.Framework.MessageImportance StandardErrorLoggingImportance { get { throw null; } }
|
||||
protected virtual System.Text.Encoding StandardOutputEncoding { get { throw null; } }
|
||||
protected virtual Microsoft.Build.Framework.MessageImportance StandardOutputLoggingImportance { get { throw null; } }
|
||||
public virtual int Timeout { get { throw null; } set { } }
|
||||
public virtual string ToolExe { get { throw null; } set { } }
|
||||
protected abstract string ToolName { get; }
|
||||
public string ToolPath { get { throw null; } set { } }
|
||||
[System.MonoTODOAttribute]
|
||||
protected virtual bool CallHostObjectToExecute() { throw null; }
|
||||
protected void DeleteTempFile(string fileName) { }
|
||||
public override bool Execute() { throw null; }
|
||||
protected virtual int ExecuteTool(string pathToTool, string responseFileCommands, string commandLineCommands) { throw null; }
|
||||
protected virtual string GenerateCommandLineCommands() { throw null; }
|
||||
protected abstract string GenerateFullPathToTool();
|
||||
protected virtual string GenerateResponseFileCommands() { throw null; }
|
||||
protected System.Diagnostics.ProcessStartInfo GetProcessStartInfo(string pathToTool, string commandLineCommands, string responseFileSwitch) { throw null; }
|
||||
protected virtual string GetResponseFileSwitch(string responseFilePath) { throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
protected virtual string GetWorkingDirectory() { throw null; }
|
||||
protected virtual bool HandleTaskExecutionErrors() { throw null; }
|
||||
protected virtual Microsoft.Build.Utilities.HostObjectInitializationStatus InitializeHostObject() { throw null; }
|
||||
protected virtual void LogEventsFromTextOutput(string singleLine, Microsoft.Build.Framework.MessageImportance messageImportance) { }
|
||||
[System.MonoTODOAttribute]
|
||||
protected virtual void LogPathToTool(string toolName, string pathToTool) { }
|
||||
protected virtual void LogToolCommand(string message) { }
|
||||
protected virtual bool SkipTaskExecution() { throw null; }
|
||||
protected virtual bool ValidateParameters() { throw null; }
|
||||
}
|
||||
}
|
||||
namespace System
|
||||
{
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoDocumentationNoteAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoExtensionAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoInternalNoteAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoLimitationAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoNotSupportedAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoTODOAttribute : System.Attribute
|
||||
{
|
||||
public MonoTODOAttribute() { }
|
||||
public MonoTODOAttribute(string comment) { }
|
||||
public string Comment { get { throw null; } }
|
||||
}
|
||||
}
|
1
external/binary-reference-assemblies/src/v2.0/Microsoft.VisualBasic.cs.REMOVED.git-id
vendored
Normal file
1
external/binary-reference-assemblies/src/v2.0/Microsoft.VisualBasic.cs.REMOVED.git-id
vendored
Normal file
@ -0,0 +1 @@
|
||||
0e740fe26d5593db685a61758603594f6400913e
|
51
external/binary-reference-assemblies/src/v2.0/Microsoft.VisualC.cs
vendored
Normal file
51
external/binary-reference-assemblies/src/v2.0/Microsoft.VisualC.cs
vendored
Normal file
@ -0,0 +1,51 @@
|
||||
// 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("8.0.0.0")]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
namespace Microsoft.VisualC
|
||||
{
|
||||
public sealed partial class DebugInfoInPDBAttribute : System.Attribute
|
||||
{
|
||||
public DebugInfoInPDBAttribute() { }
|
||||
}
|
||||
public sealed partial class DecoratedNameAttribute : System.Attribute
|
||||
{
|
||||
public DecoratedNameAttribute() { }
|
||||
}
|
||||
public sealed partial class IsConstModifier : System.Attribute
|
||||
{
|
||||
public IsConstModifier() { }
|
||||
}
|
||||
public sealed partial class IsCXXReferenceModifier : System.Attribute
|
||||
{
|
||||
public IsCXXReferenceModifier() { }
|
||||
}
|
||||
public sealed partial class IsLongModifier : System.Attribute
|
||||
{
|
||||
public IsLongModifier() { }
|
||||
}
|
||||
public sealed partial class IsSignedModifier : System.Attribute
|
||||
{
|
||||
public IsSignedModifier() { }
|
||||
}
|
||||
public sealed partial class IsVolatileModifier : System.Attribute
|
||||
{
|
||||
public IsVolatileModifier() { }
|
||||
}
|
||||
public sealed partial class MiscellaneousBitsAttribute : System.Attribute
|
||||
{
|
||||
public int m_dwAttrs;
|
||||
public MiscellaneousBitsAttribute(int miscellaneousBits) { }
|
||||
}
|
||||
public sealed partial class NeedsCopyConstructorModifier : System.Attribute
|
||||
{
|
||||
public NeedsCopyConstructorModifier() { }
|
||||
}
|
||||
public sealed partial class NoSignSpecifiedModifier : System.Attribute
|
||||
{
|
||||
public NoSignSpecifiedModifier() { }
|
||||
}
|
||||
}
|
1
external/binary-reference-assemblies/src/v2.0/Mono.C5.cs.REMOVED.git-id
vendored
Normal file
1
external/binary-reference-assemblies/src/v2.0/Mono.C5.cs.REMOVED.git-id
vendored
Normal file
@ -0,0 +1 @@
|
||||
9e9093f03bd8783c9b36e93a475c8aab969b605d
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user