[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖
完整的:
  1. System.Object Clone()
  2.   > System.Object ICloneable.Clone()
  3. int CompareTo(System.Object value)
  4.   > int CompareTo(string strB)
  5.   > int IComparable.CompareTo(System.Object obj)
  6.   > int IComparable[string].CompareTo(string other)
  7. bool Contains(string value)
  8. void CopyTo(int sourceIndex, char[] destination, int destinationIndex, int count)
  9. bool EndsWith(string value)
  10.   > bool EndsWith(string value, System.StringComparison comparisonType)
  11.   > bool EndsWith(string value, bool ignoreCase, cultureinfo culture)
  12. bool Equals(System.Object obj)
  13.   > bool Equals(string value)
  14.   > bool Equals(string value, System.StringComparison comparisonType)
  15.   > bool IEquatable[string].Equals(string other)
  16. System.CharEnumerator GetEnumerator()
  17.   > System.Collections.IEnumerator IEnumerable.GetEnumerator()
  18.   > System.Collections.Generic.IEnumerator[char] IEnumerable[char].GetEnumerator()
  19. int GetHashCode()
  20. type GetType()
  21. System.TypeCode GetTypeCode()
  22.   > System.TypeCode IConvertible.GetTypeCode()
  23. int IndexOf(char value)
  24.   > int IndexOf(char value, int startIndex)
  25.   > int IndexOf(string value)
  26.   > int IndexOf(string value, int startIndex)
  27.   > int IndexOf(string value, int startIndex, int count)
  28.   > int IndexOf(string value, System.StringComparison comparisonType)
  29.   > int IndexOf(string value, int startIndex, System.StringComparison comparisonType)
  30.   > int IndexOf(string value, int startIndex, int count, System.StringComparison comparisonType)
  31.   > int IndexOf(char value, int startIndex, int count)
  32. int IndexOfAny(char[] anyOf)
  33.   > int IndexOfAny(char[] anyOf, int startIndex)
  34.   > int IndexOfAny(char[] anyOf, int startIndex, int count)
  35. string Insert(int startIndex, string value)
  36. bool IsNormalized()
  37.   > bool IsNormalized(System.Text.NormalizationForm normalizationForm)
  38. int LastIndexOf(char value)
  39.   > int LastIndexOf(char value, int startIndex)
  40.   > int LastIndexOf(string value)
  41.   > int LastIndexOf(string value, int startIndex)
  42.   > int LastIndexOf(string value, int startIndex, int count)
  43.   > int LastIndexOf(string value, System.StringComparison comparisonType)
  44.   > int LastIndexOf(string value, int startIndex, System.StringComparison comparisonType)
  45.   > int LastIndexOf(string value, int startIndex, int count, System.StringComparison comparisonType)
  46.   > int LastIndexOf(char value, int startIndex, int count)
  47. int LastIndexOfAny(char[] anyOf)
  48.   > int LastIndexOfAny(char[] anyOf, int startIndex)
  49.   > int LastIndexOfAny(char[] anyOf, int startIndex, int count)
  50. string Normalize()
  51.   > string Normalize(System.Text.NormalizationForm normalizationForm)
  52. string PadLeft(int totalWidth)
  53.   > string PadLeft(int totalWidth, char paddingChar)
  54. string PadRight(int totalWidth)
  55.   > string PadRight(int totalWidth, char paddingChar)
  56. string Remove(int startIndex, int count)
  57.   > string Remove(int startIndex)
  58. string Replace(char oldChar, char newChar)
  59.   > string Replace(string oldValue, string newValue)
  60. string[] Split(Params char[] separator)
  61.   > string[] Split(char[] separator, int count)
  62.   > string[] Split(char[] separator, System.StringSplitOptions options)
  63.   > string[] Split(char[] separator, int count, System.StringSplitOptions options)
  64.   > string[] Split(string[] separator, System.StringSplitOptions options)
  65.   > string[] Split(string[] separator, int count, System.StringSplitOptions options)
  66. bool StartsWith(string value)
  67.   > bool StartsWith(string value, System.StringComparison comparisonType)
  68.   > bool StartsWith(string value, bool ignoreCase, cultureinfo culture)
  69. string Substring(int startIndex)
  70.   > string Substring(int startIndex, int length)
  71. bool IConvertible.ToBoolean(System.IFormatProvider provider)
  72. byte IConvertible.ToByte(System.IFormatProvider provider)
  73. char IConvertible.ToChar(System.IFormatProvider provider)
  74. char[] ToCharArray()
  75.   > char[] ToCharArray(int startIndex, int length)
  76. datetime IConvertible.ToDateTime(System.IFormatProvider provider)
  77. decimal IConvertible.ToDecimal(System.IFormatProvider provider)
  78. double IConvertible.ToDouble(System.IFormatProvider provider)
  79. int16 IConvertible.ToInt16(System.IFormatProvider provider)
  80. int IConvertible.ToInt32(System.IFormatProvider provider)
  81. long IConvertible.ToInt64(System.IFormatProvider provider)
  82. string ToLower()
  83.   > string ToLower(cultureinfo culture)
  84. string ToLowerInvariant()
  85. sbyte IConvertible.ToSByte(System.IFormatProvider provider)
  86. float IConvertible.ToSingle(System.IFormatProvider provider)
  87. string ToString()
  88.   > string ToString(System.IFormatProvider provider)
  89.   > string IConvertible.ToString(System.IFormatProvider provider)
  90. System.Object IConvertible.ToType(type conversionType, System.IFormatProvider provider)
  91. uint16 IConvertible.ToUInt16(System.IFormatProvider provider)
  92. uint32 IConvertible.ToUInt32(System.IFormatProvider provider)
  93. uint64 IConvertible.ToUInt64(System.IFormatProvider provider)
  94. string ToUpper()
  95.   > string ToUpper(cultureinfo culture)
  96. string ToUpperInvariant()
  97. string Trim(Params char[] trimChars)
  98.   > string Trim()
  99. string TrimEnd(Params char[] trimChars)
  100. string TrimStart(Params char[] trimChars)
  101. char Chars(int index) {get;}
  102. int Length {get;}
复制代码
QQ: 己阵亡
脚本优先 [PowerShell win10]

TOP

.NET 版
  1. 【 [System.String] 】
  2. ::Compare()
  3.    >static int Compare(string strA, string strB)
  4.    >static int Compare(string strA, string strB, bool ignoreCase)
  5.    >static int Compare(string strA, string strB, System.StringComparison comparisonType)
  6.    >static int Compare(string strA, string strB, cultureinfo culture, System.Globalization.CompareOptions options)
  7.    >static int Compare(string strA, string strB, bool ignoreCase, cultureinfo culture)
  8.    >static int Compare(string strA, int indexA, string strB, int indexB, int length)
  9.    >static int Compare(string strA, int indexA, string strB, int indexB, int length, bool ignoreCase)
  10.    >static int Compare(string strA, int indexA, string strB, int indexB, int length, bool ignoreCase, cultureinfo culture)
  11.    >static int Compare(string strA, int indexA, string strB, int indexB, int length, cultureinfo culture, System.Globalization.CompareOptions options)
  12.    >static int Compare(string strA, int indexA, string strB, int indexB, int length, System.StringComparison comparisonType)
  13. ::CompareOrdinal()
  14.    >static int CompareOrdinal(string strA, string strB)
  15.    >static int CompareOrdinal(string strA, int indexA, string strB, int indexB, int length)
  16. ::Concat()
  17.    >static string Concat(System.Object arg0)
  18.    >static string Concat(System.Object arg0, System.Object arg1)
  19.    >static string Concat(System.Object arg0, System.Object arg1, System.Object arg2)
  20.    >static string Concat(System.Object arg0, System.Object arg1, System.Object arg2, System.Object arg3)
  21.    >static string Concat(Params System.Object[] args)
  22.    >static string Concat(System.Collections.Generic.IEnumerable[string] values)
  23.    >static string Concat(string str0, string str1)
  24.    >static string Concat(string str0, string str1, string str2)
  25.    >static string Concat(string str0, string str1, string str2, string str3)
  26.    >static string Concat(Params string[] values)
  27.    >static string Concat[T](System.Collections.Generic.IEnumerable[T] values)
  28. ::Copy()
  29.    >static string Copy(string str)
  30. ::Equals()
  31.    >static bool Equals(string a, string b)
  32.    >static bool Equals(string a, string b, System.StringComparison comparisonType)
  33.    >static bool Equals(System.Object objA, System.Object objB)
  34. ::Format()
  35.    >static string Format(string format, System.Object arg0)
  36.    >static string Format(string format, System.Object arg0, System.Object arg1)
  37.    >static string Format(string format, System.Object arg0, System.Object arg1, System.Object arg2)
  38.    >static string Format(System.IFormatProvider provider, string format, System.Object arg0)
  39.    >static string Format(System.IFormatProvider provider, string format, System.Object arg0, System.Object arg1)
  40.    >static string Format(System.IFormatProvider provider, string format, System.Object arg0, System.Object arg1, System.Object arg2)
  41.    >static string Format(string format, Params System.Object[] args)
  42.    >static string Format(System.IFormatProvider provider, string format, Params System.Object[] args)
  43. ::Intern()
  44.    >static string Intern(string str)
  45. ::IsInterned()
  46.    >static string IsInterned(string str)
  47. ::IsNullOrEmpty()
  48.    >static bool IsNullOrEmpty(string value)
  49. ::IsNullOrWhiteSpace()
  50.    >static bool IsNullOrWhiteSpace(string value)
  51. ::Join()
  52.    >static string Join(string separator, Params string[] value)
  53.    >static string Join(string separator, Params System.Object[] values)
  54.    >static string Join(string separator, System.Collections.Generic.IEnumerable[string] values)
  55.    >static string Join(string separator, string[] value, int startIndex, int count)
  56.    >static string Join[T](string separator, System.Collections.Generic.IEnumerable[T] values)
  57. ::new()
  58.    >string new(System.Char*, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 value)
  59.    >string new(System.Char*, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 value, int startIndex, int length)
  60.    >string new(System.SByte*, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 value)
  61.    >string new(System.SByte*, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 value, int startIndex, int length)
  62.    >string new(System.SByte*, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 value, int startIndex, int length, System.Text.Encoding enc)
  63.    >string new(char[] value, int startIndex, int length)
  64.    >string new(char[] value)
  65.    >string new(char c, int count)
  66. ::ReferenceEquals()
  67.    >static bool ReferenceEquals(System.Object objA, System.Object objB)
  68. ::Empty()
  69.    >static string Empty {get;}
复制代码
1

评分人数

    • for_flr: 请大佬指导下10L问题。技术 + 1
QQ: 己阵亡
脚本优先 [PowerShell win10]

TOP

回复 12# for_flr


    等你学了数组集合枚举就明了,很简单的,还是留给你自己补全好些。后面内容还很多,l/o,网络,注册表,计划任务,防火墙,安全,线程等一大堆东西。
QQ: 己阵亡
脚本优先 [PowerShell win10]

TOP

返回列表