You've already forked linux-packaging-mono
Imported Upstream version 5.0.0.42
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
This commit is contained in:
parent
1190d13a04
commit
6bdd276d05
8
external/corefx/src/Microsoft.VisualBasic/ref/Configurations.props
vendored
Normal file
8
external/corefx/src/Microsoft.VisualBasic/ref/Configurations.props
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<BuildConfigurations>
|
||||
netstandard;
|
||||
</BuildConfigurations>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
226
external/corefx/src/Microsoft.VisualBasic/ref/Microsoft.VisualBasic.cs
vendored
Normal file
226
external/corefx/src/Microsoft.VisualBasic/ref/Microsoft.VisualBasic.cs
vendored
Normal file
@@ -0,0 +1,226 @@
|
||||
// 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.
|
||||
// ------------------------------------------------------------------------------
|
||||
// Changes to this file must follow the http://aka.ms/api-review process.
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
|
||||
namespace Microsoft.VisualBasic
|
||||
{
|
||||
public enum CallType
|
||||
{
|
||||
Get = 2,
|
||||
Let = 4,
|
||||
Method = 1,
|
||||
Set = 8,
|
||||
}
|
||||
[Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute]
|
||||
public sealed partial class Constants
|
||||
{
|
||||
internal Constants() { }
|
||||
public const string vbBack = "\b";
|
||||
public const string vbCr = "\r";
|
||||
public const string vbCrLf = "\r\n";
|
||||
public const string vbFormFeed = "\f";
|
||||
public const string vbLf = "\n";
|
||||
[System.Obsolete("For a carriage return and line feed, use vbCrLf. For the current platform's newline, use System.Environment.NewLine.")]
|
||||
public const string vbNewLine = "\r\n";
|
||||
public const string vbNullChar = "\0";
|
||||
public const string vbNullString = null;
|
||||
public const string vbTab = "\t";
|
||||
public const string vbVerticalTab = "\v";
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple = false, Inherited = false)]
|
||||
public sealed partial class HideModuleNameAttribute : System.Attribute
|
||||
{
|
||||
public HideModuleNameAttribute() { }
|
||||
}
|
||||
[Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute]
|
||||
public sealed partial class Strings
|
||||
{
|
||||
internal Strings() { }
|
||||
public static int AscW(char String) { throw null; }
|
||||
public static int AscW(string String) { throw null; }
|
||||
public static char ChrW(int CharCode) { throw null; }
|
||||
}
|
||||
}
|
||||
namespace Microsoft.VisualBasic.CompilerServices
|
||||
{
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
public sealed partial class Conversions
|
||||
{
|
||||
internal Conversions() { }
|
||||
public static object ChangeType(object Expression, System.Type TargetType) { throw null; }
|
||||
public static bool ToBoolean(object Value) { throw null; }
|
||||
public static bool ToBoolean(string Value) { throw null; }
|
||||
public static byte ToByte(object Value) { throw null; }
|
||||
public static byte ToByte(string Value) { throw null; }
|
||||
public static char ToChar(object Value) { throw null; }
|
||||
public static char ToChar(string Value) { throw null; }
|
||||
public static char[] ToCharArrayRankOne(object Value) { throw null; }
|
||||
public static char[] ToCharArrayRankOne(string Value) { throw null; }
|
||||
public static System.DateTime ToDate(object Value) { throw null; }
|
||||
public static System.DateTime ToDate(string Value) { throw null; }
|
||||
public static decimal ToDecimal(bool Value) { throw null; }
|
||||
public static decimal ToDecimal(object Value) { throw null; }
|
||||
public static decimal ToDecimal(string Value) { throw null; }
|
||||
public static double ToDouble(object Value) { throw null; }
|
||||
public static double ToDouble(string Value) { throw null; }
|
||||
public static T ToGenericParameter<T>(object Value) { throw null; }
|
||||
public static int ToInteger(object Value) { throw null; }
|
||||
public static int ToInteger(string Value) { throw null; }
|
||||
public static long ToLong(object Value) { throw null; }
|
||||
public static long ToLong(string Value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static sbyte ToSByte(object Value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static sbyte ToSByte(string Value) { throw null; }
|
||||
public static short ToShort(object Value) { throw null; }
|
||||
public static short ToShort(string Value) { throw null; }
|
||||
public static float ToSingle(object Value) { throw null; }
|
||||
public static float ToSingle(string Value) { throw null; }
|
||||
public static string ToString(bool Value) { throw null; }
|
||||
public static string ToString(byte Value) { throw null; }
|
||||
public static string ToString(char Value) { throw null; }
|
||||
public static string ToString(System.DateTime Value) { throw null; }
|
||||
public static string ToString(decimal Value) { throw null; }
|
||||
public static string ToString(double Value) { throw null; }
|
||||
public static string ToString(short Value) { throw null; }
|
||||
public static string ToString(int Value) { throw null; }
|
||||
public static string ToString(long Value) { throw null; }
|
||||
public static string ToString(object Value) { throw null; }
|
||||
public static string ToString(float Value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static string ToString(uint Value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static string ToString(ulong Value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static uint ToUInteger(object Value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static uint ToUInteger(string Value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static ulong ToULong(object Value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static ulong ToULong(string Value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static ushort ToUShort(object Value) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public static ushort ToUShort(string Value) { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple = false, Inherited = false)]
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
public sealed partial class DesignerGeneratedAttribute : System.Attribute
|
||||
{
|
||||
public DesignerGeneratedAttribute() { }
|
||||
}
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
public sealed partial class IncompleteInitialization : System.Exception
|
||||
{
|
||||
public IncompleteInitialization() { }
|
||||
}
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
public sealed partial class NewLateBinding
|
||||
{
|
||||
internal NewLateBinding() { }
|
||||
public static object LateCall(object Instance, System.Type Type, string MemberName, object[] Arguments, string[] ArgumentNames, System.Type[] TypeArguments, bool[] CopyBack, bool IgnoreReturn) { throw null; }
|
||||
public static object LateGet(object Instance, System.Type Type, string MemberName, object[] Arguments, string[] ArgumentNames, System.Type[] TypeArguments, bool[] CopyBack) { throw null; }
|
||||
public static object LateIndexGet(object Instance, object[] Arguments, string[] ArgumentNames) { throw null; }
|
||||
public static void LateIndexSet(object Instance, object[] Arguments, string[] ArgumentNames) { }
|
||||
public static void LateIndexSetComplex(object Instance, object[] Arguments, string[] ArgumentNames, bool OptimisticSet, bool RValueBase) { }
|
||||
public static void LateSet(object Instance, System.Type Type, string MemberName, object[] Arguments, string[] ArgumentNames, System.Type[] TypeArguments) { }
|
||||
public static void LateSet(object Instance, System.Type Type, string MemberName, object[] Arguments, string[] ArgumentNames, System.Type[] TypeArguments, bool OptimisticSet, bool RValueBase, Microsoft.VisualBasic.CallType CallType) { }
|
||||
public static void LateSetComplex(object Instance, System.Type Type, string MemberName, object[] Arguments, string[] ArgumentNames, System.Type[] TypeArguments, bool OptimisticSet, bool RValueBase) { }
|
||||
}
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
public sealed partial class ObjectFlowControl
|
||||
{
|
||||
internal ObjectFlowControl() { }
|
||||
public static void CheckForSyncLockOnValueType(object Expression) { }
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
public sealed partial class ForLoopControl
|
||||
{
|
||||
internal ForLoopControl() { }
|
||||
public static bool ForLoopInitObj(object Counter, object Start, object Limit, object StepValue, ref object LoopForResult, ref object CounterResult) { throw null; }
|
||||
public static bool ForNextCheckDec(decimal count, decimal limit, decimal StepValue) { throw null; }
|
||||
public static bool ForNextCheckObj(object Counter, object LoopObj, ref object CounterResult) { throw null; }
|
||||
public static bool ForNextCheckR4(float count, float limit, float StepValue) { throw null; }
|
||||
public static bool ForNextCheckR8(double count, double limit, double StepValue) { throw null; }
|
||||
}
|
||||
}
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
public sealed partial class Operators
|
||||
{
|
||||
internal Operators() { }
|
||||
public static object AddObject(object Left, object Right) { throw null; }
|
||||
public static object AndObject(object Left, object Right) { throw null; }
|
||||
public static object CompareObjectEqual(object Left, object Right, bool TextCompare) { throw null; }
|
||||
public static object CompareObjectGreater(object Left, object Right, bool TextCompare) { throw null; }
|
||||
public static object CompareObjectGreaterEqual(object Left, object Right, bool TextCompare) { throw null; }
|
||||
public static object CompareObjectLess(object Left, object Right, bool TextCompare) { throw null; }
|
||||
public static object CompareObjectLessEqual(object Left, object Right, bool TextCompare) { throw null; }
|
||||
public static object CompareObjectNotEqual(object Left, object Right, bool TextCompare) { throw null; }
|
||||
public static int CompareString(string Left, string Right, bool TextCompare) { throw null; }
|
||||
public static object ConcatenateObject(object Left, object Right) { throw null; }
|
||||
public static bool ConditionalCompareObjectEqual(object Left, object Right, bool TextCompare) { throw null; }
|
||||
public static bool ConditionalCompareObjectGreater(object Left, object Right, bool TextCompare) { throw null; }
|
||||
public static bool ConditionalCompareObjectGreaterEqual(object Left, object Right, bool TextCompare) { throw null; }
|
||||
public static bool ConditionalCompareObjectLess(object Left, object Right, bool TextCompare) { throw null; }
|
||||
public static bool ConditionalCompareObjectLessEqual(object Left, object Right, bool TextCompare) { throw null; }
|
||||
public static bool ConditionalCompareObjectNotEqual(object Left, object Right, bool TextCompare) { throw null; }
|
||||
public static object DivideObject(object Left, object Right) { throw null; }
|
||||
public static object ExponentObject(object Left, object Right) { throw null; }
|
||||
public static object IntDivideObject(object Left, object Right) { throw null; }
|
||||
public static object LeftShiftObject(object Operand, object Amount) { throw null; }
|
||||
public static object ModObject(object Left, object Right) { throw null; }
|
||||
public static object MultiplyObject(object Left, object Right) { throw null; }
|
||||
public static object NegateObject(object Operand) { throw null; }
|
||||
public static object NotObject(object Operand) { throw null; }
|
||||
public static object OrObject(object Left, object Right) { throw null; }
|
||||
public static object PlusObject(object Operand) { throw null; }
|
||||
public static object RightShiftObject(object Operand, object Amount) { throw null; }
|
||||
public static object SubtractObject(object Left, object Right) { throw null; }
|
||||
public static object XorObject(object Left, object Right) { throw null; }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(2048), Inherited = false, AllowMultiple = false)]
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
public sealed partial class OptionCompareAttribute : System.Attribute
|
||||
{
|
||||
public OptionCompareAttribute() { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited = false, AllowMultiple = false)]
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
public sealed partial class OptionTextAttribute : System.Attribute
|
||||
{
|
||||
public OptionTextAttribute() { }
|
||||
}
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
public sealed partial class ProjectData
|
||||
{
|
||||
internal ProjectData() { }
|
||||
[System.Security.SecuritySafeCriticalAttribute]
|
||||
public static void ClearProjectError() { }
|
||||
[System.Security.SecuritySafeCriticalAttribute]
|
||||
public static void SetProjectError(System.Exception ex) { }
|
||||
[System.Security.SecuritySafeCriticalAttribute]
|
||||
public static void SetProjectError(System.Exception ex, int lErl) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited = false, AllowMultiple = false)]
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
public sealed partial class StandardModuleAttribute : System.Attribute
|
||||
{
|
||||
public StandardModuleAttribute() { }
|
||||
}
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
public sealed partial class StaticLocalInitFlag
|
||||
{
|
||||
public short State;
|
||||
public StaticLocalInitFlag() { }
|
||||
}
|
||||
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
|
||||
public sealed partial class Utils
|
||||
{
|
||||
internal Utils() { }
|
||||
public static System.Array CopyArray(System.Array arySrc, System.Array aryDest) { throw null; }
|
||||
}
|
||||
}
|
||||
13
external/corefx/src/Microsoft.VisualBasic/ref/Microsoft.VisualBasic.csproj
vendored
Normal file
13
external/corefx/src/Microsoft.VisualBasic/ref/Microsoft.VisualBasic.csproj
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
||||
<PropertyGroup>
|
||||
<AssemblyVersion>10.0.0.0</AssemblyVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Debug|AnyCPU'" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Release|AnyCPU'" />
|
||||
<ItemGroup>
|
||||
<Compile Include="Microsoft.VisualBasic.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
||||
</Project>
|
||||
Reference in New Issue
Block a user