diff --git a/src/AddIns/Misc/Debugger/Debugger.Core/NDebugger.cs b/src/AddIns/Misc/Debugger/Debugger.Core/NDebugger.cs index 9caaf72161..66dd1b4f9f 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Core/NDebugger.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Core/NDebugger.cs @@ -114,7 +114,7 @@ namespace Debugger } this.debuggeeVersion = debuggeeVersion; - corDebug = NativeMethods.CreateDebuggingInterfaceFromVersion(3, debuggeeVersion); + corDebug = NativeMethods.CreateDebuggingInterfaceFromVersion(4 /* .NET 4 */, debuggeeVersion); TrackedComObjects.Track(corDebug); managedCallbackSwitch = new ManagedCallbackSwitch(this); diff --git a/src/AddIns/Misc/Debugger/Debugger.Tests/DebuggerTests.cs b/src/AddIns/Misc/Debugger/Debugger.Tests/DebuggerTests.cs index d76d8990e8..041f67393c 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Tests/DebuggerTests.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Tests/DebuggerTests.cs @@ -12,7 +12,6 @@ using NIgnore = NUnit.Framework.IgnoreAttribute; namespace Debugger.Tests { [TestFixture] - [NIgnore("Debugger is broken on .NET 4.0 Beta 2")] public partial class DebuggerTests: DebuggerTestsBase { diff --git a/src/AddIns/Misc/Debugger/Debugger.Tests/Tests/DebugType_Tests.cs b/src/AddIns/Misc/Debugger/Debugger.Tests/Tests/DebugType_Tests.cs index 3cf46c552d..28c467ef7a 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Tests/Tests/DebugType_Tests.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Tests/Tests/DebugType_Tests.cs @@ -286,8 +286,8 @@ namespace Debugger.Tests { FullName="Debugger.Tests.DebugType_Tests+MyEnum" GetEnumUnderlyingType="System.Byte" GetFields="{System.Byte value__, Debugger.Tests.DebugType_Tests+MyEnum A, Debugger.Tests.DebugType_Tests+MyEnum B}" - GetMembers="{System.Byte value__, Debugger.Tests.DebugType_Tests+MyEnum A, Debugger.Tests.DebugType_Tests+MyEnum B, System.Boolean System.Enum.Equals(Object obj), System.Int32 System.Enum.GetHashCode(), System.String System.Enum.ToString(), System.String System.Enum.ToString(String format, IFormatProvider provider), System.String System.Enum.ToString(String format), System.String System.Enum.ToString(IFormatProvider provider), System.Int32 System.Enum.CompareTo(Object target), System.TypeCode System.Enum.GetTypeCode(), System.Boolean System.ValueType.Equals(Object obj), System.Int32 System.ValueType.GetHashCode(), System.String System.ValueType.ToString(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" - GetMethods="{System.Boolean System.Enum.Equals(Object obj), System.Int32 System.Enum.GetHashCode(), System.String System.Enum.ToString(), System.String System.Enum.ToString(String format, IFormatProvider provider), System.String System.Enum.ToString(String format), System.String System.Enum.ToString(IFormatProvider provider), System.Int32 System.Enum.CompareTo(Object target), System.TypeCode System.Enum.GetTypeCode(), System.Boolean System.ValueType.Equals(Object obj), System.Int32 System.ValueType.GetHashCode(), System.String System.ValueType.ToString(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" + GetMembers="{System.Byte value__, Debugger.Tests.DebugType_Tests+MyEnum A, Debugger.Tests.DebugType_Tests+MyEnum B, System.Boolean System.Enum.Equals(Object obj), System.Int32 System.Enum.GetHashCode(), System.String System.Enum.ToString(), System.String System.Enum.ToString(String format, IFormatProvider provider), System.String System.Enum.ToString(String format), System.String System.Enum.ToString(IFormatProvider provider), System.Int32 System.Enum.CompareTo(Object target), System.Boolean System.Enum.HasFlag(Enum flag), System.TypeCode System.Enum.GetTypeCode(), System.Boolean System.ValueType.Equals(Object obj), System.Int32 System.ValueType.GetHashCode(), System.String System.ValueType.ToString(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" + GetMethods="{System.Boolean System.Enum.Equals(Object obj), System.Int32 System.Enum.GetHashCode(), System.String System.Enum.ToString(), System.String System.Enum.ToString(String format, IFormatProvider provider), System.String System.Enum.ToString(String format), System.String System.Enum.ToString(IFormatProvider provider), System.Int32 System.Enum.CompareTo(Object target), System.Boolean System.Enum.HasFlag(Enum flag), System.TypeCode System.Enum.GetTypeCode(), System.Boolean System.ValueType.Equals(Object obj), System.Int32 System.ValueType.GetHashCode(), System.String System.ValueType.ToString(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" IsEnum="True" IsNested="True" IsValueType="True"> @@ -705,8 +705,8 @@ namespace Debugger.Tests { FullName="System.String" GetFields="{System.String Empty}" GetInterfaces="{System.IComparable, System.ICloneable, System.IConvertible, System.IComparable`1[System.String], System.Collections.Generic.IEnumerable`1[System.Char], System.Collections.IEnumerable, System.IEquatable`1[System.String]}" - GetMembers="{System.String Empty, static System.String System.String.Join(String separator, String[] value), static System.String System.String.Join(String separator, String[] value, Int32 startIndex, Int32 count), System.Boolean System.String.Equals(Object obj), System.Boolean System.String.Equals(String value), System.Boolean System.String.Equals(String value, StringComparison comparisonType), static System.Boolean System.String.Equals(String a, String b), static System.Boolean System.String.Equals(String a, String b, StringComparison comparisonType), static System.Boolean System.String.op_Equality(String a, String b), static System.Boolean System.String.op_Inequality(String a, String b), System.Char System.String.get_Chars(Int32 index), void System.String.CopyTo(Int32 sourceIndex, Char[] destination, Int32 destinationIndex, Int32 count), System.Char[] System.String.ToCharArray(), System.Char[] System.String.ToCharArray(Int32 startIndex, Int32 length), static System.Boolean System.String.IsNullOrEmpty(String value), System.Int32 System.String.GetHashCode(), System.Int32 System.String.get_Length(), System.String[] System.String.Split(Char[] separator), System.String[] System.String.Split(Char[] separator, Int32 count), System.String[] System.String.Split(Char[] separator, StringSplitOptions options), System.String[] System.String.Split(Char[] separator, Int32 count, StringSplitOptions options), System.String[] System.String.Split(String[] separator, StringSplitOptions options), System.String[] System.String.Split(String[] separator, Int32 count, StringSplitOptions options), System.String System.String.Substring(Int32 startIndex), System.String System.String.Substring(Int32 startIndex, Int32 length), System.String System.String.Trim(Char[] trimChars), System.String System.String.Trim(), System.String System.String.TrimStart(Char[] trimChars), System.String System.String.TrimEnd(Char[] trimChars), void System.String..ctor(Char* value), void System.String..ctor(Char* value, Int32 startIndex, Int32 length), void System.String..ctor(SByte* value), void System.String..ctor(SByte* value, Int32 startIndex, Int32 length), void System.String..ctor(SByte* value, Int32 startIndex, Int32 length, Encoding enc), void System.String..ctor(Char[] value, Int32 startIndex, Int32 length), void System.String..ctor(Char[] value), void System.String..ctor(Char c, Int32 count), System.Boolean System.String.IsNormalized(), System.Boolean System.String.IsNormalized(NormalizationForm normalizationForm), System.String System.String.Normalize(), System.String System.String.Normalize(NormalizationForm normalizationForm), static System.Int32 System.String.Compare(String strA, String strB), static System.Int32 System.String.Compare(String strA, String strB, Boolean ignoreCase), static System.Int32 System.String.Compare(String strA, String strB, StringComparison comparisonType), static System.Int32 System.String.Compare(String strA, String strB, CultureInfo culture, CompareOptions options), static System.Int32 System.String.Compare(String strA, String strB, Boolean ignoreCase, CultureInfo culture), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, Boolean ignoreCase), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, Boolean ignoreCase, CultureInfo culture), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, CultureInfo culture, CompareOptions options), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, StringComparison comparisonType), System.Int32 System.String.CompareTo(Object value), System.Int32 System.String.CompareTo(String strB), static System.Int32 System.String.CompareOrdinal(String strA, String strB), static System.Int32 System.String.CompareOrdinal(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length), System.Boolean System.String.Contains(String value), System.Boolean System.String.EndsWith(String value), System.Boolean System.String.EndsWith(String value, StringComparison comparisonType), System.Boolean System.String.EndsWith(String value, Boolean ignoreCase, CultureInfo culture), System.Int32 System.String.IndexOf(Char value), System.Int32 System.String.IndexOf(Char value, Int32 startIndex), System.Int32 System.String.IndexOf(Char value, Int32 startIndex, Int32 count), System.Int32 System.String.IndexOf(String value), System.Int32 System.String.IndexOf(String value, Int32 startIndex), System.Int32 System.String.IndexOf(String value, Int32 startIndex, Int32 count), System.Int32 System.String.IndexOf(String value, StringComparison comparisonType), System.Int32 System.String.IndexOf(String value, Int32 startIndex, StringComparison comparisonType), System.Int32 System.String.IndexOf(String value, Int32 startIndex, Int32 count, StringComparison comparisonType), System.Int32 System.String.IndexOfAny(Char[] anyOf), System.Int32 System.String.IndexOfAny(Char[] anyOf, Int32 startIndex), System.Int32 System.String.IndexOfAny(Char[] anyOf, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(Char value), System.Int32 System.String.LastIndexOf(Char value, Int32 startIndex), System.Int32 System.String.LastIndexOf(Char value, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(String value), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(String value, StringComparison comparisonType), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, StringComparison comparisonType), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, Int32 count, StringComparison comparisonType), System.Int32 System.String.LastIndexOfAny(Char[] anyOf), System.Int32 System.String.LastIndexOfAny(Char[] anyOf, Int32 startIndex), System.Int32 System.String.LastIndexOfAny(Char[] anyOf, Int32 startIndex, Int32 count), System.String System.String.PadLeft(Int32 totalWidth), System.String System.String.PadLeft(Int32 totalWidth, Char paddingChar), System.String System.String.PadRight(Int32 totalWidth), System.String System.String.PadRight(Int32 totalWidth, Char paddingChar), System.Boolean System.String.StartsWith(String value), System.Boolean System.String.StartsWith(String value, StringComparison comparisonType), System.Boolean System.String.StartsWith(String value, Boolean ignoreCase, CultureInfo culture), System.String System.String.ToLower(), System.String System.String.ToLower(CultureInfo culture), System.String System.String.ToLowerInvariant(), System.String System.String.ToUpper(), System.String System.String.ToUpper(CultureInfo culture), System.String System.String.ToUpperInvariant(), System.String System.String.ToString(), System.String System.String.ToString(IFormatProvider provider), System.Object System.String.Clone(), System.String System.String.Insert(Int32 startIndex, String value), System.String System.String.Replace(Char oldChar, Char newChar), System.String System.String.Replace(String oldValue, String newValue), System.String System.String.Remove(Int32 startIndex, Int32 count), System.String System.String.Remove(Int32 startIndex), static System.String System.String.Format(String format, Object arg0), static System.String System.String.Format(String format, Object arg0, Object arg1), static System.String System.String.Format(String format, Object arg0, Object arg1, Object arg2), static System.String System.String.Format(String format, Object[] args), static System.String System.String.Format(IFormatProvider provider, String format, Object[] args), static System.String System.String.Copy(String str), static System.String System.String.Concat(Object arg0), static System.String System.String.Concat(Object arg0, Object arg1), static System.String System.String.Concat(Object arg0, Object arg1, Object arg2), static System.String System.String.Concat(Object arg0, Object arg1, Object arg2, Object arg3), static System.String System.String.Concat(Object[] args), static System.String System.String.Concat(String str0, String str1), static System.String System.String.Concat(String str0, String str1, String str2), static System.String System.String.Concat(String str0, String str1, String str2, String str3), static System.String System.String.Concat(String[] values), static System.String System.String.Intern(String str), static System.String System.String.IsInterned(String str), System.TypeCode System.String.GetTypeCode(), System.CharEnumerator System.String.GetEnumerator(), System.Char Chars[Int32 index], System.Int32 Length, void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" - GetMethods="{static System.String System.String.Join(String separator, String[] value), static System.String System.String.Join(String separator, String[] value, Int32 startIndex, Int32 count), System.Boolean System.String.Equals(Object obj), System.Boolean System.String.Equals(String value), System.Boolean System.String.Equals(String value, StringComparison comparisonType), static System.Boolean System.String.Equals(String a, String b), static System.Boolean System.String.Equals(String a, String b, StringComparison comparisonType), static System.Boolean System.String.op_Equality(String a, String b), static System.Boolean System.String.op_Inequality(String a, String b), System.Char System.String.get_Chars(Int32 index), void System.String.CopyTo(Int32 sourceIndex, Char[] destination, Int32 destinationIndex, Int32 count), System.Char[] System.String.ToCharArray(), System.Char[] System.String.ToCharArray(Int32 startIndex, Int32 length), static System.Boolean System.String.IsNullOrEmpty(String value), System.Int32 System.String.GetHashCode(), System.Int32 System.String.get_Length(), System.String[] System.String.Split(Char[] separator), System.String[] System.String.Split(Char[] separator, Int32 count), System.String[] System.String.Split(Char[] separator, StringSplitOptions options), System.String[] System.String.Split(Char[] separator, Int32 count, StringSplitOptions options), System.String[] System.String.Split(String[] separator, StringSplitOptions options), System.String[] System.String.Split(String[] separator, Int32 count, StringSplitOptions options), System.String System.String.Substring(Int32 startIndex), System.String System.String.Substring(Int32 startIndex, Int32 length), System.String System.String.Trim(Char[] trimChars), System.String System.String.Trim(), System.String System.String.TrimStart(Char[] trimChars), System.String System.String.TrimEnd(Char[] trimChars), void System.String..ctor(Char* value), void System.String..ctor(Char* value, Int32 startIndex, Int32 length), void System.String..ctor(SByte* value), void System.String..ctor(SByte* value, Int32 startIndex, Int32 length), void System.String..ctor(SByte* value, Int32 startIndex, Int32 length, Encoding enc), void System.String..ctor(Char[] value, Int32 startIndex, Int32 length), void System.String..ctor(Char[] value), void System.String..ctor(Char c, Int32 count), System.Boolean System.String.IsNormalized(), System.Boolean System.String.IsNormalized(NormalizationForm normalizationForm), System.String System.String.Normalize(), System.String System.String.Normalize(NormalizationForm normalizationForm), static System.Int32 System.String.Compare(String strA, String strB), static System.Int32 System.String.Compare(String strA, String strB, Boolean ignoreCase), static System.Int32 System.String.Compare(String strA, String strB, StringComparison comparisonType), static System.Int32 System.String.Compare(String strA, String strB, CultureInfo culture, CompareOptions options), static System.Int32 System.String.Compare(String strA, String strB, Boolean ignoreCase, CultureInfo culture), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, Boolean ignoreCase), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, Boolean ignoreCase, CultureInfo culture), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, CultureInfo culture, CompareOptions options), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, StringComparison comparisonType), System.Int32 System.String.CompareTo(Object value), System.Int32 System.String.CompareTo(String strB), static System.Int32 System.String.CompareOrdinal(String strA, String strB), static System.Int32 System.String.CompareOrdinal(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length), System.Boolean System.String.Contains(String value), System.Boolean System.String.EndsWith(String value), System.Boolean System.String.EndsWith(String value, StringComparison comparisonType), System.Boolean System.String.EndsWith(String value, Boolean ignoreCase, CultureInfo culture), System.Int32 System.String.IndexOf(Char value), System.Int32 System.String.IndexOf(Char value, Int32 startIndex), System.Int32 System.String.IndexOf(Char value, Int32 startIndex, Int32 count), System.Int32 System.String.IndexOf(String value), System.Int32 System.String.IndexOf(String value, Int32 startIndex), System.Int32 System.String.IndexOf(String value, Int32 startIndex, Int32 count), System.Int32 System.String.IndexOf(String value, StringComparison comparisonType), System.Int32 System.String.IndexOf(String value, Int32 startIndex, StringComparison comparisonType), System.Int32 System.String.IndexOf(String value, Int32 startIndex, Int32 count, StringComparison comparisonType), System.Int32 System.String.IndexOfAny(Char[] anyOf), System.Int32 System.String.IndexOfAny(Char[] anyOf, Int32 startIndex), System.Int32 System.String.IndexOfAny(Char[] anyOf, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(Char value), System.Int32 System.String.LastIndexOf(Char value, Int32 startIndex), System.Int32 System.String.LastIndexOf(Char value, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(String value), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(String value, StringComparison comparisonType), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, StringComparison comparisonType), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, Int32 count, StringComparison comparisonType), System.Int32 System.String.LastIndexOfAny(Char[] anyOf), System.Int32 System.String.LastIndexOfAny(Char[] anyOf, Int32 startIndex), System.Int32 System.String.LastIndexOfAny(Char[] anyOf, Int32 startIndex, Int32 count), System.String System.String.PadLeft(Int32 totalWidth), System.String System.String.PadLeft(Int32 totalWidth, Char paddingChar), System.String System.String.PadRight(Int32 totalWidth), System.String System.String.PadRight(Int32 totalWidth, Char paddingChar), System.Boolean System.String.StartsWith(String value), System.Boolean System.String.StartsWith(String value, StringComparison comparisonType), System.Boolean System.String.StartsWith(String value, Boolean ignoreCase, CultureInfo culture), System.String System.String.ToLower(), System.String System.String.ToLower(CultureInfo culture), System.String System.String.ToLowerInvariant(), System.String System.String.ToUpper(), System.String System.String.ToUpper(CultureInfo culture), System.String System.String.ToUpperInvariant(), System.String System.String.ToString(), System.String System.String.ToString(IFormatProvider provider), System.Object System.String.Clone(), System.String System.String.Insert(Int32 startIndex, String value), System.String System.String.Replace(Char oldChar, Char newChar), System.String System.String.Replace(String oldValue, String newValue), System.String System.String.Remove(Int32 startIndex, Int32 count), System.String System.String.Remove(Int32 startIndex), static System.String System.String.Format(String format, Object arg0), static System.String System.String.Format(String format, Object arg0, Object arg1), static System.String System.String.Format(String format, Object arg0, Object arg1, Object arg2), static System.String System.String.Format(String format, Object[] args), static System.String System.String.Format(IFormatProvider provider, String format, Object[] args), static System.String System.String.Copy(String str), static System.String System.String.Concat(Object arg0), static System.String System.String.Concat(Object arg0, Object arg1), static System.String System.String.Concat(Object arg0, Object arg1, Object arg2), static System.String System.String.Concat(Object arg0, Object arg1, Object arg2, Object arg3), static System.String System.String.Concat(Object[] args), static System.String System.String.Concat(String str0, String str1), static System.String System.String.Concat(String str0, String str1, String str2), static System.String System.String.Concat(String str0, String str1, String str2, String str3), static System.String System.String.Concat(String[] values), static System.String System.String.Intern(String str), static System.String System.String.IsInterned(String str), System.TypeCode System.String.GetTypeCode(), System.CharEnumerator System.String.GetEnumerator(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" + GetMembers="{System.String Empty, static System.String System.String.Join(String separator, String[] value), static System.String System.String.Join(String separator, Object[] values), static System.String System.String.Join(String separator, IEnumerable`1 values), static System.String System.String.Join(String separator, IEnumerable`1 values), static System.String System.String.Join(String separator, String[] value, Int32 startIndex, Int32 count), System.Boolean System.String.Equals(Object obj), System.Boolean System.String.Equals(String value), System.Boolean System.String.Equals(String value, StringComparison comparisonType), static System.Boolean System.String.Equals(String a, String b), static System.Boolean System.String.Equals(String a, String b, StringComparison comparisonType), static System.Boolean System.String.op_Equality(String a, String b), static System.Boolean System.String.op_Inequality(String a, String b), System.Char System.String.get_Chars(Int32 index), void System.String.CopyTo(Int32 sourceIndex, Char[] destination, Int32 destinationIndex, Int32 count), System.Char[] System.String.ToCharArray(), System.Char[] System.String.ToCharArray(Int32 startIndex, Int32 length), static System.Boolean System.String.IsNullOrEmpty(String value), static System.Boolean System.String.IsNullOrWhiteSpace(String value), System.Int32 System.String.GetHashCode(), System.Int32 System.String.get_Length(), System.String[] System.String.Split(Char[] separator), System.String[] System.String.Split(Char[] separator, Int32 count), System.String[] System.String.Split(Char[] separator, StringSplitOptions options), System.String[] System.String.Split(Char[] separator, Int32 count, StringSplitOptions options), System.String[] System.String.Split(String[] separator, StringSplitOptions options), System.String[] System.String.Split(String[] separator, Int32 count, StringSplitOptions options), System.String System.String.Substring(Int32 startIndex), System.String System.String.Substring(Int32 startIndex, Int32 length), System.String System.String.Trim(Char[] trimChars), System.String System.String.Trim(), System.String System.String.TrimStart(Char[] trimChars), System.String System.String.TrimEnd(Char[] trimChars), void System.String..ctor(Char* value), void System.String..ctor(Char* value, Int32 startIndex, Int32 length), void System.String..ctor(SByte* value), void System.String..ctor(SByte* value, Int32 startIndex, Int32 length), void System.String..ctor(SByte* value, Int32 startIndex, Int32 length, Encoding enc), void System.String..ctor(Char[] value, Int32 startIndex, Int32 length), void System.String..ctor(Char[] value), void System.String..ctor(Char c, Int32 count), System.Boolean System.String.IsNormalized(), System.Boolean System.String.IsNormalized(NormalizationForm normalizationForm), System.String System.String.Normalize(), System.String System.String.Normalize(NormalizationForm normalizationForm), static System.Int32 System.String.Compare(String strA, String strB), static System.Int32 System.String.Compare(String strA, String strB, Boolean ignoreCase), static System.Int32 System.String.Compare(String strA, String strB, StringComparison comparisonType), static System.Int32 System.String.Compare(String strA, String strB, CultureInfo culture, CompareOptions options), static System.Int32 System.String.Compare(String strA, String strB, Boolean ignoreCase, CultureInfo culture), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, Boolean ignoreCase), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, Boolean ignoreCase, CultureInfo culture), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, CultureInfo culture, CompareOptions options), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, StringComparison comparisonType), System.Int32 System.String.CompareTo(Object value), System.Int32 System.String.CompareTo(String strB), static System.Int32 System.String.CompareOrdinal(String strA, String strB), static System.Int32 System.String.CompareOrdinal(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length), System.Boolean System.String.Contains(String value), System.Boolean System.String.EndsWith(String value), System.Boolean System.String.EndsWith(String value, StringComparison comparisonType), System.Boolean System.String.EndsWith(String value, Boolean ignoreCase, CultureInfo culture), System.Int32 System.String.IndexOf(Char value), System.Int32 System.String.IndexOf(Char value, Int32 startIndex), System.Int32 System.String.IndexOf(Char value, Int32 startIndex, Int32 count), System.Int32 System.String.IndexOf(String value), System.Int32 System.String.IndexOf(String value, Int32 startIndex), System.Int32 System.String.IndexOf(String value, Int32 startIndex, Int32 count), System.Int32 System.String.IndexOf(String value, StringComparison comparisonType), System.Int32 System.String.IndexOf(String value, Int32 startIndex, StringComparison comparisonType), System.Int32 System.String.IndexOf(String value, Int32 startIndex, Int32 count, StringComparison comparisonType), System.Int32 System.String.IndexOfAny(Char[] anyOf), System.Int32 System.String.IndexOfAny(Char[] anyOf, Int32 startIndex), System.Int32 System.String.IndexOfAny(Char[] anyOf, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(Char value), System.Int32 System.String.LastIndexOf(Char value, Int32 startIndex), System.Int32 System.String.LastIndexOf(Char value, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(String value), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(String value, StringComparison comparisonType), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, StringComparison comparisonType), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, Int32 count, StringComparison comparisonType), System.Int32 System.String.LastIndexOfAny(Char[] anyOf), System.Int32 System.String.LastIndexOfAny(Char[] anyOf, Int32 startIndex), System.Int32 System.String.LastIndexOfAny(Char[] anyOf, Int32 startIndex, Int32 count), System.String System.String.PadLeft(Int32 totalWidth), System.String System.String.PadLeft(Int32 totalWidth, Char paddingChar), System.String System.String.PadRight(Int32 totalWidth), System.String System.String.PadRight(Int32 totalWidth, Char paddingChar), System.Boolean System.String.StartsWith(String value), System.Boolean System.String.StartsWith(String value, StringComparison comparisonType), System.Boolean System.String.StartsWith(String value, Boolean ignoreCase, CultureInfo culture), System.String System.String.ToLower(), System.String System.String.ToLower(CultureInfo culture), System.String System.String.ToLowerInvariant(), System.String System.String.ToUpper(), System.String System.String.ToUpper(CultureInfo culture), System.String System.String.ToUpperInvariant(), System.String System.String.ToString(), System.String System.String.ToString(IFormatProvider provider), System.Object System.String.Clone(), System.String System.String.Insert(Int32 startIndex, String value), System.String System.String.Replace(Char oldChar, Char newChar), System.String System.String.Replace(String oldValue, String newValue), System.String System.String.Remove(Int32 startIndex, Int32 count), System.String System.String.Remove(Int32 startIndex), static System.String System.String.Format(String format, Object arg0), static System.String System.String.Format(String format, Object arg0, Object arg1), static System.String System.String.Format(String format, Object arg0, Object arg1, Object arg2), static System.String System.String.Format(String format, Object[] args), static System.String System.String.Format(IFormatProvider provider, String format, Object[] args), static System.String System.String.Copy(String str), static System.String System.String.Concat(Object arg0), static System.String System.String.Concat(Object arg0, Object arg1), static System.String System.String.Concat(Object arg0, Object arg1, Object arg2), static System.String System.String.Concat(Object arg0, Object arg1, Object arg2, Object arg3), static System.String System.String.Concat(Object[] args), static System.String System.String.Concat(IEnumerable`1 values), static System.String System.String.Concat(IEnumerable`1 values), static System.String System.String.Concat(String str0, String str1), static System.String System.String.Concat(String str0, String str1, String str2), static System.String System.String.Concat(String str0, String str1, String str2, String str3), static System.String System.String.Concat(String[] values), static System.String System.String.Intern(String str), static System.String System.String.IsInterned(String str), System.TypeCode System.String.GetTypeCode(), System.CharEnumerator System.String.GetEnumerator(), System.Char Chars[Int32 index], System.Int32 Length, void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" + GetMethods="{static System.String System.String.Join(String separator, String[] value), static System.String System.String.Join(String separator, Object[] values), static System.String System.String.Join(String separator, IEnumerable`1 values), static System.String System.String.Join(String separator, IEnumerable`1 values), static System.String System.String.Join(String separator, String[] value, Int32 startIndex, Int32 count), System.Boolean System.String.Equals(Object obj), System.Boolean System.String.Equals(String value), System.Boolean System.String.Equals(String value, StringComparison comparisonType), static System.Boolean System.String.Equals(String a, String b), static System.Boolean System.String.Equals(String a, String b, StringComparison comparisonType), static System.Boolean System.String.op_Equality(String a, String b), static System.Boolean System.String.op_Inequality(String a, String b), System.Char System.String.get_Chars(Int32 index), void System.String.CopyTo(Int32 sourceIndex, Char[] destination, Int32 destinationIndex, Int32 count), System.Char[] System.String.ToCharArray(), System.Char[] System.String.ToCharArray(Int32 startIndex, Int32 length), static System.Boolean System.String.IsNullOrEmpty(String value), static System.Boolean System.String.IsNullOrWhiteSpace(String value), System.Int32 System.String.GetHashCode(), System.Int32 System.String.get_Length(), System.String[] System.String.Split(Char[] separator), System.String[] System.String.Split(Char[] separator, Int32 count), System.String[] System.String.Split(Char[] separator, StringSplitOptions options), System.String[] System.String.Split(Char[] separator, Int32 count, StringSplitOptions options), System.String[] System.String.Split(String[] separator, StringSplitOptions options), System.String[] System.String.Split(String[] separator, Int32 count, StringSplitOptions options), System.String System.String.Substring(Int32 startIndex), System.String System.String.Substring(Int32 startIndex, Int32 length), System.String System.String.Trim(Char[] trimChars), System.String System.String.Trim(), System.String System.String.TrimStart(Char[] trimChars), System.String System.String.TrimEnd(Char[] trimChars), void System.String..ctor(Char* value), void System.String..ctor(Char* value, Int32 startIndex, Int32 length), void System.String..ctor(SByte* value), void System.String..ctor(SByte* value, Int32 startIndex, Int32 length), void System.String..ctor(SByte* value, Int32 startIndex, Int32 length, Encoding enc), void System.String..ctor(Char[] value, Int32 startIndex, Int32 length), void System.String..ctor(Char[] value), void System.String..ctor(Char c, Int32 count), System.Boolean System.String.IsNormalized(), System.Boolean System.String.IsNormalized(NormalizationForm normalizationForm), System.String System.String.Normalize(), System.String System.String.Normalize(NormalizationForm normalizationForm), static System.Int32 System.String.Compare(String strA, String strB), static System.Int32 System.String.Compare(String strA, String strB, Boolean ignoreCase), static System.Int32 System.String.Compare(String strA, String strB, StringComparison comparisonType), static System.Int32 System.String.Compare(String strA, String strB, CultureInfo culture, CompareOptions options), static System.Int32 System.String.Compare(String strA, String strB, Boolean ignoreCase, CultureInfo culture), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, Boolean ignoreCase), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, Boolean ignoreCase, CultureInfo culture), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, CultureInfo culture, CompareOptions options), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, StringComparison comparisonType), System.Int32 System.String.CompareTo(Object value), System.Int32 System.String.CompareTo(String strB), static System.Int32 System.String.CompareOrdinal(String strA, String strB), static System.Int32 System.String.CompareOrdinal(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length), System.Boolean System.String.Contains(String value), System.Boolean System.String.EndsWith(String value), System.Boolean System.String.EndsWith(String value, StringComparison comparisonType), System.Boolean System.String.EndsWith(String value, Boolean ignoreCase, CultureInfo culture), System.Int32 System.String.IndexOf(Char value), System.Int32 System.String.IndexOf(Char value, Int32 startIndex), System.Int32 System.String.IndexOf(Char value, Int32 startIndex, Int32 count), System.Int32 System.String.IndexOf(String value), System.Int32 System.String.IndexOf(String value, Int32 startIndex), System.Int32 System.String.IndexOf(String value, Int32 startIndex, Int32 count), System.Int32 System.String.IndexOf(String value, StringComparison comparisonType), System.Int32 System.String.IndexOf(String value, Int32 startIndex, StringComparison comparisonType), System.Int32 System.String.IndexOf(String value, Int32 startIndex, Int32 count, StringComparison comparisonType), System.Int32 System.String.IndexOfAny(Char[] anyOf), System.Int32 System.String.IndexOfAny(Char[] anyOf, Int32 startIndex), System.Int32 System.String.IndexOfAny(Char[] anyOf, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(Char value), System.Int32 System.String.LastIndexOf(Char value, Int32 startIndex), System.Int32 System.String.LastIndexOf(Char value, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(String value), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(String value, StringComparison comparisonType), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, StringComparison comparisonType), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, Int32 count, StringComparison comparisonType), System.Int32 System.String.LastIndexOfAny(Char[] anyOf), System.Int32 System.String.LastIndexOfAny(Char[] anyOf, Int32 startIndex), System.Int32 System.String.LastIndexOfAny(Char[] anyOf, Int32 startIndex, Int32 count), System.String System.String.PadLeft(Int32 totalWidth), System.String System.String.PadLeft(Int32 totalWidth, Char paddingChar), System.String System.String.PadRight(Int32 totalWidth), System.String System.String.PadRight(Int32 totalWidth, Char paddingChar), System.Boolean System.String.StartsWith(String value), System.Boolean System.String.StartsWith(String value, StringComparison comparisonType), System.Boolean System.String.StartsWith(String value, Boolean ignoreCase, CultureInfo culture), System.String System.String.ToLower(), System.String System.String.ToLower(CultureInfo culture), System.String System.String.ToLowerInvariant(), System.String System.String.ToUpper(), System.String System.String.ToUpper(CultureInfo culture), System.String System.String.ToUpperInvariant(), System.String System.String.ToString(), System.String System.String.ToString(IFormatProvider provider), System.Object System.String.Clone(), System.String System.String.Insert(Int32 startIndex, String value), System.String System.String.Replace(Char oldChar, Char newChar), System.String System.String.Replace(String oldValue, String newValue), System.String System.String.Remove(Int32 startIndex, Int32 count), System.String System.String.Remove(Int32 startIndex), static System.String System.String.Format(String format, Object arg0), static System.String System.String.Format(String format, Object arg0, Object arg1), static System.String System.String.Format(String format, Object arg0, Object arg1, Object arg2), static System.String System.String.Format(String format, Object[] args), static System.String System.String.Format(IFormatProvider provider, String format, Object[] args), static System.String System.String.Copy(String str), static System.String System.String.Concat(Object arg0), static System.String System.String.Concat(Object arg0, Object arg1), static System.String System.String.Concat(Object arg0, Object arg1, Object arg2), static System.String System.String.Concat(Object arg0, Object arg1, Object arg2, Object arg3), static System.String System.String.Concat(Object[] args), static System.String System.String.Concat(IEnumerable`1 values), static System.String System.String.Concat(IEnumerable`1 values), static System.String System.String.Concat(String str0, String str1), static System.String System.String.Concat(String str0, String str1, String str2), static System.String System.String.Concat(String str0, String str1, String str2, String str3), static System.String System.String.Concat(String[] values), static System.String System.String.Intern(String str), static System.String System.String.IsInterned(String str), System.TypeCode System.String.GetTypeCode(), System.CharEnumerator System.String.GetEnumerator(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" GetProperties="{System.Char Chars[Int32 index], System.Int32 Length}" IsClass="True"> null @@ -809,8 +809,8 @@ namespace Debugger.Tests { FullName="System.String" GetFields="{System.String Empty}" GetInterfaces="{System.IComparable, System.ICloneable, System.IConvertible, System.IComparable`1[System.String], System.Collections.Generic.IEnumerable`1[System.Char], System.Collections.IEnumerable, System.IEquatable`1[System.String]}" - GetMembers="{System.String Empty, static System.String System.String.Join(String separator, String[] value), static System.String System.String.Join(String separator, String[] value, Int32 startIndex, Int32 count), System.Boolean System.String.Equals(Object obj), System.Boolean System.String.Equals(String value), System.Boolean System.String.Equals(String value, StringComparison comparisonType), static System.Boolean System.String.Equals(String a, String b), static System.Boolean System.String.Equals(String a, String b, StringComparison comparisonType), static System.Boolean System.String.op_Equality(String a, String b), static System.Boolean System.String.op_Inequality(String a, String b), System.Char System.String.get_Chars(Int32 index), void System.String.CopyTo(Int32 sourceIndex, Char[] destination, Int32 destinationIndex, Int32 count), System.Char[] System.String.ToCharArray(), System.Char[] System.String.ToCharArray(Int32 startIndex, Int32 length), static System.Boolean System.String.IsNullOrEmpty(String value), System.Int32 System.String.GetHashCode(), System.Int32 System.String.get_Length(), System.String[] System.String.Split(Char[] separator), System.String[] System.String.Split(Char[] separator, Int32 count), System.String[] System.String.Split(Char[] separator, StringSplitOptions options), System.String[] System.String.Split(Char[] separator, Int32 count, StringSplitOptions options), System.String[] System.String.Split(String[] separator, StringSplitOptions options), System.String[] System.String.Split(String[] separator, Int32 count, StringSplitOptions options), System.String System.String.Substring(Int32 startIndex), System.String System.String.Substring(Int32 startIndex, Int32 length), System.String System.String.Trim(Char[] trimChars), System.String System.String.Trim(), System.String System.String.TrimStart(Char[] trimChars), System.String System.String.TrimEnd(Char[] trimChars), void System.String..ctor(Char* value), void System.String..ctor(Char* value, Int32 startIndex, Int32 length), void System.String..ctor(SByte* value), void System.String..ctor(SByte* value, Int32 startIndex, Int32 length), void System.String..ctor(SByte* value, Int32 startIndex, Int32 length, Encoding enc), void System.String..ctor(Char[] value, Int32 startIndex, Int32 length), void System.String..ctor(Char[] value), void System.String..ctor(Char c, Int32 count), System.Boolean System.String.IsNormalized(), System.Boolean System.String.IsNormalized(NormalizationForm normalizationForm), System.String System.String.Normalize(), System.String System.String.Normalize(NormalizationForm normalizationForm), static System.Int32 System.String.Compare(String strA, String strB), static System.Int32 System.String.Compare(String strA, String strB, Boolean ignoreCase), static System.Int32 System.String.Compare(String strA, String strB, StringComparison comparisonType), static System.Int32 System.String.Compare(String strA, String strB, CultureInfo culture, CompareOptions options), static System.Int32 System.String.Compare(String strA, String strB, Boolean ignoreCase, CultureInfo culture), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, Boolean ignoreCase), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, Boolean ignoreCase, CultureInfo culture), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, CultureInfo culture, CompareOptions options), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, StringComparison comparisonType), System.Int32 System.String.CompareTo(Object value), System.Int32 System.String.CompareTo(String strB), static System.Int32 System.String.CompareOrdinal(String strA, String strB), static System.Int32 System.String.CompareOrdinal(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length), System.Boolean System.String.Contains(String value), System.Boolean System.String.EndsWith(String value), System.Boolean System.String.EndsWith(String value, StringComparison comparisonType), System.Boolean System.String.EndsWith(String value, Boolean ignoreCase, CultureInfo culture), System.Int32 System.String.IndexOf(Char value), System.Int32 System.String.IndexOf(Char value, Int32 startIndex), System.Int32 System.String.IndexOf(Char value, Int32 startIndex, Int32 count), System.Int32 System.String.IndexOf(String value), System.Int32 System.String.IndexOf(String value, Int32 startIndex), System.Int32 System.String.IndexOf(String value, Int32 startIndex, Int32 count), System.Int32 System.String.IndexOf(String value, StringComparison comparisonType), System.Int32 System.String.IndexOf(String value, Int32 startIndex, StringComparison comparisonType), System.Int32 System.String.IndexOf(String value, Int32 startIndex, Int32 count, StringComparison comparisonType), System.Int32 System.String.IndexOfAny(Char[] anyOf), System.Int32 System.String.IndexOfAny(Char[] anyOf, Int32 startIndex), System.Int32 System.String.IndexOfAny(Char[] anyOf, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(Char value), System.Int32 System.String.LastIndexOf(Char value, Int32 startIndex), System.Int32 System.String.LastIndexOf(Char value, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(String value), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(String value, StringComparison comparisonType), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, StringComparison comparisonType), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, Int32 count, StringComparison comparisonType), System.Int32 System.String.LastIndexOfAny(Char[] anyOf), System.Int32 System.String.LastIndexOfAny(Char[] anyOf, Int32 startIndex), System.Int32 System.String.LastIndexOfAny(Char[] anyOf, Int32 startIndex, Int32 count), System.String System.String.PadLeft(Int32 totalWidth), System.String System.String.PadLeft(Int32 totalWidth, Char paddingChar), System.String System.String.PadRight(Int32 totalWidth), System.String System.String.PadRight(Int32 totalWidth, Char paddingChar), System.Boolean System.String.StartsWith(String value), System.Boolean System.String.StartsWith(String value, StringComparison comparisonType), System.Boolean System.String.StartsWith(String value, Boolean ignoreCase, CultureInfo culture), System.String System.String.ToLower(), System.String System.String.ToLower(CultureInfo culture), System.String System.String.ToLowerInvariant(), System.String System.String.ToUpper(), System.String System.String.ToUpper(CultureInfo culture), System.String System.String.ToUpperInvariant(), System.String System.String.ToString(), System.String System.String.ToString(IFormatProvider provider), System.Object System.String.Clone(), System.String System.String.Insert(Int32 startIndex, String value), System.String System.String.Replace(Char oldChar, Char newChar), System.String System.String.Replace(String oldValue, String newValue), System.String System.String.Remove(Int32 startIndex, Int32 count), System.String System.String.Remove(Int32 startIndex), static System.String System.String.Format(String format, Object arg0), static System.String System.String.Format(String format, Object arg0, Object arg1), static System.String System.String.Format(String format, Object arg0, Object arg1, Object arg2), static System.String System.String.Format(String format, Object[] args), static System.String System.String.Format(IFormatProvider provider, String format, Object[] args), static System.String System.String.Copy(String str), static System.String System.String.Concat(Object arg0), static System.String System.String.Concat(Object arg0, Object arg1), static System.String System.String.Concat(Object arg0, Object arg1, Object arg2), static System.String System.String.Concat(Object arg0, Object arg1, Object arg2, Object arg3), static System.String System.String.Concat(Object[] args), static System.String System.String.Concat(String str0, String str1), static System.String System.String.Concat(String str0, String str1, String str2), static System.String System.String.Concat(String str0, String str1, String str2, String str3), static System.String System.String.Concat(String[] values), static System.String System.String.Intern(String str), static System.String System.String.IsInterned(String str), System.TypeCode System.String.GetTypeCode(), System.CharEnumerator System.String.GetEnumerator(), System.Char Chars[Int32 index], System.Int32 Length, void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" - GetMethods="{static System.String System.String.Join(String separator, String[] value), static System.String System.String.Join(String separator, String[] value, Int32 startIndex, Int32 count), System.Boolean System.String.Equals(Object obj), System.Boolean System.String.Equals(String value), System.Boolean System.String.Equals(String value, StringComparison comparisonType), static System.Boolean System.String.Equals(String a, String b), static System.Boolean System.String.Equals(String a, String b, StringComparison comparisonType), static System.Boolean System.String.op_Equality(String a, String b), static System.Boolean System.String.op_Inequality(String a, String b), System.Char System.String.get_Chars(Int32 index), void System.String.CopyTo(Int32 sourceIndex, Char[] destination, Int32 destinationIndex, Int32 count), System.Char[] System.String.ToCharArray(), System.Char[] System.String.ToCharArray(Int32 startIndex, Int32 length), static System.Boolean System.String.IsNullOrEmpty(String value), System.Int32 System.String.GetHashCode(), System.Int32 System.String.get_Length(), System.String[] System.String.Split(Char[] separator), System.String[] System.String.Split(Char[] separator, Int32 count), System.String[] System.String.Split(Char[] separator, StringSplitOptions options), System.String[] System.String.Split(Char[] separator, Int32 count, StringSplitOptions options), System.String[] System.String.Split(String[] separator, StringSplitOptions options), System.String[] System.String.Split(String[] separator, Int32 count, StringSplitOptions options), System.String System.String.Substring(Int32 startIndex), System.String System.String.Substring(Int32 startIndex, Int32 length), System.String System.String.Trim(Char[] trimChars), System.String System.String.Trim(), System.String System.String.TrimStart(Char[] trimChars), System.String System.String.TrimEnd(Char[] trimChars), void System.String..ctor(Char* value), void System.String..ctor(Char* value, Int32 startIndex, Int32 length), void System.String..ctor(SByte* value), void System.String..ctor(SByte* value, Int32 startIndex, Int32 length), void System.String..ctor(SByte* value, Int32 startIndex, Int32 length, Encoding enc), void System.String..ctor(Char[] value, Int32 startIndex, Int32 length), void System.String..ctor(Char[] value), void System.String..ctor(Char c, Int32 count), System.Boolean System.String.IsNormalized(), System.Boolean System.String.IsNormalized(NormalizationForm normalizationForm), System.String System.String.Normalize(), System.String System.String.Normalize(NormalizationForm normalizationForm), static System.Int32 System.String.Compare(String strA, String strB), static System.Int32 System.String.Compare(String strA, String strB, Boolean ignoreCase), static System.Int32 System.String.Compare(String strA, String strB, StringComparison comparisonType), static System.Int32 System.String.Compare(String strA, String strB, CultureInfo culture, CompareOptions options), static System.Int32 System.String.Compare(String strA, String strB, Boolean ignoreCase, CultureInfo culture), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, Boolean ignoreCase), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, Boolean ignoreCase, CultureInfo culture), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, CultureInfo culture, CompareOptions options), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, StringComparison comparisonType), System.Int32 System.String.CompareTo(Object value), System.Int32 System.String.CompareTo(String strB), static System.Int32 System.String.CompareOrdinal(String strA, String strB), static System.Int32 System.String.CompareOrdinal(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length), System.Boolean System.String.Contains(String value), System.Boolean System.String.EndsWith(String value), System.Boolean System.String.EndsWith(String value, StringComparison comparisonType), System.Boolean System.String.EndsWith(String value, Boolean ignoreCase, CultureInfo culture), System.Int32 System.String.IndexOf(Char value), System.Int32 System.String.IndexOf(Char value, Int32 startIndex), System.Int32 System.String.IndexOf(Char value, Int32 startIndex, Int32 count), System.Int32 System.String.IndexOf(String value), System.Int32 System.String.IndexOf(String value, Int32 startIndex), System.Int32 System.String.IndexOf(String value, Int32 startIndex, Int32 count), System.Int32 System.String.IndexOf(String value, StringComparison comparisonType), System.Int32 System.String.IndexOf(String value, Int32 startIndex, StringComparison comparisonType), System.Int32 System.String.IndexOf(String value, Int32 startIndex, Int32 count, StringComparison comparisonType), System.Int32 System.String.IndexOfAny(Char[] anyOf), System.Int32 System.String.IndexOfAny(Char[] anyOf, Int32 startIndex), System.Int32 System.String.IndexOfAny(Char[] anyOf, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(Char value), System.Int32 System.String.LastIndexOf(Char value, Int32 startIndex), System.Int32 System.String.LastIndexOf(Char value, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(String value), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(String value, StringComparison comparisonType), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, StringComparison comparisonType), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, Int32 count, StringComparison comparisonType), System.Int32 System.String.LastIndexOfAny(Char[] anyOf), System.Int32 System.String.LastIndexOfAny(Char[] anyOf, Int32 startIndex), System.Int32 System.String.LastIndexOfAny(Char[] anyOf, Int32 startIndex, Int32 count), System.String System.String.PadLeft(Int32 totalWidth), System.String System.String.PadLeft(Int32 totalWidth, Char paddingChar), System.String System.String.PadRight(Int32 totalWidth), System.String System.String.PadRight(Int32 totalWidth, Char paddingChar), System.Boolean System.String.StartsWith(String value), System.Boolean System.String.StartsWith(String value, StringComparison comparisonType), System.Boolean System.String.StartsWith(String value, Boolean ignoreCase, CultureInfo culture), System.String System.String.ToLower(), System.String System.String.ToLower(CultureInfo culture), System.String System.String.ToLowerInvariant(), System.String System.String.ToUpper(), System.String System.String.ToUpper(CultureInfo culture), System.String System.String.ToUpperInvariant(), System.String System.String.ToString(), System.String System.String.ToString(IFormatProvider provider), System.Object System.String.Clone(), System.String System.String.Insert(Int32 startIndex, String value), System.String System.String.Replace(Char oldChar, Char newChar), System.String System.String.Replace(String oldValue, String newValue), System.String System.String.Remove(Int32 startIndex, Int32 count), System.String System.String.Remove(Int32 startIndex), static System.String System.String.Format(String format, Object arg0), static System.String System.String.Format(String format, Object arg0, Object arg1), static System.String System.String.Format(String format, Object arg0, Object arg1, Object arg2), static System.String System.String.Format(String format, Object[] args), static System.String System.String.Format(IFormatProvider provider, String format, Object[] args), static System.String System.String.Copy(String str), static System.String System.String.Concat(Object arg0), static System.String System.String.Concat(Object arg0, Object arg1), static System.String System.String.Concat(Object arg0, Object arg1, Object arg2), static System.String System.String.Concat(Object arg0, Object arg1, Object arg2, Object arg3), static System.String System.String.Concat(Object[] args), static System.String System.String.Concat(String str0, String str1), static System.String System.String.Concat(String str0, String str1, String str2), static System.String System.String.Concat(String str0, String str1, String str2, String str3), static System.String System.String.Concat(String[] values), static System.String System.String.Intern(String str), static System.String System.String.IsInterned(String str), System.TypeCode System.String.GetTypeCode(), System.CharEnumerator System.String.GetEnumerator(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" + GetMembers="{System.String Empty, static System.String System.String.Join(String separator, String[] value), static System.String System.String.Join(String separator, Object[] values), static System.String System.String.Join(String separator, IEnumerable`1 values), static System.String System.String.Join(String separator, IEnumerable`1 values), static System.String System.String.Join(String separator, String[] value, Int32 startIndex, Int32 count), System.Boolean System.String.Equals(Object obj), System.Boolean System.String.Equals(String value), System.Boolean System.String.Equals(String value, StringComparison comparisonType), static System.Boolean System.String.Equals(String a, String b), static System.Boolean System.String.Equals(String a, String b, StringComparison comparisonType), static System.Boolean System.String.op_Equality(String a, String b), static System.Boolean System.String.op_Inequality(String a, String b), System.Char System.String.get_Chars(Int32 index), void System.String.CopyTo(Int32 sourceIndex, Char[] destination, Int32 destinationIndex, Int32 count), System.Char[] System.String.ToCharArray(), System.Char[] System.String.ToCharArray(Int32 startIndex, Int32 length), static System.Boolean System.String.IsNullOrEmpty(String value), static System.Boolean System.String.IsNullOrWhiteSpace(String value), System.Int32 System.String.GetHashCode(), System.Int32 System.String.get_Length(), System.String[] System.String.Split(Char[] separator), System.String[] System.String.Split(Char[] separator, Int32 count), System.String[] System.String.Split(Char[] separator, StringSplitOptions options), System.String[] System.String.Split(Char[] separator, Int32 count, StringSplitOptions options), System.String[] System.String.Split(String[] separator, StringSplitOptions options), System.String[] System.String.Split(String[] separator, Int32 count, StringSplitOptions options), System.String System.String.Substring(Int32 startIndex), System.String System.String.Substring(Int32 startIndex, Int32 length), System.String System.String.Trim(Char[] trimChars), System.String System.String.Trim(), System.String System.String.TrimStart(Char[] trimChars), System.String System.String.TrimEnd(Char[] trimChars), void System.String..ctor(Char* value), void System.String..ctor(Char* value, Int32 startIndex, Int32 length), void System.String..ctor(SByte* value), void System.String..ctor(SByte* value, Int32 startIndex, Int32 length), void System.String..ctor(SByte* value, Int32 startIndex, Int32 length, Encoding enc), void System.String..ctor(Char[] value, Int32 startIndex, Int32 length), void System.String..ctor(Char[] value), void System.String..ctor(Char c, Int32 count), System.Boolean System.String.IsNormalized(), System.Boolean System.String.IsNormalized(NormalizationForm normalizationForm), System.String System.String.Normalize(), System.String System.String.Normalize(NormalizationForm normalizationForm), static System.Int32 System.String.Compare(String strA, String strB), static System.Int32 System.String.Compare(String strA, String strB, Boolean ignoreCase), static System.Int32 System.String.Compare(String strA, String strB, StringComparison comparisonType), static System.Int32 System.String.Compare(String strA, String strB, CultureInfo culture, CompareOptions options), static System.Int32 System.String.Compare(String strA, String strB, Boolean ignoreCase, CultureInfo culture), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, Boolean ignoreCase), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, Boolean ignoreCase, CultureInfo culture), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, CultureInfo culture, CompareOptions options), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, StringComparison comparisonType), System.Int32 System.String.CompareTo(Object value), System.Int32 System.String.CompareTo(String strB), static System.Int32 System.String.CompareOrdinal(String strA, String strB), static System.Int32 System.String.CompareOrdinal(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length), System.Boolean System.String.Contains(String value), System.Boolean System.String.EndsWith(String value), System.Boolean System.String.EndsWith(String value, StringComparison comparisonType), System.Boolean System.String.EndsWith(String value, Boolean ignoreCase, CultureInfo culture), System.Int32 System.String.IndexOf(Char value), System.Int32 System.String.IndexOf(Char value, Int32 startIndex), System.Int32 System.String.IndexOf(Char value, Int32 startIndex, Int32 count), System.Int32 System.String.IndexOf(String value), System.Int32 System.String.IndexOf(String value, Int32 startIndex), System.Int32 System.String.IndexOf(String value, Int32 startIndex, Int32 count), System.Int32 System.String.IndexOf(String value, StringComparison comparisonType), System.Int32 System.String.IndexOf(String value, Int32 startIndex, StringComparison comparisonType), System.Int32 System.String.IndexOf(String value, Int32 startIndex, Int32 count, StringComparison comparisonType), System.Int32 System.String.IndexOfAny(Char[] anyOf), System.Int32 System.String.IndexOfAny(Char[] anyOf, Int32 startIndex), System.Int32 System.String.IndexOfAny(Char[] anyOf, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(Char value), System.Int32 System.String.LastIndexOf(Char value, Int32 startIndex), System.Int32 System.String.LastIndexOf(Char value, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(String value), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(String value, StringComparison comparisonType), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, StringComparison comparisonType), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, Int32 count, StringComparison comparisonType), System.Int32 System.String.LastIndexOfAny(Char[] anyOf), System.Int32 System.String.LastIndexOfAny(Char[] anyOf, Int32 startIndex), System.Int32 System.String.LastIndexOfAny(Char[] anyOf, Int32 startIndex, Int32 count), System.String System.String.PadLeft(Int32 totalWidth), System.String System.String.PadLeft(Int32 totalWidth, Char paddingChar), System.String System.String.PadRight(Int32 totalWidth), System.String System.String.PadRight(Int32 totalWidth, Char paddingChar), System.Boolean System.String.StartsWith(String value), System.Boolean System.String.StartsWith(String value, StringComparison comparisonType), System.Boolean System.String.StartsWith(String value, Boolean ignoreCase, CultureInfo culture), System.String System.String.ToLower(), System.String System.String.ToLower(CultureInfo culture), System.String System.String.ToLowerInvariant(), System.String System.String.ToUpper(), System.String System.String.ToUpper(CultureInfo culture), System.String System.String.ToUpperInvariant(), System.String System.String.ToString(), System.String System.String.ToString(IFormatProvider provider), System.Object System.String.Clone(), System.String System.String.Insert(Int32 startIndex, String value), System.String System.String.Replace(Char oldChar, Char newChar), System.String System.String.Replace(String oldValue, String newValue), System.String System.String.Remove(Int32 startIndex, Int32 count), System.String System.String.Remove(Int32 startIndex), static System.String System.String.Format(String format, Object arg0), static System.String System.String.Format(String format, Object arg0, Object arg1), static System.String System.String.Format(String format, Object arg0, Object arg1, Object arg2), static System.String System.String.Format(String format, Object[] args), static System.String System.String.Format(IFormatProvider provider, String format, Object[] args), static System.String System.String.Copy(String str), static System.String System.String.Concat(Object arg0), static System.String System.String.Concat(Object arg0, Object arg1), static System.String System.String.Concat(Object arg0, Object arg1, Object arg2), static System.String System.String.Concat(Object arg0, Object arg1, Object arg2, Object arg3), static System.String System.String.Concat(Object[] args), static System.String System.String.Concat(IEnumerable`1 values), static System.String System.String.Concat(IEnumerable`1 values), static System.String System.String.Concat(String str0, String str1), static System.String System.String.Concat(String str0, String str1, String str2), static System.String System.String.Concat(String str0, String str1, String str2, String str3), static System.String System.String.Concat(String[] values), static System.String System.String.Intern(String str), static System.String System.String.IsInterned(String str), System.TypeCode System.String.GetTypeCode(), System.CharEnumerator System.String.GetEnumerator(), System.Char Chars[Int32 index], System.Int32 Length, void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" + GetMethods="{static System.String System.String.Join(String separator, String[] value), static System.String System.String.Join(String separator, Object[] values), static System.String System.String.Join(String separator, IEnumerable`1 values), static System.String System.String.Join(String separator, IEnumerable`1 values), static System.String System.String.Join(String separator, String[] value, Int32 startIndex, Int32 count), System.Boolean System.String.Equals(Object obj), System.Boolean System.String.Equals(String value), System.Boolean System.String.Equals(String value, StringComparison comparisonType), static System.Boolean System.String.Equals(String a, String b), static System.Boolean System.String.Equals(String a, String b, StringComparison comparisonType), static System.Boolean System.String.op_Equality(String a, String b), static System.Boolean System.String.op_Inequality(String a, String b), System.Char System.String.get_Chars(Int32 index), void System.String.CopyTo(Int32 sourceIndex, Char[] destination, Int32 destinationIndex, Int32 count), System.Char[] System.String.ToCharArray(), System.Char[] System.String.ToCharArray(Int32 startIndex, Int32 length), static System.Boolean System.String.IsNullOrEmpty(String value), static System.Boolean System.String.IsNullOrWhiteSpace(String value), System.Int32 System.String.GetHashCode(), System.Int32 System.String.get_Length(), System.String[] System.String.Split(Char[] separator), System.String[] System.String.Split(Char[] separator, Int32 count), System.String[] System.String.Split(Char[] separator, StringSplitOptions options), System.String[] System.String.Split(Char[] separator, Int32 count, StringSplitOptions options), System.String[] System.String.Split(String[] separator, StringSplitOptions options), System.String[] System.String.Split(String[] separator, Int32 count, StringSplitOptions options), System.String System.String.Substring(Int32 startIndex), System.String System.String.Substring(Int32 startIndex, Int32 length), System.String System.String.Trim(Char[] trimChars), System.String System.String.Trim(), System.String System.String.TrimStart(Char[] trimChars), System.String System.String.TrimEnd(Char[] trimChars), void System.String..ctor(Char* value), void System.String..ctor(Char* value, Int32 startIndex, Int32 length), void System.String..ctor(SByte* value), void System.String..ctor(SByte* value, Int32 startIndex, Int32 length), void System.String..ctor(SByte* value, Int32 startIndex, Int32 length, Encoding enc), void System.String..ctor(Char[] value, Int32 startIndex, Int32 length), void System.String..ctor(Char[] value), void System.String..ctor(Char c, Int32 count), System.Boolean System.String.IsNormalized(), System.Boolean System.String.IsNormalized(NormalizationForm normalizationForm), System.String System.String.Normalize(), System.String System.String.Normalize(NormalizationForm normalizationForm), static System.Int32 System.String.Compare(String strA, String strB), static System.Int32 System.String.Compare(String strA, String strB, Boolean ignoreCase), static System.Int32 System.String.Compare(String strA, String strB, StringComparison comparisonType), static System.Int32 System.String.Compare(String strA, String strB, CultureInfo culture, CompareOptions options), static System.Int32 System.String.Compare(String strA, String strB, Boolean ignoreCase, CultureInfo culture), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, Boolean ignoreCase), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, Boolean ignoreCase, CultureInfo culture), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, CultureInfo culture, CompareOptions options), static System.Int32 System.String.Compare(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length, StringComparison comparisonType), System.Int32 System.String.CompareTo(Object value), System.Int32 System.String.CompareTo(String strB), static System.Int32 System.String.CompareOrdinal(String strA, String strB), static System.Int32 System.String.CompareOrdinal(String strA, Int32 indexA, String strB, Int32 indexB, Int32 length), System.Boolean System.String.Contains(String value), System.Boolean System.String.EndsWith(String value), System.Boolean System.String.EndsWith(String value, StringComparison comparisonType), System.Boolean System.String.EndsWith(String value, Boolean ignoreCase, CultureInfo culture), System.Int32 System.String.IndexOf(Char value), System.Int32 System.String.IndexOf(Char value, Int32 startIndex), System.Int32 System.String.IndexOf(Char value, Int32 startIndex, Int32 count), System.Int32 System.String.IndexOf(String value), System.Int32 System.String.IndexOf(String value, Int32 startIndex), System.Int32 System.String.IndexOf(String value, Int32 startIndex, Int32 count), System.Int32 System.String.IndexOf(String value, StringComparison comparisonType), System.Int32 System.String.IndexOf(String value, Int32 startIndex, StringComparison comparisonType), System.Int32 System.String.IndexOf(String value, Int32 startIndex, Int32 count, StringComparison comparisonType), System.Int32 System.String.IndexOfAny(Char[] anyOf), System.Int32 System.String.IndexOfAny(Char[] anyOf, Int32 startIndex), System.Int32 System.String.IndexOfAny(Char[] anyOf, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(Char value), System.Int32 System.String.LastIndexOf(Char value, Int32 startIndex), System.Int32 System.String.LastIndexOf(Char value, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(String value), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, Int32 count), System.Int32 System.String.LastIndexOf(String value, StringComparison comparisonType), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, StringComparison comparisonType), System.Int32 System.String.LastIndexOf(String value, Int32 startIndex, Int32 count, StringComparison comparisonType), System.Int32 System.String.LastIndexOfAny(Char[] anyOf), System.Int32 System.String.LastIndexOfAny(Char[] anyOf, Int32 startIndex), System.Int32 System.String.LastIndexOfAny(Char[] anyOf, Int32 startIndex, Int32 count), System.String System.String.PadLeft(Int32 totalWidth), System.String System.String.PadLeft(Int32 totalWidth, Char paddingChar), System.String System.String.PadRight(Int32 totalWidth), System.String System.String.PadRight(Int32 totalWidth, Char paddingChar), System.Boolean System.String.StartsWith(String value), System.Boolean System.String.StartsWith(String value, StringComparison comparisonType), System.Boolean System.String.StartsWith(String value, Boolean ignoreCase, CultureInfo culture), System.String System.String.ToLower(), System.String System.String.ToLower(CultureInfo culture), System.String System.String.ToLowerInvariant(), System.String System.String.ToUpper(), System.String System.String.ToUpper(CultureInfo culture), System.String System.String.ToUpperInvariant(), System.String System.String.ToString(), System.String System.String.ToString(IFormatProvider provider), System.Object System.String.Clone(), System.String System.String.Insert(Int32 startIndex, String value), System.String System.String.Replace(Char oldChar, Char newChar), System.String System.String.Replace(String oldValue, String newValue), System.String System.String.Remove(Int32 startIndex, Int32 count), System.String System.String.Remove(Int32 startIndex), static System.String System.String.Format(String format, Object arg0), static System.String System.String.Format(String format, Object arg0, Object arg1), static System.String System.String.Format(String format, Object arg0, Object arg1, Object arg2), static System.String System.String.Format(String format, Object[] args), static System.String System.String.Format(IFormatProvider provider, String format, Object[] args), static System.String System.String.Copy(String str), static System.String System.String.Concat(Object arg0), static System.String System.String.Concat(Object arg0, Object arg1), static System.String System.String.Concat(Object arg0, Object arg1, Object arg2), static System.String System.String.Concat(Object arg0, Object arg1, Object arg2, Object arg3), static System.String System.String.Concat(Object[] args), static System.String System.String.Concat(IEnumerable`1 values), static System.String System.String.Concat(IEnumerable`1 values), static System.String System.String.Concat(String str0, String str1), static System.String System.String.Concat(String str0, String str1, String str2), static System.String System.String.Concat(String str0, String str1, String str2, String str3), static System.String System.String.Concat(String[] values), static System.String System.String.Intern(String str), static System.String System.String.IsInterned(String str), System.TypeCode System.String.GetTypeCode(), System.CharEnumerator System.String.GetEnumerator(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" GetProperties="{System.Char Chars[Int32 index], System.Int32 Length}" IsClass="True"> null @@ -1070,8 +1070,8 @@ namespace Debugger.Tests { FullName="System.IntPtr" GetFields="{System.IntPtr Zero}" GetInterfaces="{System.Runtime.Serialization.ISerializable}" - GetMembers="{System.IntPtr Zero, void System.IntPtr..ctor(Int32 value), void System.IntPtr..ctor(Int64 value), void System.IntPtr..ctor(Void* value), System.Boolean System.IntPtr.Equals(Object obj), System.Int32 System.IntPtr.GetHashCode(), System.Int32 System.IntPtr.ToInt32(), System.Int64 System.IntPtr.ToInt64(), System.String System.IntPtr.ToString(), System.String System.IntPtr.ToString(String format), static System.IntPtr System.IntPtr.op_Explicit(Int32 value), static System.IntPtr System.IntPtr.op_Explicit(Int64 value), static System.IntPtr System.IntPtr.op_Explicit(Void* value), static System.Void* System.IntPtr.op_Explicit(IntPtr value), static System.Int32 System.IntPtr.op_Explicit(IntPtr value), static System.Int64 System.IntPtr.op_Explicit(IntPtr value), static System.Boolean System.IntPtr.op_Equality(IntPtr value1, IntPtr value2), static System.Boolean System.IntPtr.op_Inequality(IntPtr value1, IntPtr value2), static System.Int32 System.IntPtr.get_Size(), System.Void* System.IntPtr.ToPointer(), System.Int32 Size, System.Boolean System.ValueType.Equals(Object obj), System.Int32 System.ValueType.GetHashCode(), System.String System.ValueType.ToString(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" - GetMethods="{void System.IntPtr..ctor(Int32 value), void System.IntPtr..ctor(Int64 value), void System.IntPtr..ctor(Void* value), System.Boolean System.IntPtr.Equals(Object obj), System.Int32 System.IntPtr.GetHashCode(), System.Int32 System.IntPtr.ToInt32(), System.Int64 System.IntPtr.ToInt64(), System.String System.IntPtr.ToString(), System.String System.IntPtr.ToString(String format), static System.IntPtr System.IntPtr.op_Explicit(Int32 value), static System.IntPtr System.IntPtr.op_Explicit(Int64 value), static System.IntPtr System.IntPtr.op_Explicit(Void* value), static System.Void* System.IntPtr.op_Explicit(IntPtr value), static System.Int32 System.IntPtr.op_Explicit(IntPtr value), static System.Int64 System.IntPtr.op_Explicit(IntPtr value), static System.Boolean System.IntPtr.op_Equality(IntPtr value1, IntPtr value2), static System.Boolean System.IntPtr.op_Inequality(IntPtr value1, IntPtr value2), static System.Int32 System.IntPtr.get_Size(), System.Void* System.IntPtr.ToPointer(), System.Boolean System.ValueType.Equals(Object obj), System.Int32 System.ValueType.GetHashCode(), System.String System.ValueType.ToString(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" + GetMembers="{System.IntPtr Zero, void System.IntPtr..ctor(Int32 value), void System.IntPtr..ctor(Int64 value), void System.IntPtr..ctor(Void* value), System.Boolean System.IntPtr.Equals(Object obj), System.Int32 System.IntPtr.GetHashCode(), System.Int32 System.IntPtr.ToInt32(), System.Int64 System.IntPtr.ToInt64(), System.String System.IntPtr.ToString(), System.String System.IntPtr.ToString(String format), static System.IntPtr System.IntPtr.op_Explicit(Int32 value), static System.IntPtr System.IntPtr.op_Explicit(Int64 value), static System.IntPtr System.IntPtr.op_Explicit(Void* value), static System.Void* System.IntPtr.op_Explicit(IntPtr value), static System.Int32 System.IntPtr.op_Explicit(IntPtr value), static System.Int64 System.IntPtr.op_Explicit(IntPtr value), static System.Boolean System.IntPtr.op_Equality(IntPtr value1, IntPtr value2), static System.Boolean System.IntPtr.op_Inequality(IntPtr value1, IntPtr value2), static System.IntPtr System.IntPtr.Add(IntPtr pointer, Int32 offset), static System.IntPtr System.IntPtr.op_Addition(IntPtr pointer, Int32 offset), static System.IntPtr System.IntPtr.Subtract(IntPtr pointer, Int32 offset), static System.IntPtr System.IntPtr.op_Subtraction(IntPtr pointer, Int32 offset), static System.Int32 System.IntPtr.get_Size(), System.Void* System.IntPtr.ToPointer(), System.Int32 Size, System.Boolean System.ValueType.Equals(Object obj), System.Int32 System.ValueType.GetHashCode(), System.String System.ValueType.ToString(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" + GetMethods="{void System.IntPtr..ctor(Int32 value), void System.IntPtr..ctor(Int64 value), void System.IntPtr..ctor(Void* value), System.Boolean System.IntPtr.Equals(Object obj), System.Int32 System.IntPtr.GetHashCode(), System.Int32 System.IntPtr.ToInt32(), System.Int64 System.IntPtr.ToInt64(), System.String System.IntPtr.ToString(), System.String System.IntPtr.ToString(String format), static System.IntPtr System.IntPtr.op_Explicit(Int32 value), static System.IntPtr System.IntPtr.op_Explicit(Int64 value), static System.IntPtr System.IntPtr.op_Explicit(Void* value), static System.Void* System.IntPtr.op_Explicit(IntPtr value), static System.Int32 System.IntPtr.op_Explicit(IntPtr value), static System.Int64 System.IntPtr.op_Explicit(IntPtr value), static System.Boolean System.IntPtr.op_Equality(IntPtr value1, IntPtr value2), static System.Boolean System.IntPtr.op_Inequality(IntPtr value1, IntPtr value2), static System.IntPtr System.IntPtr.Add(IntPtr pointer, Int32 offset), static System.IntPtr System.IntPtr.op_Addition(IntPtr pointer, Int32 offset), static System.IntPtr System.IntPtr.Subtract(IntPtr pointer, Int32 offset), static System.IntPtr System.IntPtr.op_Subtraction(IntPtr pointer, Int32 offset), static System.Int32 System.IntPtr.get_Size(), System.Void* System.IntPtr.ToPointer(), System.Boolean System.ValueType.Equals(Object obj), System.Int32 System.ValueType.GetHashCode(), System.String System.ValueType.ToString(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" GetProperties="{System.Int32 Size}" IsValueType="True"> null @@ -1092,8 +1092,8 @@ namespace Debugger.Tests { GetArrayRank="1" GetElementType="System.Char" GetInterfaces="{System.Collections.Generic.IList`1[System.Char], System.Collections.Generic.ICollection`1[System.Char], System.Collections.Generic.IEnumerable`1[System.Char], System.Collections.IEnumerable}" - GetMembers="{System.Object System.Array.GetValue(Int32[] indices), System.Object System.Array.GetValue(Int32 index), System.Object System.Array.GetValue(Int32 index1, Int32 index2), System.Object System.Array.GetValue(Int32 index1, Int32 index2, Int32 index3), System.Object System.Array.GetValue(Int64 index), System.Object System.Array.GetValue(Int64 index1, Int64 index2), System.Object System.Array.GetValue(Int64 index1, Int64 index2, Int64 index3), System.Object System.Array.GetValue(Int64[] indices), void System.Array.SetValue(Object value, Int32 index), void System.Array.SetValue(Object value, Int32 index1, Int32 index2), void System.Array.SetValue(Object value, Int32 index1, Int32 index2, Int32 index3), void System.Array.SetValue(Object value, Int32[] indices), void System.Array.SetValue(Object value, Int64 index), void System.Array.SetValue(Object value, Int64 index1, Int64 index2), void System.Array.SetValue(Object value, Int64 index1, Int64 index2, Int64 index3), void System.Array.SetValue(Object value, Int64[] indices), System.Int32 System.Array.get_Length(), System.Int64 System.Array.get_LongLength(), System.Int32 System.Array.GetLength(Int32 dimension), System.Int64 System.Array.GetLongLength(Int32 dimension), System.Int32 System.Array.get_Rank(), System.Int32 System.Array.GetUpperBound(Int32 dimension), System.Int32 System.Array.GetLowerBound(Int32 dimension), System.Object System.Array.get_SyncRoot(), System.Boolean System.Array.get_IsReadOnly(), System.Boolean System.Array.get_IsFixedSize(), System.Boolean System.Array.get_IsSynchronized(), System.Object System.Array.Clone(), System.Int32 System.Array.CompareTo(Object other, IComparer comparer), System.Boolean System.Array.Equals(Object other, IEqualityComparer comparer), System.Int32 System.Array.GetHashCode(IEqualityComparer comparer), void System.Array.CopyTo(Array array, Int32 index), void System.Array.CopyTo(Array array, Int64 index), System.Collections.IEnumerator System.Array.GetEnumerator(), void System.Array.Initialize(), System.Int32 Length, System.Int64 LongLength, System.Int32 Rank, System.Object SyncRoot, System.Boolean IsReadOnly, System.Boolean IsFixedSize, System.Boolean IsSynchronized, void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" - GetMethods="{System.Object System.Array.GetValue(Int32[] indices), System.Object System.Array.GetValue(Int32 index), System.Object System.Array.GetValue(Int32 index1, Int32 index2), System.Object System.Array.GetValue(Int32 index1, Int32 index2, Int32 index3), System.Object System.Array.GetValue(Int64 index), System.Object System.Array.GetValue(Int64 index1, Int64 index2), System.Object System.Array.GetValue(Int64 index1, Int64 index2, Int64 index3), System.Object System.Array.GetValue(Int64[] indices), void System.Array.SetValue(Object value, Int32 index), void System.Array.SetValue(Object value, Int32 index1, Int32 index2), void System.Array.SetValue(Object value, Int32 index1, Int32 index2, Int32 index3), void System.Array.SetValue(Object value, Int32[] indices), void System.Array.SetValue(Object value, Int64 index), void System.Array.SetValue(Object value, Int64 index1, Int64 index2), void System.Array.SetValue(Object value, Int64 index1, Int64 index2, Int64 index3), void System.Array.SetValue(Object value, Int64[] indices), System.Int32 System.Array.get_Length(), System.Int64 System.Array.get_LongLength(), System.Int32 System.Array.GetLength(Int32 dimension), System.Int64 System.Array.GetLongLength(Int32 dimension), System.Int32 System.Array.get_Rank(), System.Int32 System.Array.GetUpperBound(Int32 dimension), System.Int32 System.Array.GetLowerBound(Int32 dimension), System.Object System.Array.get_SyncRoot(), System.Boolean System.Array.get_IsReadOnly(), System.Boolean System.Array.get_IsFixedSize(), System.Boolean System.Array.get_IsSynchronized(), System.Object System.Array.Clone(), System.Int32 System.Array.CompareTo(Object other, IComparer comparer), System.Boolean System.Array.Equals(Object other, IEqualityComparer comparer), System.Int32 System.Array.GetHashCode(IEqualityComparer comparer), void System.Array.CopyTo(Array array, Int32 index), void System.Array.CopyTo(Array array, Int64 index), System.Collections.IEnumerator System.Array.GetEnumerator(), void System.Array.Initialize(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" + GetMembers="{System.Object System.Array.GetValue(Int32[] indices), System.Object System.Array.GetValue(Int32 index), System.Object System.Array.GetValue(Int32 index1, Int32 index2), System.Object System.Array.GetValue(Int32 index1, Int32 index2, Int32 index3), System.Object System.Array.GetValue(Int64 index), System.Object System.Array.GetValue(Int64 index1, Int64 index2), System.Object System.Array.GetValue(Int64 index1, Int64 index2, Int64 index3), System.Object System.Array.GetValue(Int64[] indices), void System.Array.SetValue(Object value, Int32 index), void System.Array.SetValue(Object value, Int32 index1, Int32 index2), void System.Array.SetValue(Object value, Int32 index1, Int32 index2, Int32 index3), void System.Array.SetValue(Object value, Int32[] indices), void System.Array.SetValue(Object value, Int64 index), void System.Array.SetValue(Object value, Int64 index1, Int64 index2), void System.Array.SetValue(Object value, Int64 index1, Int64 index2, Int64 index3), void System.Array.SetValue(Object value, Int64[] indices), System.Int32 System.Array.get_Length(), System.Int64 System.Array.get_LongLength(), System.Int32 System.Array.GetLength(Int32 dimension), System.Int64 System.Array.GetLongLength(Int32 dimension), System.Int32 System.Array.get_Rank(), System.Int32 System.Array.GetUpperBound(Int32 dimension), System.Int32 System.Array.GetLowerBound(Int32 dimension), System.Object System.Array.get_SyncRoot(), System.Boolean System.Array.get_IsReadOnly(), System.Boolean System.Array.get_IsFixedSize(), System.Boolean System.Array.get_IsSynchronized(), System.Object System.Array.Clone(), void System.Array.CopyTo(Array array, Int32 index), void System.Array.CopyTo(Array array, Int64 index), System.Collections.IEnumerator System.Array.GetEnumerator(), void System.Array.Initialize(), System.Int32 Length, System.Int64 LongLength, System.Int32 Rank, System.Object SyncRoot, System.Boolean IsReadOnly, System.Boolean IsFixedSize, System.Boolean IsSynchronized, void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" + GetMethods="{System.Object System.Array.GetValue(Int32[] indices), System.Object System.Array.GetValue(Int32 index), System.Object System.Array.GetValue(Int32 index1, Int32 index2), System.Object System.Array.GetValue(Int32 index1, Int32 index2, Int32 index3), System.Object System.Array.GetValue(Int64 index), System.Object System.Array.GetValue(Int64 index1, Int64 index2), System.Object System.Array.GetValue(Int64 index1, Int64 index2, Int64 index3), System.Object System.Array.GetValue(Int64[] indices), void System.Array.SetValue(Object value, Int32 index), void System.Array.SetValue(Object value, Int32 index1, Int32 index2), void System.Array.SetValue(Object value, Int32 index1, Int32 index2, Int32 index3), void System.Array.SetValue(Object value, Int32[] indices), void System.Array.SetValue(Object value, Int64 index), void System.Array.SetValue(Object value, Int64 index1, Int64 index2), void System.Array.SetValue(Object value, Int64 index1, Int64 index2, Int64 index3), void System.Array.SetValue(Object value, Int64[] indices), System.Int32 System.Array.get_Length(), System.Int64 System.Array.get_LongLength(), System.Int32 System.Array.GetLength(Int32 dimension), System.Int64 System.Array.GetLongLength(Int32 dimension), System.Int32 System.Array.get_Rank(), System.Int32 System.Array.GetUpperBound(Int32 dimension), System.Int32 System.Array.GetLowerBound(Int32 dimension), System.Object System.Array.get_SyncRoot(), System.Boolean System.Array.get_IsReadOnly(), System.Boolean System.Array.get_IsFixedSize(), System.Boolean System.Array.get_IsSynchronized(), System.Object System.Array.Clone(), void System.Array.CopyTo(Array array, Int32 index), void System.Array.CopyTo(Array array, Int64 index), System.Collections.IEnumerator System.Array.GetEnumerator(), void System.Array.Initialize(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" GetProperties="{System.Int32 Length, System.Int64 LongLength, System.Int32 Rank, System.Object SyncRoot, System.Boolean IsReadOnly, System.Boolean IsFixedSize, System.Boolean IsSynchronized}" HasElementType="True" IsArray="True" @@ -1130,8 +1130,8 @@ namespace Debugger.Tests { GetArrayRank="2" GetElementType="System.Char" GetInterfaces="{System.Collections.Generic.IList`1[System.Char], System.Collections.Generic.ICollection`1[System.Char], System.Collections.Generic.IEnumerable`1[System.Char], System.Collections.IEnumerable}" - GetMembers="{System.Object System.Array.GetValue(Int32[] indices), System.Object System.Array.GetValue(Int32 index), System.Object System.Array.GetValue(Int32 index1, Int32 index2), System.Object System.Array.GetValue(Int32 index1, Int32 index2, Int32 index3), System.Object System.Array.GetValue(Int64 index), System.Object System.Array.GetValue(Int64 index1, Int64 index2), System.Object System.Array.GetValue(Int64 index1, Int64 index2, Int64 index3), System.Object System.Array.GetValue(Int64[] indices), void System.Array.SetValue(Object value, Int32 index), void System.Array.SetValue(Object value, Int32 index1, Int32 index2), void System.Array.SetValue(Object value, Int32 index1, Int32 index2, Int32 index3), void System.Array.SetValue(Object value, Int32[] indices), void System.Array.SetValue(Object value, Int64 index), void System.Array.SetValue(Object value, Int64 index1, Int64 index2), void System.Array.SetValue(Object value, Int64 index1, Int64 index2, Int64 index3), void System.Array.SetValue(Object value, Int64[] indices), System.Int32 System.Array.get_Length(), System.Int64 System.Array.get_LongLength(), System.Int32 System.Array.GetLength(Int32 dimension), System.Int64 System.Array.GetLongLength(Int32 dimension), System.Int32 System.Array.get_Rank(), System.Int32 System.Array.GetUpperBound(Int32 dimension), System.Int32 System.Array.GetLowerBound(Int32 dimension), System.Object System.Array.get_SyncRoot(), System.Boolean System.Array.get_IsReadOnly(), System.Boolean System.Array.get_IsFixedSize(), System.Boolean System.Array.get_IsSynchronized(), System.Object System.Array.Clone(), System.Int32 System.Array.CompareTo(Object other, IComparer comparer), System.Boolean System.Array.Equals(Object other, IEqualityComparer comparer), System.Int32 System.Array.GetHashCode(IEqualityComparer comparer), void System.Array.CopyTo(Array array, Int32 index), void System.Array.CopyTo(Array array, Int64 index), System.Collections.IEnumerator System.Array.GetEnumerator(), void System.Array.Initialize(), System.Int32 Length, System.Int64 LongLength, System.Int32 Rank, System.Object SyncRoot, System.Boolean IsReadOnly, System.Boolean IsFixedSize, System.Boolean IsSynchronized, void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" - GetMethods="{System.Object System.Array.GetValue(Int32[] indices), System.Object System.Array.GetValue(Int32 index), System.Object System.Array.GetValue(Int32 index1, Int32 index2), System.Object System.Array.GetValue(Int32 index1, Int32 index2, Int32 index3), System.Object System.Array.GetValue(Int64 index), System.Object System.Array.GetValue(Int64 index1, Int64 index2), System.Object System.Array.GetValue(Int64 index1, Int64 index2, Int64 index3), System.Object System.Array.GetValue(Int64[] indices), void System.Array.SetValue(Object value, Int32 index), void System.Array.SetValue(Object value, Int32 index1, Int32 index2), void System.Array.SetValue(Object value, Int32 index1, Int32 index2, Int32 index3), void System.Array.SetValue(Object value, Int32[] indices), void System.Array.SetValue(Object value, Int64 index), void System.Array.SetValue(Object value, Int64 index1, Int64 index2), void System.Array.SetValue(Object value, Int64 index1, Int64 index2, Int64 index3), void System.Array.SetValue(Object value, Int64[] indices), System.Int32 System.Array.get_Length(), System.Int64 System.Array.get_LongLength(), System.Int32 System.Array.GetLength(Int32 dimension), System.Int64 System.Array.GetLongLength(Int32 dimension), System.Int32 System.Array.get_Rank(), System.Int32 System.Array.GetUpperBound(Int32 dimension), System.Int32 System.Array.GetLowerBound(Int32 dimension), System.Object System.Array.get_SyncRoot(), System.Boolean System.Array.get_IsReadOnly(), System.Boolean System.Array.get_IsFixedSize(), System.Boolean System.Array.get_IsSynchronized(), System.Object System.Array.Clone(), System.Int32 System.Array.CompareTo(Object other, IComparer comparer), System.Boolean System.Array.Equals(Object other, IEqualityComparer comparer), System.Int32 System.Array.GetHashCode(IEqualityComparer comparer), void System.Array.CopyTo(Array array, Int32 index), void System.Array.CopyTo(Array array, Int64 index), System.Collections.IEnumerator System.Array.GetEnumerator(), void System.Array.Initialize(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" + GetMembers="{System.Object System.Array.GetValue(Int32[] indices), System.Object System.Array.GetValue(Int32 index), System.Object System.Array.GetValue(Int32 index1, Int32 index2), System.Object System.Array.GetValue(Int32 index1, Int32 index2, Int32 index3), System.Object System.Array.GetValue(Int64 index), System.Object System.Array.GetValue(Int64 index1, Int64 index2), System.Object System.Array.GetValue(Int64 index1, Int64 index2, Int64 index3), System.Object System.Array.GetValue(Int64[] indices), void System.Array.SetValue(Object value, Int32 index), void System.Array.SetValue(Object value, Int32 index1, Int32 index2), void System.Array.SetValue(Object value, Int32 index1, Int32 index2, Int32 index3), void System.Array.SetValue(Object value, Int32[] indices), void System.Array.SetValue(Object value, Int64 index), void System.Array.SetValue(Object value, Int64 index1, Int64 index2), void System.Array.SetValue(Object value, Int64 index1, Int64 index2, Int64 index3), void System.Array.SetValue(Object value, Int64[] indices), System.Int32 System.Array.get_Length(), System.Int64 System.Array.get_LongLength(), System.Int32 System.Array.GetLength(Int32 dimension), System.Int64 System.Array.GetLongLength(Int32 dimension), System.Int32 System.Array.get_Rank(), System.Int32 System.Array.GetUpperBound(Int32 dimension), System.Int32 System.Array.GetLowerBound(Int32 dimension), System.Object System.Array.get_SyncRoot(), System.Boolean System.Array.get_IsReadOnly(), System.Boolean System.Array.get_IsFixedSize(), System.Boolean System.Array.get_IsSynchronized(), System.Object System.Array.Clone(), void System.Array.CopyTo(Array array, Int32 index), void System.Array.CopyTo(Array array, Int64 index), System.Collections.IEnumerator System.Array.GetEnumerator(), void System.Array.Initialize(), System.Int32 Length, System.Int64 LongLength, System.Int32 Rank, System.Object SyncRoot, System.Boolean IsReadOnly, System.Boolean IsFixedSize, System.Boolean IsSynchronized, void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" + GetMethods="{System.Object System.Array.GetValue(Int32[] indices), System.Object System.Array.GetValue(Int32 index), System.Object System.Array.GetValue(Int32 index1, Int32 index2), System.Object System.Array.GetValue(Int32 index1, Int32 index2, Int32 index3), System.Object System.Array.GetValue(Int64 index), System.Object System.Array.GetValue(Int64 index1, Int64 index2), System.Object System.Array.GetValue(Int64 index1, Int64 index2, Int64 index3), System.Object System.Array.GetValue(Int64[] indices), void System.Array.SetValue(Object value, Int32 index), void System.Array.SetValue(Object value, Int32 index1, Int32 index2), void System.Array.SetValue(Object value, Int32 index1, Int32 index2, Int32 index3), void System.Array.SetValue(Object value, Int32[] indices), void System.Array.SetValue(Object value, Int64 index), void System.Array.SetValue(Object value, Int64 index1, Int64 index2), void System.Array.SetValue(Object value, Int64 index1, Int64 index2, Int64 index3), void System.Array.SetValue(Object value, Int64[] indices), System.Int32 System.Array.get_Length(), System.Int64 System.Array.get_LongLength(), System.Int32 System.Array.GetLength(Int32 dimension), System.Int64 System.Array.GetLongLength(Int32 dimension), System.Int32 System.Array.get_Rank(), System.Int32 System.Array.GetUpperBound(Int32 dimension), System.Int32 System.Array.GetLowerBound(Int32 dimension), System.Object System.Array.get_SyncRoot(), System.Boolean System.Array.get_IsReadOnly(), System.Boolean System.Array.get_IsFixedSize(), System.Boolean System.Array.get_IsSynchronized(), System.Object System.Array.Clone(), void System.Array.CopyTo(Array array, Int32 index), void System.Array.CopyTo(Array array, Int64 index), System.Collections.IEnumerator System.Array.GetEnumerator(), void System.Array.Initialize(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" GetProperties="{System.Int32 Length, System.Int64 LongLength, System.Int32 Rank, System.Object SyncRoot, System.Boolean IsReadOnly, System.Boolean IsFixedSize, System.Boolean IsSynchronized}" HasElementType="True" IsArray="True" @@ -1168,8 +1168,8 @@ namespace Debugger.Tests { GetArrayRank="1" GetElementType="System.Char[,]" GetInterfaces="{System.Collections.Generic.IList`1[System.Char[,]], System.Collections.Generic.ICollection`1[System.Char[,]], System.Collections.Generic.IEnumerable`1[System.Char[,]], System.Collections.IEnumerable}" - GetMembers="{System.Object System.Array.GetValue(Int32[] indices), System.Object System.Array.GetValue(Int32 index), System.Object System.Array.GetValue(Int32 index1, Int32 index2), System.Object System.Array.GetValue(Int32 index1, Int32 index2, Int32 index3), System.Object System.Array.GetValue(Int64 index), System.Object System.Array.GetValue(Int64 index1, Int64 index2), System.Object System.Array.GetValue(Int64 index1, Int64 index2, Int64 index3), System.Object System.Array.GetValue(Int64[] indices), void System.Array.SetValue(Object value, Int32 index), void System.Array.SetValue(Object value, Int32 index1, Int32 index2), void System.Array.SetValue(Object value, Int32 index1, Int32 index2, Int32 index3), void System.Array.SetValue(Object value, Int32[] indices), void System.Array.SetValue(Object value, Int64 index), void System.Array.SetValue(Object value, Int64 index1, Int64 index2), void System.Array.SetValue(Object value, Int64 index1, Int64 index2, Int64 index3), void System.Array.SetValue(Object value, Int64[] indices), System.Int32 System.Array.get_Length(), System.Int64 System.Array.get_LongLength(), System.Int32 System.Array.GetLength(Int32 dimension), System.Int64 System.Array.GetLongLength(Int32 dimension), System.Int32 System.Array.get_Rank(), System.Int32 System.Array.GetUpperBound(Int32 dimension), System.Int32 System.Array.GetLowerBound(Int32 dimension), System.Object System.Array.get_SyncRoot(), System.Boolean System.Array.get_IsReadOnly(), System.Boolean System.Array.get_IsFixedSize(), System.Boolean System.Array.get_IsSynchronized(), System.Object System.Array.Clone(), System.Int32 System.Array.CompareTo(Object other, IComparer comparer), System.Boolean System.Array.Equals(Object other, IEqualityComparer comparer), System.Int32 System.Array.GetHashCode(IEqualityComparer comparer), void System.Array.CopyTo(Array array, Int32 index), void System.Array.CopyTo(Array array, Int64 index), System.Collections.IEnumerator System.Array.GetEnumerator(), void System.Array.Initialize(), System.Int32 Length, System.Int64 LongLength, System.Int32 Rank, System.Object SyncRoot, System.Boolean IsReadOnly, System.Boolean IsFixedSize, System.Boolean IsSynchronized, void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" - GetMethods="{System.Object System.Array.GetValue(Int32[] indices), System.Object System.Array.GetValue(Int32 index), System.Object System.Array.GetValue(Int32 index1, Int32 index2), System.Object System.Array.GetValue(Int32 index1, Int32 index2, Int32 index3), System.Object System.Array.GetValue(Int64 index), System.Object System.Array.GetValue(Int64 index1, Int64 index2), System.Object System.Array.GetValue(Int64 index1, Int64 index2, Int64 index3), System.Object System.Array.GetValue(Int64[] indices), void System.Array.SetValue(Object value, Int32 index), void System.Array.SetValue(Object value, Int32 index1, Int32 index2), void System.Array.SetValue(Object value, Int32 index1, Int32 index2, Int32 index3), void System.Array.SetValue(Object value, Int32[] indices), void System.Array.SetValue(Object value, Int64 index), void System.Array.SetValue(Object value, Int64 index1, Int64 index2), void System.Array.SetValue(Object value, Int64 index1, Int64 index2, Int64 index3), void System.Array.SetValue(Object value, Int64[] indices), System.Int32 System.Array.get_Length(), System.Int64 System.Array.get_LongLength(), System.Int32 System.Array.GetLength(Int32 dimension), System.Int64 System.Array.GetLongLength(Int32 dimension), System.Int32 System.Array.get_Rank(), System.Int32 System.Array.GetUpperBound(Int32 dimension), System.Int32 System.Array.GetLowerBound(Int32 dimension), System.Object System.Array.get_SyncRoot(), System.Boolean System.Array.get_IsReadOnly(), System.Boolean System.Array.get_IsFixedSize(), System.Boolean System.Array.get_IsSynchronized(), System.Object System.Array.Clone(), System.Int32 System.Array.CompareTo(Object other, IComparer comparer), System.Boolean System.Array.Equals(Object other, IEqualityComparer comparer), System.Int32 System.Array.GetHashCode(IEqualityComparer comparer), void System.Array.CopyTo(Array array, Int32 index), void System.Array.CopyTo(Array array, Int64 index), System.Collections.IEnumerator System.Array.GetEnumerator(), void System.Array.Initialize(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" + GetMembers="{System.Object System.Array.GetValue(Int32[] indices), System.Object System.Array.GetValue(Int32 index), System.Object System.Array.GetValue(Int32 index1, Int32 index2), System.Object System.Array.GetValue(Int32 index1, Int32 index2, Int32 index3), System.Object System.Array.GetValue(Int64 index), System.Object System.Array.GetValue(Int64 index1, Int64 index2), System.Object System.Array.GetValue(Int64 index1, Int64 index2, Int64 index3), System.Object System.Array.GetValue(Int64[] indices), void System.Array.SetValue(Object value, Int32 index), void System.Array.SetValue(Object value, Int32 index1, Int32 index2), void System.Array.SetValue(Object value, Int32 index1, Int32 index2, Int32 index3), void System.Array.SetValue(Object value, Int32[] indices), void System.Array.SetValue(Object value, Int64 index), void System.Array.SetValue(Object value, Int64 index1, Int64 index2), void System.Array.SetValue(Object value, Int64 index1, Int64 index2, Int64 index3), void System.Array.SetValue(Object value, Int64[] indices), System.Int32 System.Array.get_Length(), System.Int64 System.Array.get_LongLength(), System.Int32 System.Array.GetLength(Int32 dimension), System.Int64 System.Array.GetLongLength(Int32 dimension), System.Int32 System.Array.get_Rank(), System.Int32 System.Array.GetUpperBound(Int32 dimension), System.Int32 System.Array.GetLowerBound(Int32 dimension), System.Object System.Array.get_SyncRoot(), System.Boolean System.Array.get_IsReadOnly(), System.Boolean System.Array.get_IsFixedSize(), System.Boolean System.Array.get_IsSynchronized(), System.Object System.Array.Clone(), void System.Array.CopyTo(Array array, Int32 index), void System.Array.CopyTo(Array array, Int64 index), System.Collections.IEnumerator System.Array.GetEnumerator(), void System.Array.Initialize(), System.Int32 Length, System.Int64 LongLength, System.Int32 Rank, System.Object SyncRoot, System.Boolean IsReadOnly, System.Boolean IsFixedSize, System.Boolean IsSynchronized, void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" + GetMethods="{System.Object System.Array.GetValue(Int32[] indices), System.Object System.Array.GetValue(Int32 index), System.Object System.Array.GetValue(Int32 index1, Int32 index2), System.Object System.Array.GetValue(Int32 index1, Int32 index2, Int32 index3), System.Object System.Array.GetValue(Int64 index), System.Object System.Array.GetValue(Int64 index1, Int64 index2), System.Object System.Array.GetValue(Int64 index1, Int64 index2, Int64 index3), System.Object System.Array.GetValue(Int64[] indices), void System.Array.SetValue(Object value, Int32 index), void System.Array.SetValue(Object value, Int32 index1, Int32 index2), void System.Array.SetValue(Object value, Int32 index1, Int32 index2, Int32 index3), void System.Array.SetValue(Object value, Int32[] indices), void System.Array.SetValue(Object value, Int64 index), void System.Array.SetValue(Object value, Int64 index1, Int64 index2), void System.Array.SetValue(Object value, Int64 index1, Int64 index2, Int64 index3), void System.Array.SetValue(Object value, Int64[] indices), System.Int32 System.Array.get_Length(), System.Int64 System.Array.get_LongLength(), System.Int32 System.Array.GetLength(Int32 dimension), System.Int64 System.Array.GetLongLength(Int32 dimension), System.Int32 System.Array.get_Rank(), System.Int32 System.Array.GetUpperBound(Int32 dimension), System.Int32 System.Array.GetLowerBound(Int32 dimension), System.Object System.Array.get_SyncRoot(), System.Boolean System.Array.get_IsReadOnly(), System.Boolean System.Array.get_IsFixedSize(), System.Boolean System.Array.get_IsSynchronized(), System.Object System.Array.Clone(), void System.Array.CopyTo(Array array, Int32 index), void System.Array.CopyTo(Array array, Int64 index), System.Collections.IEnumerator System.Array.GetEnumerator(), void System.Array.Initialize(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" GetProperties="{System.Int32 Length, System.Int64 LongLength, System.Int32 Rank, System.Object SyncRoot, System.Boolean IsReadOnly, System.Boolean IsFixedSize, System.Boolean IsSynchronized}" HasElementType="True" IsArray="True" @@ -1183,8 +1183,8 @@ namespace Debugger.Tests { GetArrayRank="2" GetElementType="System.Char" GetInterfaces="{System.Collections.Generic.IList`1[System.Char], System.Collections.Generic.ICollection`1[System.Char], System.Collections.Generic.IEnumerable`1[System.Char], System.Collections.IEnumerable}" - GetMembers="{System.Object System.Array.GetValue(Int32[] indices), System.Object System.Array.GetValue(Int32 index), System.Object System.Array.GetValue(Int32 index1, Int32 index2), System.Object System.Array.GetValue(Int32 index1, Int32 index2, Int32 index3), System.Object System.Array.GetValue(Int64 index), System.Object System.Array.GetValue(Int64 index1, Int64 index2), System.Object System.Array.GetValue(Int64 index1, Int64 index2, Int64 index3), System.Object System.Array.GetValue(Int64[] indices), void System.Array.SetValue(Object value, Int32 index), void System.Array.SetValue(Object value, Int32 index1, Int32 index2), void System.Array.SetValue(Object value, Int32 index1, Int32 index2, Int32 index3), void System.Array.SetValue(Object value, Int32[] indices), void System.Array.SetValue(Object value, Int64 index), void System.Array.SetValue(Object value, Int64 index1, Int64 index2), void System.Array.SetValue(Object value, Int64 index1, Int64 index2, Int64 index3), void System.Array.SetValue(Object value, Int64[] indices), System.Int32 System.Array.get_Length(), System.Int64 System.Array.get_LongLength(), System.Int32 System.Array.GetLength(Int32 dimension), System.Int64 System.Array.GetLongLength(Int32 dimension), System.Int32 System.Array.get_Rank(), System.Int32 System.Array.GetUpperBound(Int32 dimension), System.Int32 System.Array.GetLowerBound(Int32 dimension), System.Object System.Array.get_SyncRoot(), System.Boolean System.Array.get_IsReadOnly(), System.Boolean System.Array.get_IsFixedSize(), System.Boolean System.Array.get_IsSynchronized(), System.Object System.Array.Clone(), System.Int32 System.Array.CompareTo(Object other, IComparer comparer), System.Boolean System.Array.Equals(Object other, IEqualityComparer comparer), System.Int32 System.Array.GetHashCode(IEqualityComparer comparer), void System.Array.CopyTo(Array array, Int32 index), void System.Array.CopyTo(Array array, Int64 index), System.Collections.IEnumerator System.Array.GetEnumerator(), void System.Array.Initialize(), System.Int32 Length, System.Int64 LongLength, System.Int32 Rank, System.Object SyncRoot, System.Boolean IsReadOnly, System.Boolean IsFixedSize, System.Boolean IsSynchronized, void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" - GetMethods="{System.Object System.Array.GetValue(Int32[] indices), System.Object System.Array.GetValue(Int32 index), System.Object System.Array.GetValue(Int32 index1, Int32 index2), System.Object System.Array.GetValue(Int32 index1, Int32 index2, Int32 index3), System.Object System.Array.GetValue(Int64 index), System.Object System.Array.GetValue(Int64 index1, Int64 index2), System.Object System.Array.GetValue(Int64 index1, Int64 index2, Int64 index3), System.Object System.Array.GetValue(Int64[] indices), void System.Array.SetValue(Object value, Int32 index), void System.Array.SetValue(Object value, Int32 index1, Int32 index2), void System.Array.SetValue(Object value, Int32 index1, Int32 index2, Int32 index3), void System.Array.SetValue(Object value, Int32[] indices), void System.Array.SetValue(Object value, Int64 index), void System.Array.SetValue(Object value, Int64 index1, Int64 index2), void System.Array.SetValue(Object value, Int64 index1, Int64 index2, Int64 index3), void System.Array.SetValue(Object value, Int64[] indices), System.Int32 System.Array.get_Length(), System.Int64 System.Array.get_LongLength(), System.Int32 System.Array.GetLength(Int32 dimension), System.Int64 System.Array.GetLongLength(Int32 dimension), System.Int32 System.Array.get_Rank(), System.Int32 System.Array.GetUpperBound(Int32 dimension), System.Int32 System.Array.GetLowerBound(Int32 dimension), System.Object System.Array.get_SyncRoot(), System.Boolean System.Array.get_IsReadOnly(), System.Boolean System.Array.get_IsFixedSize(), System.Boolean System.Array.get_IsSynchronized(), System.Object System.Array.Clone(), System.Int32 System.Array.CompareTo(Object other, IComparer comparer), System.Boolean System.Array.Equals(Object other, IEqualityComparer comparer), System.Int32 System.Array.GetHashCode(IEqualityComparer comparer), void System.Array.CopyTo(Array array, Int32 index), void System.Array.CopyTo(Array array, Int64 index), System.Collections.IEnumerator System.Array.GetEnumerator(), void System.Array.Initialize(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" + GetMembers="{System.Object System.Array.GetValue(Int32[] indices), System.Object System.Array.GetValue(Int32 index), System.Object System.Array.GetValue(Int32 index1, Int32 index2), System.Object System.Array.GetValue(Int32 index1, Int32 index2, Int32 index3), System.Object System.Array.GetValue(Int64 index), System.Object System.Array.GetValue(Int64 index1, Int64 index2), System.Object System.Array.GetValue(Int64 index1, Int64 index2, Int64 index3), System.Object System.Array.GetValue(Int64[] indices), void System.Array.SetValue(Object value, Int32 index), void System.Array.SetValue(Object value, Int32 index1, Int32 index2), void System.Array.SetValue(Object value, Int32 index1, Int32 index2, Int32 index3), void System.Array.SetValue(Object value, Int32[] indices), void System.Array.SetValue(Object value, Int64 index), void System.Array.SetValue(Object value, Int64 index1, Int64 index2), void System.Array.SetValue(Object value, Int64 index1, Int64 index2, Int64 index3), void System.Array.SetValue(Object value, Int64[] indices), System.Int32 System.Array.get_Length(), System.Int64 System.Array.get_LongLength(), System.Int32 System.Array.GetLength(Int32 dimension), System.Int64 System.Array.GetLongLength(Int32 dimension), System.Int32 System.Array.get_Rank(), System.Int32 System.Array.GetUpperBound(Int32 dimension), System.Int32 System.Array.GetLowerBound(Int32 dimension), System.Object System.Array.get_SyncRoot(), System.Boolean System.Array.get_IsReadOnly(), System.Boolean System.Array.get_IsFixedSize(), System.Boolean System.Array.get_IsSynchronized(), System.Object System.Array.Clone(), void System.Array.CopyTo(Array array, Int32 index), void System.Array.CopyTo(Array array, Int64 index), System.Collections.IEnumerator System.Array.GetEnumerator(), void System.Array.Initialize(), System.Int32 Length, System.Int64 LongLength, System.Int32 Rank, System.Object SyncRoot, System.Boolean IsReadOnly, System.Boolean IsFixedSize, System.Boolean IsSynchronized, void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" + GetMethods="{System.Object System.Array.GetValue(Int32[] indices), System.Object System.Array.GetValue(Int32 index), System.Object System.Array.GetValue(Int32 index1, Int32 index2), System.Object System.Array.GetValue(Int32 index1, Int32 index2, Int32 index3), System.Object System.Array.GetValue(Int64 index), System.Object System.Array.GetValue(Int64 index1, Int64 index2), System.Object System.Array.GetValue(Int64 index1, Int64 index2, Int64 index3), System.Object System.Array.GetValue(Int64[] indices), void System.Array.SetValue(Object value, Int32 index), void System.Array.SetValue(Object value, Int32 index1, Int32 index2), void System.Array.SetValue(Object value, Int32 index1, Int32 index2, Int32 index3), void System.Array.SetValue(Object value, Int32[] indices), void System.Array.SetValue(Object value, Int64 index), void System.Array.SetValue(Object value, Int64 index1, Int64 index2), void System.Array.SetValue(Object value, Int64 index1, Int64 index2, Int64 index3), void System.Array.SetValue(Object value, Int64[] indices), System.Int32 System.Array.get_Length(), System.Int64 System.Array.get_LongLength(), System.Int32 System.Array.GetLength(Int32 dimension), System.Int64 System.Array.GetLongLength(Int32 dimension), System.Int32 System.Array.get_Rank(), System.Int32 System.Array.GetUpperBound(Int32 dimension), System.Int32 System.Array.GetLowerBound(Int32 dimension), System.Object System.Array.get_SyncRoot(), System.Boolean System.Array.get_IsReadOnly(), System.Boolean System.Array.get_IsFixedSize(), System.Boolean System.Array.get_IsSynchronized(), System.Object System.Array.Clone(), void System.Array.CopyTo(Array array, Int32 index), void System.Array.CopyTo(Array array, Int64 index), System.Collections.IEnumerator System.Array.GetEnumerator(), void System.Array.Initialize(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" GetProperties="{System.Int32 Length, System.Int64 LongLength, System.Int32 Rank, System.Object SyncRoot, System.Boolean IsReadOnly, System.Boolean IsFixedSize, System.Boolean IsSynchronized}" HasElementType="True" IsArray="True" @@ -1286,8 +1286,8 @@ namespace Debugger.Tests { GetArrayRank="1" GetElementType="Debugger.Tests.DebugType_Tests+MyGenClass`1[System.Int32]" GetInterfaces="{System.Collections.Generic.IList`1[Debugger.Tests.DebugType_Tests+MyGenClass`1[System.Int32]], System.Collections.Generic.ICollection`1[Debugger.Tests.DebugType_Tests+MyGenClass`1[System.Int32]], System.Collections.Generic.IEnumerable`1[Debugger.Tests.DebugType_Tests+MyGenClass`1[System.Int32]], System.Collections.IEnumerable}" - GetMembers="{System.Object System.Array.GetValue(Int32[] indices), System.Object System.Array.GetValue(Int32 index), System.Object System.Array.GetValue(Int32 index1, Int32 index2), System.Object System.Array.GetValue(Int32 index1, Int32 index2, Int32 index3), System.Object System.Array.GetValue(Int64 index), System.Object System.Array.GetValue(Int64 index1, Int64 index2), System.Object System.Array.GetValue(Int64 index1, Int64 index2, Int64 index3), System.Object System.Array.GetValue(Int64[] indices), void System.Array.SetValue(Object value, Int32 index), void System.Array.SetValue(Object value, Int32 index1, Int32 index2), void System.Array.SetValue(Object value, Int32 index1, Int32 index2, Int32 index3), void System.Array.SetValue(Object value, Int32[] indices), void System.Array.SetValue(Object value, Int64 index), void System.Array.SetValue(Object value, Int64 index1, Int64 index2), void System.Array.SetValue(Object value, Int64 index1, Int64 index2, Int64 index3), void System.Array.SetValue(Object value, Int64[] indices), System.Int32 System.Array.get_Length(), System.Int64 System.Array.get_LongLength(), System.Int32 System.Array.GetLength(Int32 dimension), System.Int64 System.Array.GetLongLength(Int32 dimension), System.Int32 System.Array.get_Rank(), System.Int32 System.Array.GetUpperBound(Int32 dimension), System.Int32 System.Array.GetLowerBound(Int32 dimension), System.Object System.Array.get_SyncRoot(), System.Boolean System.Array.get_IsReadOnly(), System.Boolean System.Array.get_IsFixedSize(), System.Boolean System.Array.get_IsSynchronized(), System.Object System.Array.Clone(), System.Int32 System.Array.CompareTo(Object other, IComparer comparer), System.Boolean System.Array.Equals(Object other, IEqualityComparer comparer), System.Int32 System.Array.GetHashCode(IEqualityComparer comparer), void System.Array.CopyTo(Array array, Int32 index), void System.Array.CopyTo(Array array, Int64 index), System.Collections.IEnumerator System.Array.GetEnumerator(), void System.Array.Initialize(), System.Int32 Length, System.Int64 LongLength, System.Int32 Rank, System.Object SyncRoot, System.Boolean IsReadOnly, System.Boolean IsFixedSize, System.Boolean IsSynchronized, void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" - GetMethods="{System.Object System.Array.GetValue(Int32[] indices), System.Object System.Array.GetValue(Int32 index), System.Object System.Array.GetValue(Int32 index1, Int32 index2), System.Object System.Array.GetValue(Int32 index1, Int32 index2, Int32 index3), System.Object System.Array.GetValue(Int64 index), System.Object System.Array.GetValue(Int64 index1, Int64 index2), System.Object System.Array.GetValue(Int64 index1, Int64 index2, Int64 index3), System.Object System.Array.GetValue(Int64[] indices), void System.Array.SetValue(Object value, Int32 index), void System.Array.SetValue(Object value, Int32 index1, Int32 index2), void System.Array.SetValue(Object value, Int32 index1, Int32 index2, Int32 index3), void System.Array.SetValue(Object value, Int32[] indices), void System.Array.SetValue(Object value, Int64 index), void System.Array.SetValue(Object value, Int64 index1, Int64 index2), void System.Array.SetValue(Object value, Int64 index1, Int64 index2, Int64 index3), void System.Array.SetValue(Object value, Int64[] indices), System.Int32 System.Array.get_Length(), System.Int64 System.Array.get_LongLength(), System.Int32 System.Array.GetLength(Int32 dimension), System.Int64 System.Array.GetLongLength(Int32 dimension), System.Int32 System.Array.get_Rank(), System.Int32 System.Array.GetUpperBound(Int32 dimension), System.Int32 System.Array.GetLowerBound(Int32 dimension), System.Object System.Array.get_SyncRoot(), System.Boolean System.Array.get_IsReadOnly(), System.Boolean System.Array.get_IsFixedSize(), System.Boolean System.Array.get_IsSynchronized(), System.Object System.Array.Clone(), System.Int32 System.Array.CompareTo(Object other, IComparer comparer), System.Boolean System.Array.Equals(Object other, IEqualityComparer comparer), System.Int32 System.Array.GetHashCode(IEqualityComparer comparer), void System.Array.CopyTo(Array array, Int32 index), void System.Array.CopyTo(Array array, Int64 index), System.Collections.IEnumerator System.Array.GetEnumerator(), void System.Array.Initialize(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" + GetMembers="{System.Object System.Array.GetValue(Int32[] indices), System.Object System.Array.GetValue(Int32 index), System.Object System.Array.GetValue(Int32 index1, Int32 index2), System.Object System.Array.GetValue(Int32 index1, Int32 index2, Int32 index3), System.Object System.Array.GetValue(Int64 index), System.Object System.Array.GetValue(Int64 index1, Int64 index2), System.Object System.Array.GetValue(Int64 index1, Int64 index2, Int64 index3), System.Object System.Array.GetValue(Int64[] indices), void System.Array.SetValue(Object value, Int32 index), void System.Array.SetValue(Object value, Int32 index1, Int32 index2), void System.Array.SetValue(Object value, Int32 index1, Int32 index2, Int32 index3), void System.Array.SetValue(Object value, Int32[] indices), void System.Array.SetValue(Object value, Int64 index), void System.Array.SetValue(Object value, Int64 index1, Int64 index2), void System.Array.SetValue(Object value, Int64 index1, Int64 index2, Int64 index3), void System.Array.SetValue(Object value, Int64[] indices), System.Int32 System.Array.get_Length(), System.Int64 System.Array.get_LongLength(), System.Int32 System.Array.GetLength(Int32 dimension), System.Int64 System.Array.GetLongLength(Int32 dimension), System.Int32 System.Array.get_Rank(), System.Int32 System.Array.GetUpperBound(Int32 dimension), System.Int32 System.Array.GetLowerBound(Int32 dimension), System.Object System.Array.get_SyncRoot(), System.Boolean System.Array.get_IsReadOnly(), System.Boolean System.Array.get_IsFixedSize(), System.Boolean System.Array.get_IsSynchronized(), System.Object System.Array.Clone(), void System.Array.CopyTo(Array array, Int32 index), void System.Array.CopyTo(Array array, Int64 index), System.Collections.IEnumerator System.Array.GetEnumerator(), void System.Array.Initialize(), System.Int32 Length, System.Int64 LongLength, System.Int32 Rank, System.Object SyncRoot, System.Boolean IsReadOnly, System.Boolean IsFixedSize, System.Boolean IsSynchronized, void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" + GetMethods="{System.Object System.Array.GetValue(Int32[] indices), System.Object System.Array.GetValue(Int32 index), System.Object System.Array.GetValue(Int32 index1, Int32 index2), System.Object System.Array.GetValue(Int32 index1, Int32 index2, Int32 index3), System.Object System.Array.GetValue(Int64 index), System.Object System.Array.GetValue(Int64 index1, Int64 index2), System.Object System.Array.GetValue(Int64 index1, Int64 index2, Int64 index3), System.Object System.Array.GetValue(Int64[] indices), void System.Array.SetValue(Object value, Int32 index), void System.Array.SetValue(Object value, Int32 index1, Int32 index2), void System.Array.SetValue(Object value, Int32 index1, Int32 index2, Int32 index3), void System.Array.SetValue(Object value, Int32[] indices), void System.Array.SetValue(Object value, Int64 index), void System.Array.SetValue(Object value, Int64 index1, Int64 index2), void System.Array.SetValue(Object value, Int64 index1, Int64 index2, Int64 index3), void System.Array.SetValue(Object value, Int64[] indices), System.Int32 System.Array.get_Length(), System.Int64 System.Array.get_LongLength(), System.Int32 System.Array.GetLength(Int32 dimension), System.Int64 System.Array.GetLongLength(Int32 dimension), System.Int32 System.Array.get_Rank(), System.Int32 System.Array.GetUpperBound(Int32 dimension), System.Int32 System.Array.GetLowerBound(Int32 dimension), System.Object System.Array.get_SyncRoot(), System.Boolean System.Array.get_IsReadOnly(), System.Boolean System.Array.get_IsFixedSize(), System.Boolean System.Array.get_IsSynchronized(), System.Object System.Array.Clone(), void System.Array.CopyTo(Array array, Int32 index), void System.Array.CopyTo(Array array, Int64 index), System.Collections.IEnumerator System.Array.GetEnumerator(), void System.Array.Initialize(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" GetProperties="{System.Int32 Length, System.Int64 LongLength, System.Int32 Rank, System.Object SyncRoot, System.Boolean IsReadOnly, System.Boolean IsFixedSize, System.Boolean IsSynchronized}" HasElementType="True" IsArray="True" @@ -1511,8 +1511,8 @@ namespace Debugger.Tests { BaseType="System.ValueType" FullName="System.Enum" GetInterfaces="{System.IComparable, System.IFormattable, System.IConvertible}" - GetMembers="{static System.Object System.Enum.Parse(Type enumType, String value), static System.Object System.Enum.Parse(Type enumType, String value, Boolean ignoreCase), static System.Type System.Enum.GetUnderlyingType(Type enumType), static System.Array System.Enum.GetValues(Type enumType), static System.String System.Enum.GetName(Type enumType, Object value), static System.String[] System.Enum.GetNames(Type enumType), static System.Object System.Enum.ToObject(Type enumType, Object value), static System.Object System.Enum.ToObject(Type enumType, SByte value), static System.Object System.Enum.ToObject(Type enumType, Int16 value), static System.Object System.Enum.ToObject(Type enumType, Int32 value), static System.Object System.Enum.ToObject(Type enumType, Byte value), static System.Object System.Enum.ToObject(Type enumType, UInt16 value), static System.Object System.Enum.ToObject(Type enumType, UInt32 value), static System.Object System.Enum.ToObject(Type enumType, Int64 value), static System.Object System.Enum.ToObject(Type enumType, UInt64 value), static System.Boolean System.Enum.IsDefined(Type enumType, Object value), static System.String System.Enum.Format(Type enumType, Object value, String format), System.Boolean System.Enum.Equals(Object obj), System.Int32 System.Enum.GetHashCode(), System.String System.Enum.ToString(), System.String System.Enum.ToString(String format, IFormatProvider provider), System.String System.Enum.ToString(String format), System.String System.Enum.ToString(IFormatProvider provider), System.Int32 System.Enum.CompareTo(Object target), System.TypeCode System.Enum.GetTypeCode(), System.Boolean System.ValueType.Equals(Object obj), System.Int32 System.ValueType.GetHashCode(), System.String System.ValueType.ToString(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" - GetMethods="{static System.Object System.Enum.Parse(Type enumType, String value), static System.Object System.Enum.Parse(Type enumType, String value, Boolean ignoreCase), static System.Type System.Enum.GetUnderlyingType(Type enumType), static System.Array System.Enum.GetValues(Type enumType), static System.String System.Enum.GetName(Type enumType, Object value), static System.String[] System.Enum.GetNames(Type enumType), static System.Object System.Enum.ToObject(Type enumType, Object value), static System.Object System.Enum.ToObject(Type enumType, SByte value), static System.Object System.Enum.ToObject(Type enumType, Int16 value), static System.Object System.Enum.ToObject(Type enumType, Int32 value), static System.Object System.Enum.ToObject(Type enumType, Byte value), static System.Object System.Enum.ToObject(Type enumType, UInt16 value), static System.Object System.Enum.ToObject(Type enumType, UInt32 value), static System.Object System.Enum.ToObject(Type enumType, Int64 value), static System.Object System.Enum.ToObject(Type enumType, UInt64 value), static System.Boolean System.Enum.IsDefined(Type enumType, Object value), static System.String System.Enum.Format(Type enumType, Object value, String format), System.Boolean System.Enum.Equals(Object obj), System.Int32 System.Enum.GetHashCode(), System.String System.Enum.ToString(), System.String System.Enum.ToString(String format, IFormatProvider provider), System.String System.Enum.ToString(String format), System.String System.Enum.ToString(IFormatProvider provider), System.Int32 System.Enum.CompareTo(Object target), System.TypeCode System.Enum.GetTypeCode(), System.Boolean System.ValueType.Equals(Object obj), System.Int32 System.ValueType.GetHashCode(), System.String System.ValueType.ToString(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" + GetMembers="{static System.Boolean System.Enum.TryParse(String value, Object result), static System.Boolean System.Enum.TryParse(String value, Boolean ignoreCase, Object result), static System.Object System.Enum.Parse(Type enumType, String value), static System.Object System.Enum.Parse(Type enumType, String value, Boolean ignoreCase), static System.Type System.Enum.GetUnderlyingType(Type enumType), static System.Array System.Enum.GetValues(Type enumType), static System.String System.Enum.GetName(Type enumType, Object value), static System.String[] System.Enum.GetNames(Type enumType), static System.Object System.Enum.ToObject(Type enumType, Object value), static System.Object System.Enum.ToObject(Type enumType, SByte value), static System.Object System.Enum.ToObject(Type enumType, Int16 value), static System.Object System.Enum.ToObject(Type enumType, Int32 value), static System.Object System.Enum.ToObject(Type enumType, Byte value), static System.Object System.Enum.ToObject(Type enumType, UInt16 value), static System.Object System.Enum.ToObject(Type enumType, UInt32 value), static System.Object System.Enum.ToObject(Type enumType, Int64 value), static System.Object System.Enum.ToObject(Type enumType, UInt64 value), static System.Boolean System.Enum.IsDefined(Type enumType, Object value), static System.String System.Enum.Format(Type enumType, Object value, String format), System.Boolean System.Enum.Equals(Object obj), System.Int32 System.Enum.GetHashCode(), System.String System.Enum.ToString(), System.String System.Enum.ToString(String format, IFormatProvider provider), System.String System.Enum.ToString(String format), System.String System.Enum.ToString(IFormatProvider provider), System.Int32 System.Enum.CompareTo(Object target), System.Boolean System.Enum.HasFlag(Enum flag), System.TypeCode System.Enum.GetTypeCode(), System.Boolean System.ValueType.Equals(Object obj), System.Int32 System.ValueType.GetHashCode(), System.String System.ValueType.ToString(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" + GetMethods="{static System.Boolean System.Enum.TryParse(String value, Object result), static System.Boolean System.Enum.TryParse(String value, Boolean ignoreCase, Object result), static System.Object System.Enum.Parse(Type enumType, String value), static System.Object System.Enum.Parse(Type enumType, String value, Boolean ignoreCase), static System.Type System.Enum.GetUnderlyingType(Type enumType), static System.Array System.Enum.GetValues(Type enumType), static System.String System.Enum.GetName(Type enumType, Object value), static System.String[] System.Enum.GetNames(Type enumType), static System.Object System.Enum.ToObject(Type enumType, Object value), static System.Object System.Enum.ToObject(Type enumType, SByte value), static System.Object System.Enum.ToObject(Type enumType, Int16 value), static System.Object System.Enum.ToObject(Type enumType, Int32 value), static System.Object System.Enum.ToObject(Type enumType, Byte value), static System.Object System.Enum.ToObject(Type enumType, UInt16 value), static System.Object System.Enum.ToObject(Type enumType, UInt32 value), static System.Object System.Enum.ToObject(Type enumType, Int64 value), static System.Object System.Enum.ToObject(Type enumType, UInt64 value), static System.Boolean System.Enum.IsDefined(Type enumType, Object value), static System.String System.Enum.Format(Type enumType, Object value, String format), System.Boolean System.Enum.Equals(Object obj), System.Int32 System.Enum.GetHashCode(), System.String System.Enum.ToString(), System.String System.Enum.ToString(String format, IFormatProvider provider), System.String System.Enum.ToString(String format), System.String System.Enum.ToString(IFormatProvider provider), System.Int32 System.Enum.CompareTo(Object target), System.Boolean System.Enum.HasFlag(Enum flag), System.TypeCode System.Enum.GetTypeCode(), System.Boolean System.ValueType.Equals(Object obj), System.Int32 System.ValueType.GetHashCode(), System.String System.ValueType.ToString(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" IsClass="True"> null @@ -1531,8 +1531,8 @@ namespace Debugger.Tests { FullName="Debugger.Tests.DebugType_Tests+MyEnum" GetEnumUnderlyingType="System.Byte" GetFields="{System.Byte value__, Debugger.Tests.DebugType_Tests+MyEnum A, Debugger.Tests.DebugType_Tests+MyEnum B}" - GetMembers="{System.Byte value__, Debugger.Tests.DebugType_Tests+MyEnum A, Debugger.Tests.DebugType_Tests+MyEnum B, System.Boolean System.Enum.Equals(Object obj), System.Int32 System.Enum.GetHashCode(), System.String System.Enum.ToString(), System.String System.Enum.ToString(String format, IFormatProvider provider), System.String System.Enum.ToString(String format), System.String System.Enum.ToString(IFormatProvider provider), System.Int32 System.Enum.CompareTo(Object target), System.TypeCode System.Enum.GetTypeCode(), System.Boolean System.ValueType.Equals(Object obj), System.Int32 System.ValueType.GetHashCode(), System.String System.ValueType.ToString(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" - GetMethods="{System.Boolean System.Enum.Equals(Object obj), System.Int32 System.Enum.GetHashCode(), System.String System.Enum.ToString(), System.String System.Enum.ToString(String format, IFormatProvider provider), System.String System.Enum.ToString(String format), System.String System.Enum.ToString(IFormatProvider provider), System.Int32 System.Enum.CompareTo(Object target), System.TypeCode System.Enum.GetTypeCode(), System.Boolean System.ValueType.Equals(Object obj), System.Int32 System.ValueType.GetHashCode(), System.String System.ValueType.ToString(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" + GetMembers="{System.Byte value__, Debugger.Tests.DebugType_Tests+MyEnum A, Debugger.Tests.DebugType_Tests+MyEnum B, System.Boolean System.Enum.Equals(Object obj), System.Int32 System.Enum.GetHashCode(), System.String System.Enum.ToString(), System.String System.Enum.ToString(String format, IFormatProvider provider), System.String System.Enum.ToString(String format), System.String System.Enum.ToString(IFormatProvider provider), System.Int32 System.Enum.CompareTo(Object target), System.Boolean System.Enum.HasFlag(Enum flag), System.TypeCode System.Enum.GetTypeCode(), System.Boolean System.ValueType.Equals(Object obj), System.Int32 System.ValueType.GetHashCode(), System.String System.ValueType.ToString(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" + GetMethods="{System.Boolean System.Enum.Equals(Object obj), System.Int32 System.Enum.GetHashCode(), System.String System.Enum.ToString(), System.String System.Enum.ToString(String format, IFormatProvider provider), System.String System.Enum.ToString(String format), System.String System.Enum.ToString(IFormatProvider provider), System.Int32 System.Enum.CompareTo(Object target), System.Boolean System.Enum.HasFlag(Enum flag), System.TypeCode System.Enum.GetTypeCode(), System.Boolean System.ValueType.Equals(Object obj), System.Int32 System.ValueType.GetHashCode(), System.String System.ValueType.ToString(), void System.Object..ctor(), System.String System.Object.ToString(), System.Boolean System.Object.Equals(Object obj), System.Int32 System.Object.GetHashCode(), System.Type System.Object.GetType()}" IsEnum="True" IsNested="True" IsValueType="True">