SYMBOL INDEX (2941 symbols across 362 files) FILE: CustomDevice/DeviceGraphics.cs class DeviceGraphics (line 29) | public static class DeviceGraphics { method GetScreen (line 48) | public static Graphics GetScreen() { method GetScreen_InterNet2 (line 63) | private static Graphics GetScreen_InterNet2() { method GetScreen_Windows (line 69) | private static Graphics GetScreen_Windows() { FILE: CustomDevice/KeyPad.cs class KeyPad (line 29) | public static class KeyPad { method IsKeyDown_Internal (line 31) | [DllImport("libIGraph")] method LatestKeyUp_Internal (line 34) | [DllImport("libIGraph")] method LatestKeyDown_Internal (line 37) | [DllImport("libIGraph")] method IsKeyDown (line 40) | public static bool IsKeyDown(KeyPadKey key) { method WindowsLatestKeyUp (line 48) | private static bool WindowsLatestKeyUp(out KeyPadKey key) { method WindowsLatestKeyDown (line 52) | private static bool WindowsLatestKeyDown(out KeyPadKey key) { method LatestKeyUp (line 56) | public static bool LatestKeyUp(out KeyPadKey key) { method LatestKeyDown (line 71) | public static bool LatestKeyDown(out KeyPadKey key) { method ReadKey (line 86) | public static KeyPadKey? ReadKey(int timeoutMs) { method ReadKey (line 98) | public static KeyPadKey? ReadKey() { FILE: CustomDevice/KeyPadKey.cs type KeyPadKey (line 26) | public enum KeyPadKey { FILE: CustomDevice/Utils.cs class Utils (line 26) | static class Utils { FILE: CustomDevice/WindowsScreen.cs class WindowsScreen (line 31) | class WindowsScreen : Form { method WindowsScreen (line 45) | public WindowsScreen(int width, int height) { method OnPaint (line 69) | protected override void OnPaint(PaintEventArgs e) { method WindowsMessagePump (line 75) | internal static void WindowsMessagePump(object state) { method MapKey (line 86) | private KeyPadKey MapKey(Keys pcKey, out bool isValid) { method OnKeyDown (line 129) | protected override void OnKeyDown(KeyEventArgs e) { method OnKeyUp (line 141) | protected override void OnKeyUp(KeyEventArgs e) { method IsKeyDown (line 153) | public bool IsKeyDown(KeyPadKey key) { method LatestKeyUp (line 158) | public bool LatestKeyUp(out KeyPadKey key) { method LatestKeyDown (line 170) | public bool LatestKeyDown(out KeyPadKey key) { FILE: Snake/ASnake.cs class ASnake (line 27) | class ASnake { method ASnake (line 36) | public ASnake(SnakePit snakePit, int startLength, Point startPosition,... method Move (line 51) | public CrashType Move() { method DrawHead (line 70) | public void DrawHead() { method SetDirection (line 74) | public void SetDirection(int x, int y) { method DoesIntersect (line 87) | public bool DoesIntersect(IEnumerable cells) { method DoesIntersect (line 96) | public bool DoesIntersect(Point cell) { method IncreaseLength (line 105) | public void IncreaseLength(int amount) { FILE: Snake/CrashType.cs type CrashType (line 26) | public enum CrashType { FILE: Snake/Program.cs class Program (line 29) | class Program { method Main (line 30) | static void Main(string[] args) { method Play (line 39) | static bool Play() { FILE: Snake/SnakePit.cs class SnakePit (line 29) | class SnakePit { method SnakePit (line 43) | public SnakePit() { method FillCell (line 78) | private void FillCell(Point cell, Color col) { method FillAndOutlineCells (line 85) | public void FillAndOutlineCells(IEnumerable points, Color fillC... method FillAndOutlineCells (line 91) | public void FillAndOutlineCells(IEnumerable points, Brush fillB... method AddSnake (line 110) | public void AddSnake(ASnake snake) { method SetCell (line 126) | public void SetCell(Point cell, Color col) { method ClearCell (line 130) | public void ClearCell(Point cell) { method IsCrashObstacle (line 134) | public bool IsCrashObstacle(Point cell) { method IsCrash (line 145) | public CrashType IsCrash(Point cell) { method CreateFood (line 162) | public void CreateFood(bool canMoveFood) { method RemoveFood (line 200) | public void RemoveFood() { method EatFood (line 210) | public bool EatFood() { method Msg (line 222) | public void Msg(string msg) { method ShowScore (line 228) | public void ShowScore() { method Dist (line 245) | private int Dist(Point a, Point b) { method AddObstacle (line 251) | public void AddObstacle() { FILE: System.Core/System.Collections.Generic/HashSet.cs class HashSet (line 28) | public class HashSet : ICollection, IEnumerable, IEnumerable { type Enumerator (line 30) | public struct Enumerator : IEnumerator, IEnumerator, IDisposable { method Enumerator (line 32) | internal Enumerator(HashSet hashSet) { method Dispose (line 44) | public void Dispose() { method MoveNext (line 53) | public bool MoveNext() { method Reset (line 57) | public void Reset() { method HashSet (line 65) | public HashSet() { method HashSet (line 69) | public HashSet(IEnumerable collection) : this(collection, null) { } method HashSet (line 71) | public HashSet(IEqualityComparer comparer) { method HashSet (line 75) | public HashSet(IEnumerable collection, IEqualityComparer compare... method Add (line 85) | public bool Add(T item) { method Clear (line 91) | public void Clear() { method Contains (line 95) | public bool Contains(T item) { method CopyTo (line 99) | public void CopyTo(T[] array) { method CopyTo (line 103) | public void CopyTo(T[] array, int arrayIndex) { method CopyTo (line 107) | public void CopyTo(T[] array, int arrayIndex, int count) { method GetEnumerator (line 111) | public Enumerator GetEnumerator() { method Remove (line 115) | public bool Remove(T item) { method Add (line 134) | void ICollection.Add(T item) { method GetEnumerator (line 144) | IEnumerator IEnumerable.GetEnumerator() { method GetEnumerator (line 148) | IEnumerator IEnumerable.GetEnumerator() { FILE: System.Core/System.Linq/Enumerable.cs class Enumerable (line 28) | public static class Enumerable { class Funcs (line 30) | private static class Funcs { method Aggregate (line 37) | public static T Aggregate(this IEnumerable source, Func... method Aggregate (line 51) | public static TAcc Aggregate(this IEnumerable source, TAcc... method Aggregate (line 55) | public static TResult Aggregate method All (line 68) | public static bool All(this IEnumerable source, Func pr... method Any (line 82) | public static bool Any(this IEnumerable source) { method Any (line 86) | public static bool Any(this IEnumerable source, Func pr... method Average (line 100) | public static double Average(this IEnumerable source) { method Average (line 104) | public static double? Average(this IEnumerable source) { method Average (line 108) | public static double Average(this IEnumerable source) { method Average (line 112) | public static double? Average(this IEnumerable source) { method Average (line 116) | public static float Average(this IEnumerable source) { method Average (line 120) | public static float? Average(this IEnumerable source) { method Average (line 124) | public static double Average(this IEnumerable source) { method Average (line 128) | public static double? Average(this IEnumerable source) { method Average (line 132) | public static Decimal Average(this IEnumerable source) { method Average (line 136) | public static Decimal? Average(this IEnumerable source) { method Average (line 140) | public static double Average(this IEnumerable source, Func(this IEnumerable source, Func(this IEnumerable source, Func(this IEnumerable source, Func(this IEnumerable source, Func(this IEnumerable source, Func(this IEnumerable source, Func(this IEnumerable source, Func(this IEnumerable source, Func(this IEnumerable source, Func(IEnumerable source, method AvgNullable (line 195) | private static TRes? AvgNullable(IEnumerable source, method AsEnumerable (line 218) | public static IEnumerable AsEnumerable(this IEnumerable sourc... method Cast (line 226) | public static IEnumerable Cast(IEnumerable source) { method CastIterator (line 231) | private static IEnumerable CastIterator(IEnumerable source) { method Concat (line 241) | public static IEnumerable Concat method ConcatIterator (line 247) | private static IEnumerable ConcatIterator method Contains (line 261) | public static bool Contains(this IEnumerable source, T value) { method Contains (line 265) | public static bool Contains method Count (line 283) | public static int Count(this IEnumerable source) { method Count (line 293) | public static int Count(this IEnumerable source, Func p... method LongCount (line 304) | public static long LongCount(this IEnumerable source) { method LongCount (line 308) | public static long LongCount(this IEnumerable source, Func DefaultIfEmpty(this IEnumerable sou... method DefaultIfEmpty (line 320) | public static IEnumerable DefaultIfEmpty(this IEnumerable sou... method DefaultIfEmptyIterator (line 325) | private static IEnumerable DefaultIfEmptyIterator(IEnumerable... method Distinct (line 341) | public static IEnumerable Distinct(this IEnumerable source) { method Distinct (line 345) | public static IEnumerable Distinct(this IEnumerable source, I... method DistinctIterator (line 349) | private static IEnumerable DistinctIterator(IEnumerable sourc... method ElementAt (line 362) | public static T ElementAt(IEnumerable source, int index) { method ElementAtOrDefault (line 366) | public static T ElementAtOrDefault(IEnumerable source, int index) { method ElementAt (line 370) | private static T ElementAt(IEnumerable source, int index, bool o... method Empty (line 399) | public static IEnumerable Empty() { method Except (line 407) | public static IEnumerable Except(this IEnumerable first, IEnu... method Except (line 411) | public static IEnumerable Except method ExceptIterator (line 417) | private static IEnumerable ExceptIterator method FirstSingle (line 431) | private static T FirstSingle(IEnumerable source, Func p... method First (line 452) | public static T First(this IEnumerable source) { method First (line 456) | public static T First(this IEnumerable source, Func pre... method FirstOrDefault (line 460) | public static T FirstOrDefault(this IEnumerable source) { method FirstOrDefault (line 464) | public static T FirstOrDefault(this IEnumerable source, Func(this IEnumerable source) { method Single (line 472) | public static T Single(this IEnumerable source, Func pr... method SingleOrDefault (line 476) | public static T SingleOrDefault(this IEnumerable source) { method SingleOrDefault (line 480) | public static T SingleOrDefault(this IEnumerable source, Func> GroupBy> GroupBy> GroupBy> GroupBy GroupBy method GroupBy (line 519) | public static IEnumerable GroupBy method GroupBy (line 525) | public static IEnumerable GroupBy GroupBy GroupByIterator GroupJoin GroupJoin GroupJoinIterator Intersect(this IEnumerable first, I... method Intersect (line 601) | public static IEnumerable Intersect(this IEnumerable first, I... method IntersectIterator (line 607) | private static IEnumerable IntersectIterator(IEnumerable firs... method Join (line 621) | public static IEnumerable Join method Join (line 628) | public static IEnumerable Join method JoinIterator (line 637) | private static IEnumerable JoinIterator(IEnumerable source, Func... method Last (line 672) | public static T Last(this IEnumerable source) { method Last (line 676) | public static T Last(this IEnumerable source, Func pred... method LastOrDefault (line 680) | public static T LastOrDefault(this IEnumerable source) { method LastOrDefault (line 684) | public static T LastOrDefault(this IEnumerable source, Func source) { method Max (line 696) | public static int? Max(this IEnumerable source) { method Max (line 700) | public static long Max(this IEnumerable source) { method Max (line 704) | public static long? Max(this IEnumerable source) { method Max (line 708) | public static float Max(this IEnumerable source) { method Max (line 712) | public static float? Max(this IEnumerable source) { method Max (line 716) | public static double Max(this IEnumerable source) { method Max (line 720) | public static double? Max(this IEnumerable source) { method Max (line 724) | public static Decimal Max(this IEnumerable source) { method Max (line 728) | public static Decimal? Max(this IEnumerable source) { method Max (line 732) | public static T Max(this IEnumerable source) { method Max (line 737) | public static TResult Max(this IEnumerable source, Func... method Max (line 741) | public static int Max(this IEnumerable source, Func sele... method Max (line 745) | public static int? Max(this IEnumerable source, Func se... method Max (line 749) | public static long Max(this IEnumerable source, Func se... method Max (line 753) | public static long? Max(this IEnumerable source, Func ... method Max (line 757) | public static float Max(this IEnumerable source, Func ... method Max (line 761) | public static float? Max(this IEnumerable source, Func(this IEnumerable source, Func(this IEnumerable source, Func(this IEnumerable source, Func(this IEnumerable source, Func source) { method Min (line 789) | public static int? Min(this IEnumerable source) { method Min (line 793) | public static long Min(this IEnumerable source) { method Min (line 797) | public static long? Min(this IEnumerable source) { method Min (line 801) | public static float Min(this IEnumerable source) { method Min (line 805) | public static float? Min(this IEnumerable source) { method Min (line 809) | public static double Min(this IEnumerable source) { method Min (line 813) | public static double? Min(this IEnumerable source) { method Min (line 817) | public static Decimal Min(this IEnumerable source) { method Min (line 821) | public static Decimal? Min(this IEnumerable source) { method Min (line 825) | public static T Min(this IEnumerable source) { method Min (line 830) | public static TResult Min(this IEnumerable source, Func... method Min (line 834) | public static int Min(this IEnumerable source, Func sele... method Min (line 838) | public static int? Min(this IEnumerable source, Func se... method Min (line 842) | public static long Min(this IEnumerable source, Func se... method Min (line 846) | public static long? Min(this IEnumerable source, Func ... method Min (line 850) | public static float Min(this IEnumerable source, Func ... method Min (line 854) | public static float? Min(this IEnumerable source, Func(this IEnumerable source, Func(this IEnumerable source, Func(this IEnumerable source, Func(this IEnumerable source, Func(IEnumerable source, Func fn, b... method GenProcNullable (line 892) | private static T? GenProcNullable(IEnumerable source, Func OfType(this IEnumerable source) { method OfTypeIterator (line 913) | private static IEnumerable OfTypeIterator(IEnumerable source) { method OrderBy (line 925) | public static IOrderedEnumerable OrderBy( method OrderBy (line 933) | public static IOrderedEnumerable OrderBy( method OrderByDescending (line 940) | public static IOrderedEnumerable OrderByDescending( method OrderByDescending (line 948) | public static IOrderedEnumerable OrderByDescending( method Range (line 959) | public static IEnumerable Range(int start, int count) { method RangeIterator (line 966) | private static IEnumerable RangeIterator(int start, int count) { method Repeat (line 977) | public static IEnumerable Repeat(TResult element, in... method RepeatIterator (line 984) | private static IEnumerable RepeatIterator(TResult el... method Reverse (line 994) | public static IEnumerable Reverse(this IEnumerable source) { method ReverseIterator (line 1000) | private static IEnumerable ReverseIterator(IList source) { method Select (line 1010) | public static IEnumerable Select method SelectIterator (line 1016) | private static IEnumerable SelectIterator method Select (line 1023) | public static IEnumerable Select method SelectIterator (line 1029) | private static IEnumerable SelectIterator method SelectMany (line 1042) | public static IEnumerable SelectMany method SelectMany (line 1047) | public static IEnumerable SelectMany method SelectMany (line 1052) | public static IEnumerable SelectMany SelectMany SelectManyIterator(this IEnumerable first, IEnumer... method SequenceEqual (line 1085) | public static bool SequenceEqual(this IEnumerable first, IEnumer... method Skip (line 1107) | public static IEnumerable Skip(this IEnumerable source, int c... method SkipIterator (line 1112) | private static IEnumerable SkipIterator(IEnumerable source, i... method SkipWhile (line 1125) | public static IEnumerable SkipWhile(this IEnumerable source, ... method SkipWhileIterator (line 1130) | public static IEnumerable SkipWhileIterator(IEnumerable sourc... method SkipWhile (line 1144) | public static IEnumerable SkipWhile(this IEnumerable source, ... method SkipWhileIterator (line 1149) | public static IEnumerable SkipWhileIterator(IEnumerable sourc... method Take (line 1169) | public static IEnumerable Take(this IEnumerable source, int c... method TakeIterator (line 1174) | private static IEnumerable TakeIterator(IEnumerable source, i... method TakeWhile (line 1191) | public static IEnumerable TakeWhile(this IEnumerable source, ... method TakeWhileIterator (line 1196) | private static IEnumerable TakeWhileIterator(IEnumerable sour... method TakeWhile (line 1205) | public static IEnumerable TakeWhile(this IEnumerable source, ... method TakeWhileIterator (line 1210) | private static IEnumerable TakeWhileIterator(IEnumerable sour... method Union (line 1251) | public static IEnumerable Union(this IEnumerable first, IEnum... method Union (line 1255) | public static IEnumerable Union method Where (line 1265) | public static IEnumerable Where method WhereIterator (line 1271) | private static IEnumerable WhereIterator method Where (line 1280) | public static IEnumerable Where method WhereIterator (line 1286) | private static IEnumerable WhereIterator method ToList (line 1301) | public static List ToList(this IEnumerable source) { method ToArray (line 1306) | public static T[] ToArray(this IEnumerable source) { method ToDictionary (line 1315) | public static Dictionary ToDictionary( method ToDictionary (line 1320) | public static Dictionary ToDictionary( method ToDictionary (line 1326) | public static Dictionary ToDictionary ToDictionary ToLookup( method ToLookup (line 1348) | public static ILookup ToLookup( method ToLookup (line 1354) | public static ILookup ToLookup( method ToLookup (line 1360) | public static ILookup ToLookup( method Check (line 1384) | private static void Check(object o) { method Check (line 1390) | private static void Check(object o1, object o2) { method Check (line 1396) | private static void Check(object o1, object o2, object o3) { FILE: System.Core/System.Linq/Grouping.cs class Grouping (line 28) | class Grouping : IGrouping { method Grouping (line 30) | public Grouping(TKey key, IEnumerable elements) { method GetEnumerator (line 44) | public IEnumerator GetEnumerator() { method GetEnumerator (line 48) | IEnumerator System.Collections.IEnumerable.GetEnumerator() { FILE: System.Core/System.Linq/IGrouping.cs type IGrouping (line 28) | public interface IGrouping : IEnumerable, IEnu... FILE: System.Core/System.Linq/ILookup.cs type ILookup (line 28) | public interface ILookup : IEnumerable : IEnumerable { method CreateOrderedEnumerable (line 30) | IOrderedEnumerable CreateOrderedEnumerable( FILE: System.Core/System.Linq/Lookup.cs class Lookup (line 28) | public class Lookup : ILookup { method Lookup (line 32) | internal Lookup(Dictionary> data) { method Contains (line 39) | public bool Contains(TKey key) { method GetEnumerator (line 55) | public IEnumerator> GetEnumerator() { method GetEnumerator (line 59) | IEnumerator IEnumerable.GetEnumerator() { FILE: System.Core/System.Linq/OrderedEnumerable.cs class OrderedEnumerable (line 31) | class OrderedEnumerable : IOrderedEnumerable { class QuickSort (line 33) | private class QuickSort { method QuickSort (line 35) | public QuickSort(IEnumerable source, method Swap (line 56) | private void Swap(int idx0, int idx1) { method PerformSort (line 64) | private void PerformSort(int startIdx, int endIdx) { method Sort (line 115) | public IEnumerable Sort() { method OrderedEnumerable (line 131) | public OrderedEnumerable(IEnumerable source, method CreateOrderedEnumerable (line 139) | public IOrderedEnumerable CreateOrderedEnumerable( method GetEnumerator (line 149) | public IEnumerator GetEnumerator() { method GetEnumerator (line 154) | IEnumerator IEnumerable.GetEnumerator() { FILE: System.Core/System.Runtime.CompilerServices/ExtensionAttribute.cs class ExtensionAttribute (line 28) | [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | Att... FILE: System.Drawing/System.Drawing.Drawing2D/HatchBrush.cs class HatchBrush (line 26) | public sealed class HatchBrush : Brush { method HatchBrush (line 28) | public HatchBrush(HatchStyle hatchStyle, Color foreColor, Color backCo... method HatchBrush (line 35) | public HatchBrush(HatchStyle hatchStyle, Color foreColor) : this(hatch... FILE: System.Drawing/System.Drawing.Drawing2D/HatchStyle.cs type HatchStyle (line 26) | public enum HatchStyle { FILE: System.Drawing/System.Drawing.Drawing2D/LinearGradientBrush.cs class LinearGradientBrush (line 26) | public sealed class LinearGradientBrush : Brush { method LinearGradientBrush (line 28) | public LinearGradientBrush(Point point1, Point point2, Color col1, Col... method LinearGradientBrush (line 33) | public LinearGradientBrush(PointF point1, PointF point2, Color col1, C... FILE: System.Drawing/System.Drawing.Drawing2D/WrapMode.cs type WrapMode (line 26) | public enum WrapMode { FILE: System.Drawing/System.Drawing.Imaging/PixelFormat.cs type PixelFormat (line 22) | public enum PixelFormat { FILE: System.Drawing/System.Drawing.Text/TextRenderingHint.cs type TextRenderingHint (line 26) | public enum TextRenderingHint { FILE: System.Drawing/System.Drawing/Bitmap.cs class Bitmap (line 27) | public sealed class Bitmap : Image { method Bitmap (line 29) | public Bitmap(int width, int height) method Bitmap (line 32) | public Bitmap(int width, int height, PixelFormat pixelFormat) { method Bitmap (line 42) | internal Bitmap(IntPtr native, int width, int height, PixelFormat pixe... FILE: System.Drawing/System.Drawing/Brush.cs class Brush (line 26) | public abstract class Brush : MarshalByRefObject, IDisposable { method Dispose (line 34) | public void Dispose() { method Dispose (line 39) | protected virtual void Dispose(bool disposing) { FILE: System.Drawing/System.Drawing/Brushes.cs class Brushes (line 26) | public static class Brushes { FILE: System.Drawing/System.Drawing/Color.cs type Color (line 26) | public struct Color { method FromKnownColor (line 28) | public static Color FromKnownColor(KnownColor c) { method FromArgb (line 32) | public static Color FromArgb(int argb) { method FromArgb (line 38) | public static Color FromArgb(int alpha, Color baseCol) { method ToArgb (line 46) | public int ToArgb() { FILE: System.Drawing/System.Drawing/Font.cs class Font (line 26) | public sealed class Font : MarshalByRefObject, IDisposable { method Font (line 32) | public Font(FontFamily family, float emSize) method Font (line 35) | public Font(FontFamily family, float emSize, FontStyle style) { method Font (line 40) | public Font(string familyName, float emSize) { method Dispose (line 49) | public void Dispose() { FILE: System.Drawing/System.Drawing/FontFamily.cs class FontFamily (line 26) | public sealed class FontFamily:MarshalByRefObject, IDisposable { method FontFamily (line 30) | public FontFamily(string name) { method Dispose (line 41) | public void Dispose() { FILE: System.Drawing/System.Drawing/FontStyle.cs type FontStyle (line 22) | public enum FontStyle { FILE: System.Drawing/System.Drawing/Graphics.cs class Graphics (line 29) | public sealed class Graphics : MarshalByRefObject, IDisposable { method FromHdc (line 31) | public static Graphics FromHdc(IntPtr hdc) { method FromImage (line 44) | public static Graphics FromImage(Image image) { method Graphics (line 61) | private Graphics(int xSize, int ySize, PixelFormat pixelFormat, IntPtr... method Dispose (line 74) | public void Dispose() { method ResetClip (line 95) | public void ResetClip() { method Clear (line 99) | public void Clear(Color color) { method DrawLine (line 113) | public void DrawLine(Pen pen, int x1, int y1, int x2, int y2) { method DrawLine (line 117) | public void DrawLine(Pen pen, Point pt1, Point pt2) { method DrawLines (line 121) | public void DrawLines(Pen pen, Point[] points) { method DrawPolygon (line 128) | public void DrawPolygon(Pen pen, Point[] points) { method DrawRectangle (line 133) | public void DrawRectangle(Pen pen, int x, int y, int width, int height) { method DrawRectangle (line 143) | public void DrawRectangle(Pen pen, Rectangle rect) { method DrawRectangle (line 147) | public void DrawRectangle(Pen pen, float x, float y, float width, floa... method FillRectangle (line 151) | public void FillRectangle(Brush brush, int x, int y, int width, int he... method FillRectangle (line 155) | public void FillRectangle(Brush brush, Rectangle rect) { method FillRectangle (line 159) | public void FillRectangle(Brush brush, float x, float y, float width, ... method FillRectangle (line 163) | public void FillRectangle(Brush brush, RectangleF rect) { method DrawEllipse (line 167) | public void DrawEllipse(Pen pen, int x, int y, int width, int height) { method DrawEllipse (line 171) | public void DrawEllipse(Pen pen, Rectangle rect) { method FillEllipse (line 175) | public void FillEllipse(Brush brush, int x, int y, int width, int heig... method FillEllipse (line 179) | public void FillEllipse(Brush brush, Rectangle rect) { method DrawString (line 183) | public void DrawString(string s, Font font, Brush brush, float x, floa... method DrawString (line 187) | public void DrawString(string s, Font font, Brush brush, float x, floa... method DrawString (line 191) | public void DrawString(string s, Font font, Brush brush, PointF point) { method DrawString (line 195) | public void DrawString(string s, Font font, Brush brush, RectangleF re... method DrawString (line 201) | public void DrawString(string s, Font font, Brush brush, RectangleF re... method MeasureString (line 206) | public SizeF MeasureString(string s, Font font) { method MeasureString (line 210) | public SizeF MeasureString(string s, Font font, int width) { method MeasureString (line 214) | public SizeF MeasureString(string s, Font font, int width, StringForma... method DrawImage (line 220) | public void DrawImage(Image image, int x, int y) { method DrawImageUnscaled (line 224) | public void DrawImageUnscaled(Image image, int x, int y) { method CopyFromScreen (line 228) | public void CopyFromScreen(int srcX, int srcY, int destX, int destY, S... method CopyFromScreen (line 232) | public void CopyFromScreen(Point upperLeftSource, Point upperLeftDesti... FILE: System.Drawing/System.Drawing/Image.cs class Image (line 27) | public abstract class Image : MarshalByRefObject, IDisposable { method FromFile (line 29) | public static Image FromFile(string filename) { method Dispose (line 48) | public void Dispose() { FILE: System.Drawing/System.Drawing/KnownColor.cs type KnownColor (line 26) | public enum KnownColor { FILE: System.Drawing/System.Drawing/KnownColors.cs class KnownColors (line 26) | internal static class KnownColors { method FromKnownColor (line 206) | internal static Color FromKnownColor(KnownColor knownColor) { FILE: System.Drawing/System.Drawing/LibIGraph.cs class LibIGraph (line 30) | internal static class LibIGraph { method GetScreen (line 34) | [DllImport("libIGraph")] method GetGraphicsFromImage (line 37) | [DllImport("libIGraph")] method DisposeGraphics (line 40) | [DllImport("libIGraph")] method TextRenderingHint_Set (line 43) | [DllImport("libIGraph")] method Clear (line 46) | [DllImport("libIGraph")] method DrawLine_Ints (line 49) | [DllImport("libIGraph")] method FillRectangle_Ints (line 52) | [DllImport("libIGraph")] method DrawEllipse_Ints (line 55) | [DllImport("libIGraph")] method FillEllipse_Ints (line 58) | [DllImport("libIGraph")] method DrawString (line 61) | [DllImport("libIGraph", CharSet = CharSet.Unicode)] method MeasureString (line 64) | [DllImport("libIGraph", CharSet = CharSet.Unicode)] method DrawImageUnscaled (line 67) | [DllImport("libIGraph")] method Graphics_SetClip (line 70) | [DllImport("libIGraph")] method Graphics_CopyFromScreen (line 73) | [DllImport("libIGraph")] method CreatePen_Color (line 80) | [DllImport("libIGraph")] method DisposePen (line 83) | [DllImport("libIGraph")] method Pen_SetCol (line 86) | [DllImport("libIGraph")] method Pen_SetWidth (line 89) | [DllImport("libIGraph")] method CreateBrush_Solid (line 96) | [DllImport("libIGraph")] method CreateBrush_Hatch (line 99) | [DllImport("libIGraph")] method CreateBrush_LinearGradient (line 102) | [DllImport("libIGraph")] method DisposeBrush (line 105) | [DllImport("libIGraph")] method SolidBrush_SetCol (line 108) | [DllImport("libIGraph")] method CreateFontFamily_Name (line 115) | [DllImport("libIGraph", CharSet=CharSet.Ansi)] method DisposeFontFamily (line 118) | [DllImport("libIGraph")] method _CreateFont (line 125) | [DllImport("libIGraph")] method DisposeFont (line 128) | [DllImport("libIGraph")] method CreateStringFormat (line 135) | [DllImport("libIGraph")] method DisposeStringFormat (line 138) | [DllImport("libIGraph")] method StringFormat_SetTrimming (line 141) | [DllImport("libIGraph")] method StringFormat_SetAlignment (line 144) | [DllImport("libIGraph")] method StringFormat_SetLineAlignment (line 147) | [DllImport("libIGraph")] method StringFormat_SetFormatFlags (line 150) | [DllImport("libIGraph")] method DisposeImage (line 157) | [DllImport("libIGraph")] method _CreateBitmap (line 164) | [DllImport("libIGraph")] method BitmapFromFile (line 167) | [DllImport("libIGraph", CharSet = CharSet.Ansi)] method CreateRegion_Infinite (line 174) | [DllImport("libIGraph")] method CreateRegion_Rect (line 177) | [DllImport("libIGraph")] method DisposeRegion (line 180) | [DllImport("libIGraph")] FILE: System.Drawing/System.Drawing/Pen.cs class Pen (line 26) | public sealed class Pen : MarshalByRefObject, IDisposable, ICloneable { method Pen (line 37) | public Pen(Color color) : this(color, 1.0f) { } method Pen (line 39) | public Pen(Color color, float width) { method Dispose (line 76) | public void Dispose() { method Dispose (line 81) | private void Dispose(bool disposing) { method Clone (line 91) | public object Clone() { FILE: System.Drawing/System.Drawing/Pens.cs class Pens (line 26) | public static class Pens { FILE: System.Drawing/System.Drawing/Point.cs type Point (line 26) | public struct Point { method Point (line 32) | public Point(int dw) { method Point (line 37) | public Point(int x, int y) { method Point (line 42) | public Point(Size sz) { method Offset (line 71) | public void Offset(int dx, int dy) { method Offset (line 76) | public void Offset(Point pt) { method Add (line 81) | public static Point Add(Point pt, Size sz) { method Subtract (line 85) | public static Point Subtract(Point pt, Size sz) { method Equals (line 109) | public override bool Equals(object o) { method GetHashCode (line 116) | public override int GetHashCode() { method ToString (line 120) | public override string ToString() { FILE: System.Drawing/System.Drawing/PointF.cs type PointF (line 26) | public struct PointF { method PointF (line 32) | public PointF(float x, float y) { method Equals (line 69) | public override bool Equals(object obj) { method GetHashCode (line 73) | public override int GetHashCode() { method ToString (line 77) | public override string ToString() { FILE: System.Drawing/System.Drawing/Rectangle.cs type Rectangle (line 26) | public struct Rectangle { method FromLTRB (line 30) | public static Rectangle FromLTRB(int left, int top, int right, int bot... method Inflate (line 34) | public static Rectangle Inflate(Rectangle rect, int x, int y) { method Rectangle (line 42) | public Rectangle(int x, int y, int width, int height) { method Rectangle (line 49) | public Rectangle(Point loc, Size sz) { method Inflate (line 136) | public void Inflate(int width, int height) { method Inflate (line 144) | public void Inflate(Size sz) { method Offset (line 148) | public void Offset(Point pt) { method Offset (line 153) | public void Offset(int dx, int dy) { method Contains (line 158) | public bool Contains(int x, int y) { method Contains (line 162) | public bool Contains(Point pt) { method Contains (line 166) | public bool Contains(Rectangle rect) { method IntersectsWith (line 170) | public bool IntersectsWith(Rectangle r) { method IntersectsWithInclusive (line 174) | private bool IntersectsWithInclusive(Rectangle r) { method Intersect (line 178) | public void Intersect(Rectangle r) { method Intersect (line 182) | public static Rectangle Intersect(Rectangle r1, Rectangle r2) { method Equals (line 204) | public override bool Equals(object o) { method GetHashCode (line 211) | public override int GetHashCode() { method ToString (line 215) | public override string ToString() { FILE: System.Drawing/System.Drawing/RectangleF.cs type RectangleF (line 26) | public struct RectangleF { method RectangleF (line 32) | public RectangleF(PointF location, SizeF size) { method RectangleF (line 39) | public RectangleF(float x, float y, float width, float height) { FILE: System.Drawing/System.Drawing/Region.cs class Region (line 26) | public sealed class Region : MarshalByRefObject, IDisposable { method Region (line 31) | public Region() { method Region (line 36) | public Region(Rectangle rect) { method Dispose (line 45) | public void Dispose() { method IsInfinite (line 53) | public bool IsInfinite(Graphics g) { FILE: System.Drawing/System.Drawing/Size.cs type Size (line 26) | public struct Size { method Size (line 32) | public Size(int width, int height) { method Size (line 37) | public Size(Point pt) { method Add (line 66) | public static Size Add(Size a, Size b) { method Subtract (line 70) | public static Size Subtract(Size a, Size b) { method Equals (line 94) | public override bool Equals(object o) { method GetHashCode (line 101) | public override int GetHashCode() { method ToString (line 105) | public override string ToString() { FILE: System.Drawing/System.Drawing/SizeF.cs type SizeF (line 26) | public struct SizeF { method SizeF (line 32) | public SizeF(PointF pt) { method SizeF (line 37) | public SizeF(SizeF size) { method SizeF (line 42) | public SizeF(float width, float height) { method Equals (line 79) | public override bool Equals(object obj) { method GetHashCode (line 83) | public override int GetHashCode() { method ToString (line 87) | public override string ToString() { FILE: System.Drawing/System.Drawing/SolidBrush.cs class SolidBrush (line 26) | public sealed class SolidBrush : Brush { method SolidBrush (line 31) | public SolidBrush(Color col) { method Dispose (line 50) | protected override void Dispose(bool disposing) { FILE: System.Drawing/System.Drawing/StringAlignment.cs type StringAlignment (line 26) | public enum StringAlignment { FILE: System.Drawing/System.Drawing/StringFormat.cs class StringFormat (line 26) | public sealed class StringFormat : MarshalByRefObject, IDisposable, IClo... method StringFormat (line 38) | public StringFormat() : this(0) { } method StringFormat (line 40) | public StringFormat(StringFormatFlags options) { method Clone (line 113) | public object Clone() { method Dispose (line 117) | public void Dispose() { FILE: System.Drawing/System.Drawing/StringFormatFlags.cs type StringFormatFlags (line 26) | public enum StringFormatFlags { FILE: System.Drawing/System.Drawing/StringTrimming.cs type StringTrimming (line 26) | public enum StringTrimming { FILE: System/System.Collections.Generic/Queue.cs class Queue (line 6) | public class Queue : IEnumerable, ICollection, IEnumerable { method Queue (line 15) | public Queue() { method Queue (line 18) | public Queue(int count) { method Queue (line 25) | public Queue(IEnumerable collection) { method Clear (line 33) | public void Clear() { method Contains (line 41) | public bool Contains(T item) { method CopyTo (line 55) | public void CopyTo(T[] array, int idx) { method CopyTo (line 79) | void ICollection.CopyTo(Array array, int idx) { method Dequeue (line 106) | public T Dequeue() { method Peek (line 120) | public T Peek() { method Enqueue (line 127) | public void Enqueue(T item) { method ToArray (line 140) | public T[] ToArray() { method TrimExcess (line 146) | public void TrimExcess() { method SetCapacity (line 151) | void SetCapacity(int new_size) { method GetEnumerator (line 180) | public Enumerator GetEnumerator() { method GetEnumerator (line 184) | IEnumerator IEnumerable.GetEnumerator() { method GetEnumerator (line 188) | IEnumerator IEnumerable.GetEnumerator() { type Enumerator (line 192) | public struct Enumerator : IEnumerator, IEnumerator, IDisposable { method Enumerator (line 203) | internal Enumerator(Queue q) { method Dispose (line 209) | public void Dispose() { method MoveNext (line 213) | public bool MoveNext() { method Reset (line 232) | void IEnumerator.Reset() { FILE: System/System.Collections.Generic/Stack.cs class Stack (line 39) | public class Stack : IEnumerable , ICollection, IEnumerable method Stack (line 47) | public Stack () method Stack (line 51) | public Stack (int count) method Stack (line 59) | public Stack (IEnumerable collection) method Clear (line 76) | public void Clear () method Contains (line 85) | public bool Contains (T t) method CopyTo (line 90) | public void CopyTo (T [] dest, int idx) method Peek (line 99) | public T Peek () method Pop (line 107) | public T Pop () method Push (line 119) | public void Push (T t) method ToArray (line 129) | public T [] ToArray () method TrimExcess (line 136) | public void TrimExcess () method CopyTo (line 155) | void ICollection.CopyTo (Array dest, int idx) method GetEnumerator (line 167) | public Enumerator GetEnumerator () method GetEnumerator (line 172) | IEnumerator IEnumerable.GetEnumerator () method GetEnumerator (line 177) | IEnumerator IEnumerable.GetEnumerator () type Enumerator (line 182) | public struct Enumerator : IEnumerator , IEnumerator, IDisposable { method Enumerator (line 193) | internal Enumerator (Stack t) method Dispose (line 200) | public void Dispose () method MoveNext (line 205) | public bool MoveNext () method Reset (line 225) | void IEnumerator.Reset () FILE: System/System.ComponentModel/Win32Exception.cs class Win32Exception (line 27) | public class Win32Exception : ExternalException { method Win32Exception (line 31) | public Win32Exception() : base("Win32 exception", 0) { } method Win32Exception (line 33) | public Win32Exception(int err) method Win32Exception (line 38) | public Win32Exception(int err, string msg) FILE: System/System.Net.Sockets/AddressFamily.cs type AddressFamily (line 26) | public enum AddressFamily { FILE: System/System.Net.Sockets/ProtocolType.cs type ProtocolType (line 26) | public enum ProtocolType { FILE: System/System.Net.Sockets/Socket.cs class Socket (line 27) | public class Socket : IDisposable { method Internal_CreateSocket (line 31) | [MethodImpl(MethodImplOptions.InternalCall)] method Internal_Close (line 34) | [MethodImpl(MethodImplOptions.InternalCall)] method Internal_Bind (line 37) | [MethodImpl(MethodImplOptions.InternalCall)] method Internal_Listen (line 40) | [MethodImpl(MethodImplOptions.InternalCall)] method Internal_Accept (line 43) | [MethodImpl(MethodImplOptions.InternalCall)] method Internal_Connect (line 46) | [MethodImpl(MethodImplOptions.InternalCall)] method Internal_Receive (line 49) | [MethodImpl(MethodImplOptions.InternalCall)] method Internal_Send (line 52) | [MethodImpl(MethodImplOptions.InternalCall)] method Socket (line 62) | public Socket(AddressFamily family, SocketType type, ProtocolType prot... method Socket (line 72) | private Socket(AddressFamily family, SocketType type, ProtocolType pro... method Dispose (line 83) | private void Dispose(bool disposing) { method Dispose (line 93) | void IDisposable.Dispose() { method Close (line 97) | public void Close() { method CheckDisposed (line 101) | private void CheckDisposed() { method CheckError (line 107) | private void CheckError(int error) { method GetIPInfo (line 114) | private void GetIPInfo(EndPoint ep, out uint addr, out int port) { method Bind (line 124) | public void Bind(EndPoint epLocal) { method Listen (line 137) | public void Listen(int backLog) { method Accept (line 144) | public Socket Accept() { method Connect (line 152) | public void Connect(EndPoint epRemote) { method Send (line 165) | public int Send(byte[] buffer) { method Send (line 169) | public int Send(byte[] buffer, SocketFlags flags) { method Send (line 173) | public int Send(byte[] buffer, int size, SocketFlags flags) { method Send (line 177) | public int Send(byte[] buffer, int offset, int size, SocketFlags flags) { method Receive (line 191) | public int Receive(byte[] buffer) { method Receive (line 195) | public int Receive(byte[] buffer, SocketFlags flags) { method Receive (line 199) | public int Receive(byte[] buffer, int size, SocketFlags flags) { method Receive (line 203) | public int Receive(byte[] buffer, int offset, int size, SocketFlags fl... FILE: System/System.Net.Sockets/SocketException.cs class SocketException (line 27) | public class SocketException : Win32Exception { method SocketException (line 29) | public SocketException(int error) : base(error) { } FILE: System/System.Net.Sockets/SocketFlags.cs type SocketFlags (line 26) | [Flags] FILE: System/System.Net.Sockets/SocketOptionLevel.cs type SocketOptionLevel (line 26) | public enum SocketOptionLevel { FILE: System/System.Net.Sockets/SocketOptionName.cs type SocketOptionName (line 26) | public enum SocketOptionName { FILE: System/System.Net.Sockets/SocketType.cs type SocketType (line 26) | public enum SocketType { FILE: System/System.Net/Dns.cs class Dns (line 27) | public static class Dns { method Internal_GetHostEnt (line 29) | [MethodImpl(MethodImplOptions.InternalCall)] method GetHostEntry (line 32) | public static IPHostEntry GetHostEntry(string hostNameOrAddress) { method GetHostEntry (line 51) | public static IPHostEntry GetHostEntry(IPAddress addr) { FILE: System/System.Net/EndPoint.cs class EndPoint (line 27) | public abstract class EndPoint { method EndPoint (line 29) | protected EndPoint() { } method Create (line 31) | public virtual EndPoint Create(SocketAddress address) { method Serialize (line 41) | public virtual SocketAddress Serialize() { FILE: System/System.Net/IPAddress.cs class IPAddress (line 27) | public class IPAddress { method Parse (line 34) | public static IPAddress Parse(string ip) { method TryParse (line 42) | public static bool TryParse(string ip, out IPAddress address) { method IPAddress (line 72) | public IPAddress(long addr) { method GetHashCode (line 86) | public override int GetHashCode() { method Equals (line 90) | public override bool Equals(object obj) { method ToString (line 95) | public override string ToString() { FILE: System/System.Net/IPEndPoint.cs class IPEndPoint (line 27) | public class IPEndPoint : EndPoint { method IPEndPoint (line 35) | public IPEndPoint(IPAddress addr, int port) { method IPEndPoint (line 43) | public IPEndPoint(long addr, int port) : this(new IPAddress(addr), por... method Create (line 72) | public override EndPoint Create(SocketAddress sockaddr) { method Serialize (line 88) | public override SocketAddress Serialize() { method ToString (line 111) | public override string ToString() { method GetHashCode (line 115) | public override int GetHashCode() { method Equals (line 119) | public override bool Equals(Object obj) { FILE: System/System.Net/IPHostEntry.cs class IPHostEntry (line 26) | public class IPHostEntry { method IPHostEntry (line 32) | public IPHostEntry() { FILE: System/System.Net/SocketAddress.cs class SocketAddress (line 27) | public class SocketAddress { method SocketAddress (line 30) | public SocketAddress(AddressFamily family, int size) { method SocketAddress (line 40) | public SocketAddress(AddressFamily family) : this(family, 32) { } method ToString (line 64) | public override string ToString() { method Equals (line 82) | public override bool Equals(object obj) { method GetHashCode (line 96) | public override int GetHashCode() { FILE: corlib/System.Collections.Generic/Comparer.cs class Comparer (line 27) | public abstract class Comparer : IComparer,IComparer { class DefaultComparer (line 29) | private sealed class DefaultComparer : Comparer { method Compare (line 31) | public override int Compare(T x, T y) { class DefaultComparerValueType (line 51) | private sealed class DefaultComparerValueType : Comparer { method Compare (line 53) | public override int Compare(T x, T y) { method Comparer (line 67) | static Comparer() { method Compare (line 77) | public abstract int Compare(T x, T y); method Compare (line 79) | public int Compare(object x, object y) { FILE: corlib/System.Collections.Generic/Dictionary.cs class Dictionary (line 30) | public class Dictionary : IDictionary, IColl... type Enumerator (line 33) | public struct Enumerator : IEnumerator>, method Enumerator (line 39) | internal Enumerator(Dictionary dictionary) { method MoveNext (line 45) | public bool MoveNext() { method Reset (line 77) | void IEnumerator.Reset() { method Dispose (line 103) | public void Dispose() { class KeyCollection (line 108) | public sealed class KeyCollection : ICollection, IEnumerable, IDisposable, IEnumerat... method Enumerator (line 114) | internal Enumerator(Dictionary host) { method Dispose (line 118) | public void Dispose() { method MoveNext (line 122) | public bool MoveNext() { method Reset (line 134) | void IEnumerator.Reset() { method KeyCollection (line 141) | public KeyCollection(Dictionary dictionary) { method CopyTo (line 148) | public void CopyTo(TKey[] array, int index) { method GetEnumerator (line 152) | public Enumerator GetEnumerator() { method Add (line 156) | void ICollection.Add(TKey item) { method Clear (line 160) | void ICollection.Clear() { method Contains (line 164) | bool ICollection.Contains(TKey item) { method Remove (line 168) | bool ICollection.Remove(TKey item) { method GetEnumerator (line 172) | IEnumerator IEnumerable.GetEnumerator() { method CopyTo (line 176) | void ICollection.CopyTo(Array array, int index) { method GetEnumerator (line 180) | IEnumerator IEnumerable.GetEnumerator() { class ValueCollection (line 210) | public sealed class ValueCollection : ICollection, IEnumerable... type Enumerator (line 212) | public struct Enumerator : IEnumerator, IDisposable, IEnumer... method Enumerator (line 216) | internal Enumerator(Dictionary host) { method Dispose (line 220) | public void Dispose() { method MoveNext (line 224) | public bool MoveNext() { method Reset (line 236) | void IEnumerator.Reset() { method ValueCollection (line 243) | public ValueCollection(Dictionary dictionary) { method CopyTo (line 250) | public void CopyTo(TValue[] array, int index) { method GetEnumerator (line 254) | public Enumerator GetEnumerator() { method Add (line 258) | void ICollection.Add(TValue item) { method Clear (line 262) | void ICollection.Clear() { method Contains (line 266) | bool ICollection.Contains(TValue item) { method Remove (line 270) | bool ICollection.Remove(TValue item) { method GetEnumerator (line 274) | IEnumerator IEnumerable.GetEnumerator() { method CopyTo (line 278) | void ICollection.CopyTo(Array array, int index) { method GetEnumerator (line 282) | IEnumerator IEnumerable.GetEnumerator() { method Dictionary (line 321) | public Dictionary() { method Dictionary (line 325) | public Dictionary(IDictionary dictionary) : this(diction... method Dictionary (line 327) | public Dictionary(IEqualityComparer comparer) { method Dictionary (line 331) | public Dictionary(int capacity) { method Dictionary (line 335) | public Dictionary(IDictionary dictionary, IEqualityCompa... method Dictionary (line 342) | public Dictionary(int capacity, IEqualityComparer comparer) { method Init (line 346) | private void Init(int initialCapacity, IEqualityComparer compare... method GetSlot (line 366) | private int GetSlot(TKey key) { method Add (line 371) | public void Add(TKey key, TValue value) { method Add (line 375) | private void Add(TKey key, TValue value, bool replace) { method TryGetValue (line 445) | public bool TryGetValue(TKey key, out TValue value) { method ContainsKey (line 464) | public bool ContainsKey(TKey key) { method ContainsValue (line 469) | public bool ContainsValue(TValue value) { method Remove (line 479) | public bool Remove(TKey key) { method Clear (line 526) | public void Clear() { method GetEnumerator (line 532) | public Enumerator GetEnumerator() { method Add (line 548) | void ICollection>.Add(KeyValuePair>.Contains(KeyValuePair>.CopyTo(KeyValuePair>.Remove(KeyValuePair> IEnumerable : IEqualityComparer, IEquality... class DefaultComparer (line 31) | private class DefaultComparer : EqualityComparer { method Equals (line 33) | public override bool Equals(T x, T y) { method GetHashCode (line 40) | public override int GetHashCode(T obj) { method EqualityComparer (line 49) | static EqualityComparer() { method Equals (line 57) | public abstract bool Equals(T x, T y); method GetHashCode (line 59) | public abstract int GetHashCode(T obj); method Equals (line 61) | bool IEqualityComparer.Equals(object x, object y) { method GetHashCode (line 65) | int IEqualityComparer.GetHashCode(object obj) { FILE: corlib/System.Collections.Generic/GenericEqualityComparer.cs class GenericEqualityComparer (line 26) | class GenericEqualityComparer : EqualityComparer where T : IEquata... method Equals (line 28) | public override bool Equals(T x, T y) { method GetHashCode (line 35) | public override int GetHashCode(T obj) { FILE: corlib/System.Collections.Generic/ICollection.cs type ICollection (line 27) | public interface ICollection : IEnumerable { method Add (line 40) | void Add(T item); method Clear (line 42) | void Clear(); method Contains (line 44) | bool Contains(T item); method CopyTo (line 46) | void CopyTo(T[] array, int arrayIndex); method Remove (line 48) | bool Remove(T item); FILE: corlib/System.Collections.Generic/IComparer.cs type IComparer (line 25) | public interface IComparer { method Compare (line 27) | int Compare(T x, T y); FILE: corlib/System.Collections.Generic/IDictionary.cs type IDictionary (line 26) | public interface IDictionary : ICollection : IEnumerable { method GetEnumerator (line 30) | new IEnumerator GetEnumerator(); FILE: corlib/System.Collections.Generic/IEnumerator.cs type IEnumerator (line 27) | public interface IEnumerator : IDisposable, IEnumerator { FILE: corlib/System.Collections.Generic/IEqualityComparer.cs type IEqualityComparer (line 29) | public interface IEqualityComparer { method Equals (line 31) | bool Equals(T x, T y); method GetHashCode (line 32) | int GetHashCode(T obj); FILE: corlib/System.Collections.Generic/IList.cs type IList (line 27) | public interface IList : ICollection { method IndexOf (line 32) | int IndexOf(T item); method Insert (line 34) | void Insert(int index, T item); method RemoveAt (line 36) | void RemoveAt(int index); FILE: corlib/System.Collections.Generic/KeyNotFoundException.cs class KeyNotFoundException (line 26) | public class KeyNotFoundException : SystemException { method KeyNotFoundException (line 28) | public KeyNotFoundException() : base("The given key was not present in... method KeyNotFoundException (line 30) | public KeyNotFoundException(string message) : base(message) { } method KeyNotFoundException (line 32) | public KeyNotFoundException(string message, Exception inner) : base(me... FILE: corlib/System.Collections.Generic/KeyValuePair.cs type KeyValuePair (line 26) | public struct KeyValuePair { method KeyValuePair (line 31) | public KeyValuePair(TKey Key, TValue Value) { method ToString (line 48) | public override string ToString() { FILE: corlib/System.Collections.Generic/List.cs class List (line 30) | public class List : IList, ICollection, IEnumerable, IList, ... type Enumerator (line 32) | public struct Enumerator : IEnumerator, IDisposable { method Enumerator (line 37) | internal Enumerator(List list) { method Dispose (line 48) | public void Dispose() { method MoveNext (line 57) | public bool MoveNext() { method Reset (line 62) | public void Reset() { method List (line 73) | public List() : this(defaultCapacity) { } method List (line 75) | public List(int capacity) { method List (line 83) | public List(IEnumerable collection) { method EnsureSpace (line 98) | private void EnsureSpace(int space) { method Shift (line 104) | private void Shift(int index, int count) { method Add (line 118) | public void Add(T item) { method GetEnumerator (line 153) | public Enumerator GetEnumerator() { method IndexOf (line 157) | public int IndexOf(T item, int start, int count) { method IndexOf (line 161) | public int IndexOf(T item, int start) { method InsertRange (line 165) | public void InsertRange(int index, IEnumerable collection) { method ToArray (line 179) | public T[] ToArray() { method IndexOf (line 187) | public int IndexOf(T item) { method Insert (line 191) | public void Insert(int index, T item) { method RemoveAt (line 199) | public void RemoveAt(int index) { method Clear (line 209) | public void Clear() { method Contains (line 214) | public bool Contains(T item) { method CopyTo (line 218) | public void CopyTo(T[] array, int arrayIndex) { method Remove (line 222) | public bool Remove(T item) { method GetEnumerator (line 231) | IEnumerator IEnumerable.GetEnumerator() { method GetEnumerator (line 235) | IEnumerator IEnumerable.GetEnumerator() { method Add (line 254) | public int Add(object value) { method Contains (line 259) | public bool Contains(object value) { method IndexOf (line 263) | public int IndexOf(object value) { method Insert (line 267) | public void Insert(int index, object value) { method Remove (line 271) | public void Remove(object value) { method CopyTo (line 287) | public void CopyTo(Array array, int index) { FILE: corlib/System.Collections/ArrayList.cs class ArrayList (line 30) | public class ArrayList : IList, ICollection, IEnumerable, ICloneable { method ArrayList (line 34) | public ArrayList() { method ArrayList (line 38) | public ArrayList(ICollection c) { method ArrayList (line 48) | public ArrayList(int capacity) { method Add (line 52) | public virtual int Add(object value) { method AddRange (line 56) | public virtual void AddRange(ICollection c) { method Clear (line 65) | public virtual void Clear() { method Clone (line 69) | public virtual object Clone() { method Contains (line 73) | public virtual bool Contains(object item) { method CopyTo (line 77) | public virtual void CopyTo(Array array) { method CopyTo (line 81) | public virtual void CopyTo(Array array, int arrayIndex) { method CopyTo (line 85) | public virtual void CopyTo(int index, Array array, int arrayIndex, int... method GetEnumerator (line 89) | public virtual IEnumerator GetEnumerator() { method GetEnumerator (line 93) | public virtual IEnumerable GetEnumerator(int index, int count) { method GetRange (line 97) | public virtual ArrayList GetRange(int index, int count) { method IndexOf (line 101) | public virtual int IndexOf(object value) { method IndexOf (line 105) | public virtual int IndexOf(object value, int startIndex) { method IndexOf (line 109) | public virtual int IndexOf(object value, int startIndex, int count) { method Insert (line 113) | public virtual void Insert(int index, object value) { method InsertRange (line 117) | public virtual void InsertRange(int index, ICollection c) { method LastIndexOf (line 125) | public virtual int LastIndexOf(object value) { method LastIndexOf (line 129) | public virtual int LastIndexOf(object value, int startIndex) { method LastIndexOf (line 133) | public virtual int LastIndexOf(object value, int startIndex, int count) { method Remove (line 137) | public virtual void Remove(object obj) { method RemoveAt (line 141) | public virtual void RemoveAt(int index) { method RemoveRange (line 145) | public virtual void RemoveRange(int index, int count) { method Reverse (line 149) | public virtual void Reverse() { method Reverse (line 153) | public virtual void Reverse(int index, int count) { method SetRange (line 157) | public virtual void SetRange(int index, ICollection c) { method Sort (line 161) | public virtual void Sort() { method Sort (line 165) | public virtual void Sort(IComparer comparer) { method Sort (line 169) | public virtual void Sort(int index, int count, IComparer comparer) { method ToArray (line 173) | public virtual object[] ToArray() { method ToArray (line 177) | public virtual Array ToArray(Type type) { method TromToSize (line 181) | public virtual void TromToSize() { FILE: corlib/System.Collections/DictionaryEntry.cs type DictionaryEntry (line 25) | public struct DictionaryEntry { method DictionaryEntry (line 30) | public DictionaryEntry(object key, object value) { FILE: corlib/System.Collections/ICollection.cs type ICollection (line 26) | public interface ICollection : IEnumerable { method CopyTo (line 34) | void CopyTo(Array array, int index); FILE: corlib/System.Collections/IComparer.cs type IComparer (line 24) | public interface IComparer { method Compare (line 26) | int Compare(object x, object y); FILE: corlib/System.Collections/IDictionary.cs type IDictionary (line 26) | public interface IDictionary : ICollection { method Add (line 33) | void Add(object key, object value); method Clear (line 34) | void Clear(); method Contains (line 35) | bool Contains(object key); method GetEnumerator (line 36) | new IDictionaryEnumerator GetEnumerator(); method Remove (line 37) | void Remove(object key); FILE: corlib/System.Collections/IDictionaryEnumerator.cs type IDictionaryEnumerator (line 26) | public interface IDictionaryEnumerator : IEnumerator { FILE: corlib/System.Collections/IEnumerable.cs type IEnumerable (line 24) | public interface IEnumerable { method GetEnumerator (line 26) | IEnumerator GetEnumerator(); FILE: corlib/System.Collections/IEnumerator.cs type IEnumerator (line 24) | public interface IEnumerator { method MoveNext (line 26) | bool MoveNext(); method Reset (line 27) | void Reset(); FILE: corlib/System.Collections/IEqualityComparer.cs type IEqualityComparer (line 29) | public interface IEqualityComparer { method Equals (line 31) | bool Equals(object x, object y); method GetHashCode (line 32) | int GetHashCode(object obj); FILE: corlib/System.Collections/IList.cs type IList (line 26) | public interface IList : ICollection, IEnumerable { method Add (line 34) | int Add(object value); method Clear (line 36) | void Clear(); method Contains (line 38) | bool Contains(object value); method IndexOf (line 40) | int IndexOf(object value); method Insert (line 42) | void Insert(int index, object value); method Remove (line 44) | void Remove(object value); method RemoveAt (line 46) | void RemoveAt(int index); FILE: corlib/System.Diagnostics/Debugger.cs class Debugger (line 25) | public sealed class Debugger { method Break (line 27) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: corlib/System.Globalization/Calendar.cs class Calendar (line 8) | public abstract class Calendar { method CreateByName (line 10) | internal static Calendar CreateByName(string name) { method GetEra (line 24) | public abstract int GetEra(DateTime dt); method GetDayOfMonth (line 25) | public abstract int GetDayOfMonth(DateTime time); method GetDayOfWeek (line 26) | public abstract DayOfWeek GetDayOfWeek(DateTime time); method GetMonth (line 27) | public abstract int GetMonth(DateTime time); method GetYear (line 28) | public abstract int GetYear(DateTime time); FILE: corlib/System.Globalization/CalendarWeekRule.cs type CalendarWeekRule (line 8) | public enum CalendarWeekRule { FILE: corlib/System.Globalization/CalendricalCalculations.cs class CCFixed (line 202) | internal class CCFixed { method ToDateTime (line 212) | public static System.DateTime ToDateTime(int date) { method ToDateTime (line 236) | public static System.DateTime ToDateTime(int date, method FromDateTime (line 255) | public static int FromDateTime(System.DateTime time) { method day_of_week (line 265) | public static DayOfWeek day_of_week(int date) { method kday_on_or_before (line 282) | public static int kday_on_or_before(int date, int k) { method kday_on_or_after (line 299) | public static int kday_on_or_after(int date, int k) { method kd_nearest (line 316) | public static int kd_nearest(int date, int k) { method kday_after (line 333) | public static int kday_after(int date, int k) { method kday_before (line 350) | public static int kday_before(int date, int k) { class CCGregorianCalendar (line 372) | internal class CCGregorianCalendar { type Month (line 381) | public enum Month { method is_leap_year (line 441) | public static bool is_leap_year(int year) { method fixed_from_dmy (line 470) | public static int fixed_from_dmy(int day, int month, int year) { method year_from_fixed (line 497) | public static int year_from_fixed(int date) { method my_from_fixed (line 525) | public static void my_from_fixed(out int month, out int year, method dmy_from_fixed (line 560) | public static void dmy_from_fixed(out int day, out int month, method month_from_fixed (line 575) | public static int month_from_fixed(int date) { method day_from_fixed (line 589) | public static int day_from_fixed(int date) { method date_difference (line 620) | public static int date_difference(int dayA, int monthA, int yearA, method day_number (line 643) | public static int day_number(int day, int month, int year) { method days_remaining (line 664) | public static int days_remaining(int day, int month, int year) { method AddMonths (line 682) | public static System.DateTime AddMonths(System.DateTime time, method AddYears (line 708) | public static System.DateTime AddYears(System.DateTime time, method GetDayOfMonth (line 732) | public static int GetDayOfMonth(System.DateTime time) { method GetDayOfYear (line 745) | public static int GetDayOfYear(System.DateTime time) { method GetDaysInMonth (line 762) | public static int GetDaysInMonth(int year, int month) { method GetDaysInYear (line 775) | public static int GetDaysInYear(int year) { method GetMonth (line 791) | public static int GetMonth(System.DateTime time) { method GetYear (line 805) | public static int GetYear(System.DateTime time) { method IsLeapDay (line 822) | public static bool IsLeapDay(int year, int month, int day) { method ToDateTime (line 848) | public static System.DateTime ToDateTime(int year, int month, int day, FILE: corlib/System.Globalization/CultureInfo.cs class CultureInfo (line 8) | public class CultureInfo { method GetCultureInfo (line 16) | public static CultureInfo GetCultureInfo(string name) { method GetCultures (line 43) | public static CultureInfo[] GetCultures(CultureTypes types) { method CultureInfo (line 74) | public CultureInfo(string name) { method ConstructInvariant (line 96) | private void ConstructInvariant() { method ConstructFromFile (line 106) | private void ConstructFromFile(string name) { method CopyFrom (line 141) | private void CopyFrom(CultureInfo ci) { method ToString (line 266) | public override string ToString() { FILE: corlib/System.Globalization/CultureTypes.cs type CultureTypes (line 4) | [Flags] FILE: corlib/System.Globalization/DateTimeFormatInfo.cs class DateTimeFormatInfo (line 6) | public sealed class DateTimeFormatInfo { method GetInstance (line 22) | public static DateTimeFormatInfo GetInstance(IFormatProvider fp) { method DateTimeFormatInfo (line 60) | internal DateTimeFormatInfo(StreamReader s, string calendarName) { method DateTimeFormatInfo (line 90) | public DateTimeFormatInfo() { method GetAbbreviatedDayName (line 148) | public string GetAbbreviatedDayName(DayOfWeek dow) { method GetAbbreviatedMonthName (line 152) | public string GetAbbreviatedMonthName(int m) { method GetDayName (line 156) | public string GetDayName(DayOfWeek dow) { method GetEraName (line 160) | public string GetEraName(int era) { method GetMonthName (line 164) | public string GetMonthName(int m) { FILE: corlib/System.Globalization/DigitShapes.cs type DigitShapes (line 4) | public enum DigitShapes { FILE: corlib/System.Globalization/GregorianCalendar.cs class GregorianCalendar (line 8) | public class GregorianCalendar : Calendar { method GregorianCalendar (line 14) | public GregorianCalendar() : this(GregorianCalendarTypes.Localized) { } method GregorianCalendar (line 16) | public GregorianCalendar(GregorianCalendarTypes type) { method GetEra (line 28) | public override int GetEra(DateTime dt) { method GetDayOfWeek (line 32) | public override DayOfWeek GetDayOfWeek(DateTime time) { method GetDayOfMonth (line 37) | public override int GetDayOfMonth(DateTime time) { method GetMonth (line 41) | public override int GetMonth(DateTime time) { method GetYear (line 45) | public override int GetYear(DateTime time) { FILE: corlib/System.Globalization/GregorianCalendarTypes.cs type GregorianCalendarTypes (line 8) | public enum GregorianCalendarTypes { FILE: corlib/System.Globalization/NumberFormatInfo.cs class NumberFormatInfo (line 6) | public class NumberFormatInfo : IFormatProvider { method GetInstance (line 27) | public static NumberFormatInfo GetInstance(IFormatProvider provider) { method ConvertToIntArray (line 70) | private static int[] ConvertToIntArray(string s) { method NumberFormatInfo (line 80) | internal NumberFormatInfo(StreamReader s) { method NumberFormatInfo (line 112) | public NumberFormatInfo() { method GetFormat (line 175) | public object GetFormat(Type formatType) { FILE: corlib/System.Globalization/NumberStyles.cs type NumberStyles (line 4) | public enum NumberStyles { FILE: corlib/System.Globalization/TextInfo.cs class TextInfo (line 6) | public class TextInfo { method TextInfo (line 16) | internal TextInfo(CultureInfo ci, StreamReader s) { method ToLower (line 80) | public char ToLower(char c) { method ToLower (line 85) | public string ToLower(string s) { method ToUpper (line 90) | public char ToUpper(char c) { method ToUpper (line 95) | public string ToUpper(string s) { method ToTitleCase (line 100) | public string ToTitleCase(string str) { FILE: corlib/System.Globalization/UnicodeCategory.cs type UnicodeCategory (line 4) | public enum UnicodeCategory { FILE: corlib/System.IO/CheckArgument.cs class CheckArgument (line 4) | internal static class CheckArgument { method WhitespaceOnly (line 8) | public static void WhitespaceOnly(string arg, string desc) { method WhitespaceOnly (line 20) | public static void WhitespaceOnly(string arg) { method Empty (line 27) | public static void Empty(string arg, string desc) { method Empty (line 36) | public static void Empty(string arg) { method Null (line 43) | public static void Null(Object arg, string desc) { method Null (line 52) | public static void Null(Object arg) { method PathChars (line 61) | public static void PathChars(string path, string desc) { method PathChars (line 72) | public static void PathChars(string path) { method PathLength (line 79) | public static void PathLength(string path, string desc) { method PathLength (line 86) | public static void PathLength(string path) { method Path (line 93) | public static void Path(string path, bool bAllowNull, bool bLength) { method Path (line 110) | public static void Path(string path, bool bAllowNull) { method Path (line 117) | public static void Path(string path) { FILE: corlib/System.IO/Directory.cs class Directory (line 4) | public static class Directory { method GetCurrentDirectory (line 6) | public static string GetCurrentDirectory() { method GetFiles (line 15) | public static string[] GetFiles(string path) { method GetFiles (line 19) | public static string[] GetFiles(string path, string pattern) { method GetFileSystemEntries (line 23) | private static string[] GetFileSystemEntries(string path, string patte... FILE: corlib/System.IO/DirectoryInfo.cs class DirectoryInfo (line 4) | public class DirectoryInfo : FileSystemInfo { method DirectoryInfo (line 9) | public DirectoryInfo(string path) { method GetFiles (line 49) | public FileInfo[] GetFiles() { method GetFiles (line 53) | public FileInfo[] GetFiles(string pattern) { FILE: corlib/System.IO/DirectoryNotFoundException.cs class DirectoryNotFoundException (line 4) | public class DirectoryNotFoundException : SystemException { method DirectoryNotFoundException (line 6) | public DirectoryNotFoundException() : base("Directory not found.") { } method DirectoryNotFoundException (line 7) | public DirectoryNotFoundException(string msg) : base(msg) { } FILE: corlib/System.IO/File.cs class File (line 4) | public static class File { method OpenRead (line 6) | public static FileStream OpenRead(string path) { method OpenText (line 10) | public static StreamReader OpenText(string path) { method Exists (line 14) | public static bool Exists(string path) { FILE: corlib/System.IO/FileAccess.cs type FileAccess (line 4) | public enum FileAccess : int { FILE: corlib/System.IO/FileAttributes.cs type FileAttributes (line 4) | public enum FileAttributes { FILE: corlib/System.IO/FileInfo.cs class FileInfo (line 4) | public sealed class FileInfo : FileSystemInfo { method FileInfo (line 10) | public FileInfo(string path) { FILE: corlib/System.IO/FileInternal.cs class FileInternal (line 5) | internal static class FileInternal { method Open (line 7) | [MethodImpl(MethodImplOptions.InternalCall)] method Read (line 10) | [MethodImpl(MethodImplOptions.InternalCall)] method Close (line 13) | [MethodImpl(MethodImplOptions.InternalCall)] method GetCurrentDirectory (line 16) | [MethodImpl(MethodImplOptions.InternalCall)] method GetFileAttributes (line 19) | [MethodImpl(MethodImplOptions.InternalCall)] method GetFileSystemEntries (line 22) | [MethodImpl(MethodImplOptions.InternalCall)] method GetException (line 30) | public static Exception GetException(int error, string path) { method ExistsFile (line 43) | public static bool ExistsFile(string path, out int error) { method ExistsDirectory (line 54) | public static bool ExistsDirectory(string path, out int error) { FILE: corlib/System.IO/FileMode.cs type FileMode (line 4) | public enum FileMode : int { FILE: corlib/System.IO/FileNotFoundException.cs class FileNotFoundException (line 4) | public class FileNotFoundException : IOException { method FileNotFoundException (line 6) | public FileNotFoundException(string msg) : base(msg) { } FILE: corlib/System.IO/FileShare.cs type FileShare (line 4) | public enum FileShare : int { FILE: corlib/System.IO/FileStream.cs class FileStream (line 4) | public class FileStream : Stream { method FileStream (line 10) | public FileStream(string filename, FileMode mode, FileAccess access, F... method Dispose (line 28) | protected override void Dispose(bool disposing) { method Flush (line 41) | public override void Flush() { method Read (line 45) | public override int Read(byte[] buffer, int offset, int count) { method Seek (line 61) | public override long Seek(long offset, SeekOrigin origin) { method SetLength (line 65) | public override void SetLength(long value) { method Write (line 69) | public override void Write(byte[] buffer, int offset, int count) { FILE: corlib/System.IO/FileSystemInfo.cs class FileSystemInfo (line 4) | public abstract class FileSystemInfo : MarshalByRefObject { method CheckPath (line 9) | internal void CheckPath(string path) { FILE: corlib/System.IO/IOException.cs class IOException (line 4) | public class IOException : SystemException { method IOException (line 6) | public IOException() : base("I/O Error") { } method IOException (line 7) | public IOException(string message) : base(message) { } FILE: corlib/System.IO/Path.cs class Path (line 4) | public static class Path { method ChangeExtension (line 216) | public static string ChangeExtension(string path, string extension) { method Combine (line 246) | public static string Combine(string path1, string path2) { method GetDirectoryName (line 278) | public static string GetDirectoryName(string path) { method GetExtension (line 307) | public static string GetExtension(string path) { method GetFileName (line 324) | public static string GetFileName(string path) { method GetFileNameWithoutExtension (line 338) | public static string GetFileNameWithoutExtension(string path) { method GetFullPath (line 342) | public static string GetFullPath(string path) { method WindowsDriveAdjustment (line 347) | internal static string WindowsDriveAdjustment(string path) { method InsecureGetFullPath (line 379) | internal static string InsecureGetFullPath(string path) { method IsDsc (line 429) | static bool IsDsc(char c) { method GetPathRoot (line 433) | public static string GetPathRoot(string path) { method GetTempFileName (line 481) | public static string GetTempFileName() { method HasExtension (line 496) | public static bool HasExtension(string path) { method IsPathRooted (line 504) | public static bool IsPathRooted(string path) { method GetInvalidFileNameChars (line 517) | public static char[] GetInvalidFileNameChars () method GetInvalidPathChars (line 530) | public static char[] GetInvalidPathChars () method GetRandomFileName (line 543) | public static string GetRandomFileName () method findExtension (line 549) | private static int findExtension(string path) { method Path (line 562) | static Path() { method SameRoot (line 589) | static bool SameRoot(string root, string path) { method CanonicalizePath (line 606) | static string CanonicalizePath(string path) { method IsPathSubsetOf (line 669) | static internal bool IsPathSubsetOf(string subset, string path) { FILE: corlib/System.IO/SearchPattern.cs class SearchPattern (line 4) | internal class SearchPattern { FILE: corlib/System.IO/SeekOrigin.cs type SeekOrigin (line 4) | public enum SeekOrigin : int { FILE: corlib/System.IO/Stream.cs class Stream (line 5) | public abstract class Stream : MarshalByRefObject, IDisposable { class NullStream (line 9) | private class NullStream : Stream { method Flush (line 15) | public override void Flush() { } method Read (line 16) | public override int Read(byte[] buffer, int offset, int count) { ret... method ReadByte (line 17) | public override int ReadByte() { return -1; } method Seek (line 18) | public override long Seek(long offset, SeekOrigin origin) { return 0; } method Write (line 19) | public override void Write(byte[] buffer, int offset, int count) { } method WriteByte (line 20) | public override void WriteByte(byte value) { } method SetLength (line 21) | public override void SetLength(long value) { } method Stream (line 24) | protected Stream() { method Dispose (line 39) | public void Dispose() { method Dispose (line 43) | void IDisposable.Dispose() { method Close (line 47) | public virtual void Close() { method Dispose (line 51) | protected virtual void Dispose(bool disposing) { method Flush (line 55) | public abstract void Flush(); method Read (line 57) | public abstract int Read([In, Out] byte[] buffer, int offset, int count); method ReadByte (line 59) | public virtual int ReadByte() { method Seek (line 68) | public abstract long Seek(long offset, SeekOrigin origin); method SetLength (line 70) | public abstract void SetLength(long value); method Write (line 72) | public abstract void Write(byte[] buffer, int offset, int count); method WriteByte (line 74) | public virtual void WriteByte(byte value) { FILE: corlib/System.IO/StreamReader.cs class StreamReader (line 8) | public class StreamReader : TextReader { class NullStreamReader (line 48) | private class NullStreamReader : StreamReader { method Peek (line 49) | public override int Peek() { method Read (line 53) | public override int Read() { method Read (line 57) | public override int Read([In, Out] char[] buffer, int index, int cou... method ReadLine (line 61) | public override string ReadLine() { method ReadToEnd (line 65) | public override string ReadToEnd() { method StreamReader (line 80) | internal StreamReader() { } method StreamReader (line 82) | public StreamReader(Stream stream) method StreamReader (line 85) | public StreamReader(Stream stream, bool detect_encoding_from_bytemarks) method StreamReader (line 88) | public StreamReader(Stream stream, Encoding encoding) method StreamReader (line 91) | public StreamReader(Stream stream, Encoding encoding, bool detect_enco... method StreamReader (line 94) | public StreamReader(Stream stream, Encoding encoding, bool detect_enco... method StreamReader (line 98) | public StreamReader(string path) method StreamReader (line 101) | public StreamReader(string path, bool detect_encoding_from_bytemarks) method StreamReader (line 104) | public StreamReader(string path, Encoding encoding) method StreamReader (line 107) | public StreamReader(string path, Encoding encoding, bool detect_encodi... method StreamReader (line 110) | public StreamReader(string path, Encoding encoding, bool detect_encodi... method Initialize (line 131) | internal void Initialize(Stream stream, Encoding encoding, bool detect... method Close (line 184) | public override void Close() { method Dispose (line 188) | protected override void Dispose(bool disposing) { method DoChecks (line 204) | int DoChecks(int count) { method DiscardBufferedData (line 270) | public void DiscardBufferedData() { method ReadBuffer (line 278) | private int ReadBuffer() { method Peek (line 310) | public override int Peek() { method Read (line 321) | public override int Read() { method Read (line 332) | public override int Read([In, Out] char[] dest_buffer, int index, int ... method FindNextEOL (line 370) | int FindNextEOL() { method ReadLine (line 394) | public override string ReadLine() { method ReadToEnd (line 444) | public override string ReadToEnd() { FILE: corlib/System.IO/TextReader.cs class TextReader (line 8) | public abstract class TextReader : MarshalByRefObject, IDisposable { method TextReader (line 10) | protected TextReader() { } method Close (line 14) | public virtual void Close() { method Dispose (line 18) | public void Dispose () method Dispose (line 23) | protected virtual void Dispose(bool disposing) { method Peek (line 27) | public virtual int Peek() { method Read (line 31) | public virtual int Read() { method Read (line 36) | public virtual int Read([In, Out] char[] buffer, int index, int count) { method ReadBlock (line 48) | public virtual int ReadBlock([In, Out] char[] buffer, int index, int c... method ReadLine (line 62) | public virtual string ReadLine() { method ReadToEnd (line 66) | public virtual string ReadToEnd() { method Synchronized (line 70) | public static TextReader Synchronized(TextReader reader) { class SynchronizedReader (line 83) | internal class SynchronizedReader : TextReader { method SynchronizedReader (line 86) | public SynchronizedReader(TextReader reader) { method Close (line 90) | public override void Close() { method Peek (line 96) | public override int Peek() { method ReadBlock (line 102) | public override int ReadBlock(char[] buffer, int index, int count) { method ReadLine (line 108) | public override string ReadLine() { method ReadToEnd (line 114) | public override string ReadToEnd() { method Read (line 120) | public override int Read() { method Read (line 126) | public override int Read(char[] buffer, int index, int count) { FILE: corlib/System.Reflection/DefaultMemberAttribute.cs class DefaultMemberAttribute (line 27) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | Attri... method DefaultMemberAttribute (line 32) | public DefaultMemberAttribute(string memberName) { FILE: corlib/System.Reflection/MemberInfo.cs class MemberInfo (line 28) | public abstract class MemberInfo { method MemberInfo (line 30) | protected MemberInfo() { FILE: corlib/System.Runtime.CompilerServices/IndexerNameAttribute.cs class IndexerNameAttribute (line 27) | [AttributeUsage(AttributeTargets.Property, Inherited = true)] method IndexerNameAttribute (line 30) | public IndexerNameAttribute(string indexName) { FILE: corlib/System.Runtime.CompilerServices/MethodImplAttribute.cs class MethodImplAttribute (line 27) | [AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor, ... method MethodImplAttribute (line 32) | public MethodImplAttribute() { method MethodImplAttribute (line 35) | public MethodImplAttribute(MethodImplOptions options) { FILE: corlib/System.Runtime.CompilerServices/MethodImplOptions.cs type MethodImplOptions (line 26) | [Flags] FILE: corlib/System.Runtime.CompilerServices/RuntimeHelpers.cs class RuntimeHelpers (line 26) | public static class RuntimeHelpers { method InitializeArray (line 28) | [MethodImplAttribute(MethodImplOptions.InternalCall)] FILE: corlib/System.Runtime.InteropServices/CallingConvention.cs type CallingConvention (line 24) | public enum CallingConvention { FILE: corlib/System.Runtime.InteropServices/CharSet.cs type CharSet (line 24) | public enum CharSet { FILE: corlib/System.Runtime.InteropServices/DllImportAttribute.cs class DllImportAttribute (line 25) | [AttributeUsage(AttributeTargets.Method)] method DllImportAttribute (line 39) | public DllImportAttribute(string dllName) { FILE: corlib/System.Runtime.InteropServices/ExternalException.cs class ExternalException (line 24) | public class ExternalException : SystemException { method ExternalException (line 26) | public ExternalException() : base("External exception") { } method ExternalException (line 28) | public ExternalException(string msg) : base(msg) { } method ExternalException (line 30) | public ExternalException(string msg, Exception inner) : base(msg, inne... method ExternalException (line 32) | public ExternalException(string msg, int err) FILE: corlib/System.Runtime.InteropServices/InAttribute.cs class InAttribute (line 25) | [AttributeUsage(AttributeTargets.Parameter, Inherited = false)] method InAttribute (line 27) | public InAttribute() { } FILE: corlib/System.Runtime.InteropServices/OutAttribute.cs class OutAttribute (line 27) | [AttributeUsage(AttributeTargets.Parameter, Inherited = false)] method OutAttribute (line 29) | public OutAttribute() { } FILE: corlib/System.Text/Decoder.cs class Decoder (line 24) | public abstract class Decoder { method GetChars (line 25) | public virtual int GetChars(byte[] bytes, int byteIndex, int byteCount... method GetChars (line 29) | public virtual int GetChars(byte[] bytes, int byteIndex, int byteCount... method GetCharsSafe (line 40) | protected abstract int GetCharsSafe(byte[] bytes, int byteIndex, int b... FILE: corlib/System.Text/Encoding.cs class Encoding (line 25) | public abstract class Encoding : ICloneable { method GetPreamble (line 76) | public virtual byte[] GetPreamble() { method GetMaxCharCount (line 80) | public abstract int GetMaxCharCount(int byteCount); method GetDecoder (line 82) | public abstract Decoder GetDecoder(); method Clone (line 87) | public object Clone() { FILE: corlib/System.Text/StringBuilder.cs class StringBuilder (line 29) | public sealed class StringBuilder { method StringBuilder (line 40) | public StringBuilder() : this(defaultInitialCapacity, defaultMaxCapaci... method StringBuilder (line 42) | public StringBuilder(int initialCapacity) : this(initialCapacity, defa... method StringBuilder (line 44) | public StringBuilder(int initialCapacity, int maxCapacity) { method StringBuilder (line 50) | public StringBuilder(string value) method StringBuilder (line 57) | public StringBuilder(string value, int initialCapacity) method StringBuilder (line 64) | public StringBuilder(string value, int startIndex, int length, int ini... method ToString (line 77) | public override string ToString() { method ToString (line 81) | public string ToString(int startIndex, int length) { method EnsureSpace (line 88) | private void EnsureSpace(int space) { method CopyTo (line 139) | public void CopyTo(int srcIndex, char[] dst, int dstIndex, int count) { method EnsureCapacity (line 150) | public void EnsureCapacity(int capacity) { method Remove (line 157) | public StringBuilder Remove(int startIndex, int length) { method Append (line 168) | public StringBuilder Append(string value) { method Append (line 177) | public StringBuilder Append(string value, int startIndex, int count) { method Append (line 191) | public StringBuilder Append(char value) { method Append (line 197) | public StringBuilder Append(char value, int repeatCount) { method Append (line 208) | public StringBuilder Append(char[] value) { method Append (line 219) | public StringBuilder Append(char[] value, int startIndex, int charCoun... method Append (line 232) | public StringBuilder Append(object value) { method Append (line 239) | public StringBuilder Append(bool value) { method Append (line 243) | public StringBuilder Append(byte value) { method Append (line 247) | public StringBuilder Append(decimal value) { method Append (line 251) | public StringBuilder Append(double value) { method Append (line 255) | public StringBuilder Append(short value) { method Append (line 259) | public StringBuilder Append(int value) { method Append (line 263) | public StringBuilder Append(long value) { method Append (line 267) | public StringBuilder Append(sbyte value) { method Append (line 271) | public StringBuilder Append(float value) { method Append (line 275) | public StringBuilder Append(ushort value) { method Append (line 279) | public StringBuilder Append(uint value) { method Append (line 283) | public StringBuilder Append(ulong value) { method AppendFormat (line 291) | public StringBuilder AppendFormat(string format, object obj0) { method AppendFormat (line 296) | public StringBuilder AppendFormat(string format, object obj0, object o... method AppendFormat (line 301) | public StringBuilder AppendFormat(string format, object obj0, object o... method AppendFormat (line 306) | public StringBuilder AppendFormat(string format, params object[] objs) { method AppendFormat (line 311) | public StringBuilder AppendFormat(IFormatProvider provider, string for... method AppendLine (line 320) | public StringBuilder AppendLine() { method AppendLine (line 324) | public StringBuilder AppendLine(string value) { method Insert (line 332) | public StringBuilder Insert(int index, string value) { method Insert (line 349) | public StringBuilder Insert(int index, bool value) { method Insert (line 353) | public StringBuilder Insert(int index, byte value) { method Insert (line 357) | public StringBuilder Insert(int index, char value) { method Insert (line 361) | public StringBuilder Insert(int index, char[] value) { method Insert (line 365) | public StringBuilder Insert(int index, decimal value) { method Insert (line 369) | public StringBuilder Insert(int index, double value) { method Insert (line 373) | public StringBuilder Insert(int index, short value) { method Insert (line 377) | public StringBuilder Insert(int index, int value) { method Insert (line 381) | public StringBuilder Insert(int index, long value) { method Insert (line 385) | public StringBuilder Insert(int index, object value) { method Insert (line 389) | public StringBuilder Insert(int index, sbyte value) { method Insert (line 393) | public StringBuilder Insert(int index, float value) { method Insert (line 397) | public StringBuilder Insert(int index, ushort value) { method Insert (line 401) | public StringBuilder Insert(int index, uint value) { method Insert (line 405) | public StringBuilder Insert(int index, ulong value) { method Insert (line 409) | public StringBuilder Insert(int index, string value, int count) { method Insert (line 423) | public StringBuilder Insert(int index, char[] value, int startIndex, i... method Replace (line 437) | public StringBuilder Replace(char oldChar, char newChar) { method Replace (line 441) | public StringBuilder Replace(string oldValue, string newValue) { method Replace (line 445) | public StringBuilder Replace(char oldChar, char newChar, int startInde... method Replace (line 457) | public StringBuilder Replace(string oldValue, string newValue, int sta... FILE: corlib/System.Text/UTF8Encoding.cs class UTF8Encoding (line 4) | public class UTF8Encoding : Encoding { class UTF8Decoder (line 6) | private class UTF8Decoder : Decoder { method GetCharsSafe (line 11) | protected override int GetCharsSafe(byte[] bytes, int byteIndex, int... method UTF8Encoding (line 78) | public UTF8Encoding() : this(false, false) { } method UTF8Encoding (line 80) | public UTF8Encoding(bool encoderShouldEmitUTF8Identifier) : this(encod... method UTF8Encoding (line 82) | public UTF8Encoding(bool encoderShouldEmitUTF8Identifier, bool throwOn... method GetPreamble (line 87) | public override byte[] GetPreamble() { method GetMaxCharCount (line 95) | public override int GetMaxCharCount(int byteCount) { method GetDecoder (line 102) | public override Decoder GetDecoder() { FILE: corlib/System.Text/UnicodeEncoding.cs class UnicodeEncoding (line 4) | public class UnicodeEncoding : Encoding { class UnicodeDecoder (line 6) | private class UnicodeDecoder : Decoder { method UnicodeDecoder (line 10) | public UnicodeDecoder(bool bigEndian) { method GetCharsSafe (line 14) | protected override int GetCharsSafe(byte[] bytes, int byteIndex, int... method UnicodeEncoding (line 23) | public UnicodeEncoding() : this(false, true, false) { } method UnicodeEncoding (line 25) | public UnicodeEncoding(bool bigEndian, bool byteOrderMark) : this(bigE... method UnicodeEncoding (line 27) | public UnicodeEncoding(bool bigEndian, bool byteOrderMark, bool throwO... method GetPreamble (line 33) | public override byte[] GetPreamble() { method GetMaxCharCount (line 45) | public override int GetMaxCharCount(int byteCount) { method GetDecoder (line 52) | public override Decoder GetDecoder() { FILE: corlib/System.Threading/Interlocked.cs class Interlocked (line 25) | public static class Interlocked { method CompareExchange (line 27) | [MethodImpl(MethodImplOptions.InternalCall)] method Increment (line 30) | [MethodImpl(MethodImplOptions.InternalCall)] method Decrement (line 33) | [MethodImpl(MethodImplOptions.InternalCall)] method Add (line 36) | [MethodImpl(MethodImplOptions.InternalCall)] method Exchange (line 39) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: corlib/System.Threading/Monitor.cs class Monitor (line 26) | public static class Monitor { method Internal_TryEnter (line 28) | [MethodImpl(MethodImplOptions.InternalCall)] method Enter (line 31) | public static void Enter(object obj) { method Internal_Exit (line 38) | [MethodImpl(MethodImplOptions.InternalCall)] method Exit (line 41) | public static void Exit(object obj) { FILE: corlib/System.Threading/Thread.cs class Thread (line 27) | public sealed class Thread { method Sleep (line 39) | [MethodImpl(MethodImplOptions.InternalCall)] method Thread (line 47) | [MethodImpl(MethodImplOptions.InternalCall)] method Thread (line 50) | [MethodImpl(MethodImplOptions.InternalCall)] method Start (line 78) | [MethodImpl(MethodImplOptions.InternalCall)] method Start (line 81) | public void Start(object param) { FILE: corlib/System.Threading/ThreadState.cs type ThreadState (line 25) | [Flags] FILE: corlib/System.Threading/WaitHandle.cs class WaitHandle (line 26) | public abstract class WaitHandle : MarshalByRefObject, IDisposable { method Dispose (line 28) | public void Dispose() { FILE: corlib/System/Activator.cs class Activator (line 27) | public static class Activator { FILE: corlib/System/ArgumentException.cs class ArgumentException (line 24) | public class ArgumentException : SystemException { method ArgumentException (line 28) | public ArgumentException() : base("An invalid argument was specified."... method ArgumentException (line 30) | public ArgumentException(string message) : base(message) { } method ArgumentException (line 32) | public ArgumentException(string message, Exception innerException) : b... method ArgumentException (line 34) | public ArgumentException(string message, string paramName) FILE: corlib/System/ArgumentNullException.cs class ArgumentNullException (line 24) | public class ArgumentNullException : ArgumentException { method ArgumentNullException (line 26) | public ArgumentNullException() : base("Argument cannot be null.") { } method ArgumentNullException (line 28) | public ArgumentNullException(string paramName) : base("Argument cannot... method ArgumentNullException (line 30) | public ArgumentNullException(string paramName, string message) : base(... method ArgumentNullException (line 32) | public ArgumentNullException(string message, Exception innerException) FILE: corlib/System/ArgumentOutOfRangeException.cs class ArgumentOutOfRangeException (line 24) | public class ArgumentOutOfRangeException : ArgumentException { method ArgumentOutOfRangeException (line 26) | public ArgumentOutOfRangeException() : base("Argument is out of range.... method ArgumentOutOfRangeException (line 28) | public ArgumentOutOfRangeException(string paramName) : base("Argument ... method ArgumentOutOfRangeException (line 30) | public ArgumentOutOfRangeException(string paramName, string msg) : bas... FILE: corlib/System/ArithmeticException.cs class ArithmeticException (line 24) | public class ArithmeticException : SystemException { method ArithmeticException (line 26) | public ArithmeticException() : base("Overflow or underflow in the arit... method ArithmeticException (line 27) | public ArithmeticException(string msg) : base(msg) { } FILE: corlib/System/Array.cs class Array (line 29) | public abstract class Array : ICloneable, IList, ICollection, IEnumerable { class NonGenericEnumerator (line 31) | private class NonGenericEnumerator : IEnumerator { method NonGenericEnumerator (line 36) | public NonGenericEnumerator(Array array) { method MoveNext (line 54) | public bool MoveNext() { method Reset (line 59) | public void Reset() { type GenericEnumerator (line 65) | private struct GenericEnumerator : IEnumerator { method GenericEnumerator (line 70) | public GenericEnumerator(Array array) { method Dispose (line 88) | public void Dispose() { method MoveNext (line 97) | public bool MoveNext() { method Reset (line 102) | public void Reset() { method Array (line 107) | private Array() { method Internal_GetGenericEnumerator (line 113) | private IEnumerator Internal_GetGenericEnumerator() { method Internal_GenericIsReadOnly (line 117) | private bool Internal_GenericIsReadOnly() { method Internal_GenericAdd (line 121) | private void Internal_GenericAdd(T item) { method Internal_GenericClear (line 125) | private void Internal_GenericClear() { method Internal_GenericContains (line 129) | private bool Internal_GenericContains(T item) { method Internal_GenericCopyTo (line 133) | private void Internal_GenericCopyTo(T[] array, int arrayIndex) { method Internal_GenericRemove (line 137) | private bool Internal_GenericRemove(T item) { method Internal_GenericIndexOf (line 141) | private int Internal_GenericIndexOf(T item) { method Internal_GenericInsert (line 145) | private void Internal_GenericInsert(int index, T item) { method Internal_GenericRemoveAt (line 149) | private void Internal_GenericRemoveAt(int index) { method Internal_GenericGetItem (line 153) | private T Internal_GenericGetItem(int index) { method Internal_GenericSetItem (line 157) | private void Internal_GenericSetItem(int index, T value) { method Internal_GetValue (line 174) | [MethodImpl(MethodImplOptions.InternalCall)] method Internal_SetValue (line 180) | [MethodImpl(MethodImplOptions.InternalCall)] method Clear (line 183) | [MethodImpl(MethodImplOptions.InternalCall)] method Internal_Copy (line 186) | [MethodImpl(MethodImplOptions.InternalCall)] method Resize (line 189) | [MethodImpl(MethodImplOptions.InternalCall)] method Reverse (line 192) | [MethodImpl(MethodImplOptions.InternalCall)] method Reverse (line 195) | public static void Reverse(Array array) { method IndexOf (line 199) | public static int IndexOf(Array array, object value) { method IndexOf (line 203) | public static int IndexOf(Array array, object value, int startIndex) { method IndexOf (line 207) | public static int IndexOf(Array array, object value, int startIndex, i... method Copy (line 223) | public static void Copy(Array srcArray, int srcIndex, Array dstArray, ... method Copy (line 255) | public static void Copy(Array srcArray, Array dstArray, int length) { method IndexOf (line 259) | public static int IndexOf(T[] array, T value) { method IndexOf (line 263) | public static int IndexOf(T[] array, T value, int startIndex) { method IndexOf (line 267) | public static int IndexOf(T[] array, T value, int startIndex, int c... method GetValue (line 271) | public object GetValue(int index) { method SetValue (line 278) | public void SetValue(object value, int index) { method GetLength (line 293) | public int GetLength(int dimension) { method GetLowerBound (line 300) | public int GetLowerBound(int dimension) { method GetUpperBound (line 307) | public int GetUpperBound(int dimension) { method ConvertAll (line 314) | public static TOutput[] ConvertAll(TInput[] array, Co... method Clone (line 334) | public object Clone() { method Add (line 365) | int IList.Add(object value) { method Clear (line 369) | void IList.Clear() { method Contains (line 373) | bool IList.Contains(object value) { method IndexOf (line 377) | int IList.IndexOf(object value) { method Insert (line 381) | void IList.Insert(int index, object value) { method Remove (line 385) | void IList.Remove(object value) { method RemoveAt (line 389) | void IList.RemoveAt(int index) { method CopyTo (line 411) | public void CopyTo(Array array, int index) { method GetEnumerator (line 415) | public IEnumerator GetEnumerator() { method GetEnumerator (line 419) | IEnumerator IEnumerable.GetEnumerator() { FILE: corlib/System/ArrayTypeMismatchException.cs class ArrayTypeMismatchException (line 24) | public class ArrayTypeMismatchException : SystemException { method ArrayTypeMismatchException (line 26) | public ArrayTypeMismatchException() : base("Source array type cannot b... method ArrayTypeMismatchException (line 27) | public ArrayTypeMismatchException(string msg) : base(msg) { } FILE: corlib/System/Attribute.cs class Attribute (line 24) | public abstract class Attribute { FILE: corlib/System/AttributeTargets.cs type AttributeTargets (line 25) | public enum AttributeTargets { FILE: corlib/System/AttributeUsageAttribute.cs class AttributeUsageAttribute (line 27) | [AttributeUsage(AttributeTargets.Class)] method AttributeUsageAttribute (line 34) | public AttributeUsageAttribute(AttributeTargets validOn) { FILE: corlib/System/BitConverter.cs class BitConverter (line 5) | public static class BitConverter { method AmILittleEndian (line 9) | private unsafe static bool AmILittleEndian() { method DoubleToInt64Bits (line 15) | public unsafe static long DoubleToInt64Bits(double value) { FILE: corlib/System/Boolean.cs type Boolean (line 24) | public struct Boolean : IComparable, IComparable, IEquatable { method ToString (line 31) | public override string ToString() { method Equals (line 35) | public override bool Equals(object obj) { method GetHashCode (line 39) | public override int GetHashCode() { method Parse (line 43) | public static bool Parse(string value) { method CompareTo (line 59) | public int CompareTo(object obj) { method CompareTo (line 73) | public int CompareTo(bool x) { method Equals (line 81) | public bool Equals(bool x) { FILE: corlib/System/Byte.cs type Byte (line 5) | public struct Byte : IFormattable, IComparable, IComparable, IEqua... method Equals (line 13) | public override bool Equals(object obj) { method GetHashCode (line 17) | public override int GetHashCode() { method ToString (line 23) | public override string ToString() { method ToString (line 27) | public string ToString(IFormatProvider formatProvider) { method ToString (line 31) | public string ToString(string format) { method ToString (line 35) | public string ToString(string format, IFormatProvider formatProvider) { method CompareTo (line 44) | public int CompareTo(object obj) { method CompareTo (line 58) | public int CompareTo(byte x) { method Equals (line 66) | public bool Equals(byte x) { FILE: corlib/System/Char.cs type Char (line 30) | public struct Char : IComparable, IComparable, IEquatable { method ToString (line 44) | public override string ToString() { method Equals (line 48) | public override bool Equals(object obj) { method GetHashCode (line 52) | public override int GetHashCode() { method GetUnicodeCategory (line 56) | [MethodImpl(MethodImplOptions.InternalCall)] method GetUnicodeCategory (line 59) | public static UnicodeCategory GetUnicodeCategory(string str, int index) { method IsWhiteSpace (line 69) | public static bool IsWhiteSpace(char c) { method IsWhiteSpace (line 79) | public static bool IsWhiteSpace(string str, int index) { method IsLetter (line 89) | public static bool IsLetter(char c) { method IsLetter (line 93) | public static bool IsLetter(string str, int index) { method IsDigit (line 103) | public static bool IsDigit(char c) { method IsDigit (line 107) | public static bool IsDigit(string str, int index) { method IsLower (line 117) | public static bool IsLower(char c) { method IsLower (line 121) | public static bool IsLower(string str, int index) { method IsUpper (line 131) | public static bool IsUpper(char c) { method IsUpper (line 135) | public static bool IsUpper(string str, int index) { method ToLowerInvariant (line 145) | [MethodImpl(MethodImplOptions.InternalCall)] method ToLower (line 148) | public static char ToLower(char c) { method ToLower (line 152) | public static char ToLower(char c, CultureInfo culture) { method ToUpperInvariant (line 164) | [MethodImpl(MethodImplOptions.InternalCall)] method ToUpper (line 167) | public static char ToUpper(char c) { method ToUpper (line 171) | public static char ToUpper(char c, CultureInfo culture) { method CompareTo (line 185) | public int CompareTo(object obj) { method CompareTo (line 199) | public int CompareTo(char x) { method Equals (line 207) | public bool Equals(char x) { FILE: corlib/System/CharEnumerator.cs class CharEnumerator (line 7) | public sealed class CharEnumerator : ICloneable, IEnumerator, IEnumerato... method CharEnumerator (line 13) | internal CharEnumerator(string s) { method Clone (line 21) | public object Clone() { method MoveNext (line 35) | public bool MoveNext() { method Reset (line 40) | public void Reset() { method Dispose (line 61) | public void Dispose() { FILE: corlib/System/Console.cs class Console (line 26) | public static class Console { method Write (line 39) | [MethodImpl(MethodImplOptions.InternalCall)] method Internal_ReadKey (line 42) | [MethodImpl(MethodImplOptions.InternalCall)] method Internal_KeyAvailable (line 45) | [MethodImpl(MethodImplOptions.InternalCall)] method Write (line 50) | public static void Write(object value) { method Write (line 56) | public static void Write(char value) { method Write (line 60) | public static void Write(string format, params object[] args) { method Write (line 64) | public static void Write(string format, object obj1) { method Write (line 68) | public static void Write(string format, object obj1, object obj2) { method Write (line 72) | public static void Write(string format, object obj1, object obj2, obje... method Write (line 76) | public static void Write(string format, object obj1, object obj2, obje... method WriteLine (line 84) | public static void WriteLine(string value) { method WriteLine (line 89) | public static void WriteLine() { method WriteLine (line 93) | public static void WriteLine(bool value) { method WriteLine (line 97) | public static void WriteLine(sbyte value) { method WriteLine (line 101) | public static void WriteLine(byte value) { method WriteLine (line 105) | public static void WriteLine(int value) { method WriteLine (line 109) | public static void WriteLine(uint value) { method WriteLine (line 113) | public static void WriteLine(long value) { method WriteLine (line 117) | public static void WriteLine(ulong value) { method WriteLine (line 121) | public static void WriteLine(char value) { method WriteLine (line 125) | public static void WriteLine(float value) { method WriteLine (line 129) | public static void WriteLine(double value) { method WriteLine (line 133) | public static void WriteLine(object value) { method WriteLine (line 141) | public static void WriteLine(string format, params object[] args) { method WriteLine (line 145) | public static void WriteLine(string format, object obj1) { method WriteLine (line 149) | public static void WriteLine(string format, object obj1, object obj2) { method WriteLine (line 153) | public static void WriteLine(string format, object obj1, object obj2, ... method WriteLine (line 157) | public static void WriteLine(string format, object obj1, object obj2, ... method ReadKey (line 171) | public static ConsoleKeyInfo ReadKey() { method ReadKey (line 175) | public static ConsoleKeyInfo ReadKey(bool intercept) { FILE: corlib/System/ConsoleKey.cs type ConsoleKey (line 4) | public enum ConsoleKey { FILE: corlib/System/ConsoleKeyInfo.cs type ConsoleKeyInfo (line 24) | public struct ConsoleKeyInfo { method ConsoleKeyInfo (line 30) | public ConsoleKeyInfo(char keyChar, ConsoleKey key, bool shift, bool a... method ConsoleKeyInfo (line 37) | internal ConsoleKeyInfo(ConsoleKeyInfo other) { method SetKey (line 43) | internal void SetKey(ConsoleKey key) { method SetKeyChar (line 47) | internal void SetKeyChar(char keyChar) { method SetModifiers (line 51) | internal void SetModifiers(bool shift, bool alt, bool control) { method Equals (line 69) | public override bool Equals(object o) { method Equals (line 75) | public bool Equals(ConsoleKeyInfo o) { method GetHashCode (line 79) | public override int GetHashCode() { FILE: corlib/System/ConsoleModifiers.cs type ConsoleModifiers (line 4) | [Flags] FILE: corlib/System/DateTime.cs type DateTime (line 7) | public struct DateTime : IFormattable, IComparable, IComparable, I... method IsNaN (line 36) | public static bool IsNaN(double d) { method IsNegativeInfinity (line 42) | public static bool IsNegativeInfinity(double d) { method IsPositiveInfinity (line 46) | public static bool IsPositiveInfinity(double d) { method IsInfinity (line 50) | public static bool IsInfinity(double d) { method Equals (line 54) | public override bool Equals(object o) { method GetHashCode (line 64) | public override unsafe int GetHashCode() { method ToString (line 69) | public override string ToString() { method ToString (line 73) | public string ToString(IFormatProvider fp) { method ToString (line 77) | public string ToString(string format) { method ToString (line 81) | public string ToString(string format, IFormatProvider fp) { method CompareTo (line 88) | public int CompareTo(object obj) { method CompareTo (line 102) | public int CompareTo(double x) { method Equals (line 116) | public bool Equals(double x) { FILE: corlib/System/Enum.cs class Enum (line 9) | public abstract class Enum : ValueType { method Internal_GetInfo (line 11) | [MethodImpl(MethodImplOptions.InternalCall)] method GetNames (line 16) | public static string[] GetNames(Type enumType) { type EnumInfo (line 27) | private struct EnumInfo { method GetInfo (line 31) | public static EnumInfo GetInfo(Type enumType) { method GetName (line 43) | public string GetName(int value) { method GetNames (line 66) | public string[] GetNames() { method Enum (line 76) | protected Enum() { } method Internal_GetValue (line 78) | [MethodImpl(MethodImplOptions.InternalCall)] method GetName (line 81) | public static string GetName(Type enumType, object value) { method Format (line 92) | public static string Format(Type enumType, object value, string format) { method ToString (line 107) | public override string ToString() { FILE: corlib/System/Environment.cs class Environment (line 26) | public static class Environment { method GetOSVersionString (line 52) | [MethodImplAttribute(MethodImplOptions.InternalCall)] FILE: corlib/System/Exception.cs class Exception (line 4) | public class Exception { method Exception (line 10) | public Exception() { } method Exception (line 12) | public Exception(string message) { method Exception (line 16) | public Exception(string message, Exception innerException) { method ToString (line 38) | public override string ToString() { FILE: corlib/System/FlagsAttribute.cs class FlagsAttribute (line 25) | [AttributeUsage(AttributeTargets.Enum, Inherited=false)] FILE: corlib/System/FormatException.cs class FormatException (line 4) | public class FormatException : SystemException { method FormatException (line 5) | public FormatException() : base("Invalid Format.") { } method FormatException (line 6) | public FormatException(string msg) : base(msg) { } FILE: corlib/System/GC.cs class GC (line 25) | public static class GC { method Internal_CollectionCount (line 33) | [MethodImpl(MethodImplOptions.InternalCall)] method Collect (line 36) | [MethodImpl(MethodImplOptions.InternalCall)] method Collect (line 39) | public static void Collect(int generation) { method CollectionCount (line 46) | public static int CollectionCount(int generation) { method GetGeneration (line 56) | public static int GetGeneration(object obj) { method GetGeneration (line 63) | public static int GetGeneration(WeakReference wr) { method GetTotalMemory (line 70) | [MethodImpl(MethodImplOptions.InternalCall)] method SuppressFinalize (line 73) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: corlib/System/IAsyncResult.cs type IAsyncResult (line 6) | public interface IAsyncResult { FILE: corlib/System/ICloneable.cs type ICloneable (line 24) | public interface ICloneable { method Clone (line 26) | object Clone(); FILE: corlib/System/IComparable.cs type IComparable (line 5) | public interface IComparable { method CompareTo (line 6) | int CompareTo(object obj); method CompareTo (line 10) | int CompareTo(T x); type IComparable (line 9) | public interface IComparable { method CompareTo (line 6) | int CompareTo(object obj); method CompareTo (line 10) | int CompareTo(T x); FILE: corlib/System/ICustomFormatter.cs type ICustomFormatter (line 24) | public interface ICustomFormatter { method Format (line 26) | string Format(string format, object arg, IFormatProvider formatProvider); FILE: corlib/System/IDisposable.cs type IDisposable (line 4) | public interface IDisposable { method Dispose (line 5) | void Dispose(); FILE: corlib/System/IEquatable.cs type IEquatable (line 25) | public interface IEquatable { method Equals (line 26) | bool Equals(T x); FILE: corlib/System/IFormatProvider.cs type IFormatProvider (line 8) | public interface IFormatProvider { method GetFormat (line 9) | object GetFormat(Type formatType); FILE: corlib/System/IFormattable.cs type IFormattable (line 24) | public interface IFormattable { method ToString (line 26) | string ToString(string format, IFormatProvider formatProvider); FILE: corlib/System/IndexOutOfRangeException.cs class IndexOutOfRangeException (line 4) | public class IndexOutOfRangeException : SystemException { method IndexOutOfRangeException (line 6) | public IndexOutOfRangeException() : base("Array index is out of range.... method IndexOutOfRangeException (line 8) | public IndexOutOfRangeException(string message) : base(message) { } method IndexOutOfRangeException (line 10) | public IndexOutOfRangeException(string message, Exception innerException) FILE: corlib/System/Int16.cs type Int16 (line 25) | public struct Int16 : IFormattable, IComparable, IComparable, IEq... method Equals (line 33) | public override bool Equals(object obj) { method GetHashCode (line 37) | public override int GetHashCode() { method ToString (line 41) | public override string ToString() { method ToString (line 45) | public string ToString(IFormatProvider formatProvider) { method ToString (line 49) | public string ToString(string format) { method ToString (line 53) | public string ToString(string format, IFormatProvider formatProvider) { method CompareTo (line 60) | public int CompareTo(object obj) { method CompareTo (line 74) | public int CompareTo(short x) { method Equals (line 82) | public bool Equals(short x) { FILE: corlib/System/Int32.cs type Int32 (line 8) | public struct Int32 : IFormattable, IComparable, IComparable,IEquat... method Equals (line 14) | public override bool Equals(object obj) { method GetHashCode (line 18) | public override int GetHashCode() { method Parse (line 24) | public static int Parse(string s) { method Parse (line 28) | public static int Parse(string s, NumberStyles style) { method Parse (line 32) | public static int Parse(string s, IFormatProvider formatProvider) { method Parse (line 36) | public static int Parse(string s, NumberStyles style, IFormatProvider ... method TryParse (line 45) | public static bool TryParse(string s, out int result) { method TryParse (line 49) | public static bool TryParse(string s, NumberStyles style,IFormatProvid... method ToString (line 58) | public override string ToString() { method ToString (line 62) | public string ToString(IFormatProvider formatProvider) { method ToString (line 66) | public string ToString(string format) { method ToString (line 70) | public string ToString(string format, IFormatProvider formatProvider) { method CompareTo (line 79) | public int CompareTo(object obj) { method CompareTo (line 93) | public int CompareTo(int x) { method Equals (line 101) | public bool Equals(int x) { FILE: corlib/System/Int64.cs type Int64 (line 26) | public struct Int64 : IFormattable, IComparable, IComparable, IEqu... method Equals (line 32) | public override bool Equals(object o) { method GetHashCode (line 36) | public override int GetHashCode() { method ToString (line 40) | public override string ToString() { method ToString (line 44) | public string ToString(IFormatProvider formatProvider) { method ToString (line 48) | public string ToString(string format) { method ToString (line 52) | public string ToString(string format, IFormatProvider formatProvider) { method CompareTo (line 59) | public int CompareTo(object obj) { method CompareTo (line 73) | public int CompareTo(long x) { method Equals (line 81) | public bool Equals(long x) { FILE: corlib/System/IntPtr.cs type IntPtr (line 4) | public unsafe struct IntPtr { method IntPtr (line 10) | public IntPtr(int value) { method IntPtr (line 14) | public IntPtr(long value) { method IntPtr (line 18) | public IntPtr(void* value) { method ToInt32 (line 28) | public int ToInt32() { method ToInt64 (line 32) | public long ToInt64() { method Equals (line 36) | public override bool Equals(object obj) { method GetHashCode (line 40) | public override int GetHashCode() { method ToString (line 52) | public override string ToString() { FILE: corlib/System/InvalidCastException.cs class InvalidCastException (line 22) | public class InvalidCastException : SystemException { method InvalidCastException (line 24) | public InvalidCastException() : base("An invalid cast has occured") { } FILE: corlib/System/InvalidOperationException.cs class InvalidOperationException (line 2) | public class InvalidOperationException : SystemException { method InvalidOperationException (line 4) | public InvalidOperationException() method InvalidOperationException (line 7) | public InvalidOperationException(string message) : base(message) { } method InvalidOperationException (line 9) | public InvalidOperationException(string message, Exception innerExcept... FILE: corlib/System/MarshalByRefObject.cs class MarshalByRefObject (line 24) | public abstract class MarshalByRefObject { FILE: corlib/System/Math.cs class Math (line 29) | public static class Math { method Abs (line 36) | public static sbyte Abs(sbyte v) { method Abs (line 43) | public static short Abs(short v) { method Abs (line 50) | public static int Abs(int v) { method Abs (line 57) | public static long Abs(long v) { method Abs (line 64) | public static float Abs(float v) { method Abs (line 68) | public static double Abs(double v) { method Min (line 76) | public static sbyte Min(sbyte v1, sbyte v2) { method Min (line 80) | public static short Min(short v1, short v2) { method Min (line 84) | public static int Min(int v1, int v2) { method Min (line 88) | public static long Min(long v1, long v2) { method Min (line 92) | public static byte Min(byte v1, byte v2) { method Min (line 96) | public static ushort Min(ushort v1, ushort v2) { method Min (line 100) | public static uint Min(uint v1, uint v2) { method Min (line 104) | public static ulong Min(ulong v1, ulong v2) { method Min (line 108) | public static float Min(float v1, float v2) { method Min (line 115) | public static double Min(double v1, double v2) { method Max (line 126) | public static sbyte Max(sbyte v1, sbyte v2) { method Max (line 130) | public static short Max(short v1, short v2) { method Max (line 134) | public static int Max(int v1, int v2) { method Max (line 138) | public static long Max(long v1, long v2) { method Max (line 142) | public static byte Max(byte v1, byte v2) { method Max (line 146) | public static ushort Max(ushort v1, ushort v2) { method Max (line 150) | public static uint Max(uint v1, uint v2) { method Max (line 154) | public static ulong Max(ulong v1, ulong v2) { method Max (line 158) | public static float Max(float v1, float v2) { method Max (line 165) | public static double Max(double v1, double v2) { method Sign (line 176) | public static int Sign(sbyte v) { method Sign (line 180) | public static int Sign(short v) { method Sign (line 184) | public static int Sign(int v) { method Sign (line 188) | public static int Sign(long v) { method Sign (line 192) | public static int Sign(float v) { method Sign (line 199) | public static int Sign(double v) { method Sin (line 208) | [MethodImplAttribute(MethodImplOptions.InternalCall)] method Cos (line 211) | [MethodImplAttribute(MethodImplOptions.InternalCall)] method Tan (line 214) | [MethodImplAttribute(MethodImplOptions.InternalCall)] method Pow (line 217) | [MethodImplAttribute(MethodImplOptions.InternalCall)] method Sqrt (line 220) | [MethodImplAttribute(MethodImplOptions.InternalCall)] FILE: corlib/System/MulticastDelegate.cs class MulticastDelegate (line 24) | public abstract class MulticastDelegate : Delegate { method CombineImpl (line 26) | protected override Delegate CombineImpl(Delegate follow) { method RemoveImpl (line 49) | protected override Delegate RemoveImpl(Delegate d) { FILE: corlib/System/MulticastNotSupportedException.cs class MulticastNotSupportedException (line 26) | public class MulticastNotSupportedException : SystemException { method MulticastNotSupportedException (line 27) | public MulticastNotSupportedException() method MulticastNotSupportedException (line 31) | public MulticastNotSupportedException(string msg) : base(msg) { } FILE: corlib/System/NotImplementedException.cs class NotImplementedException (line 24) | public class NotImplementedException : SystemException { method NotImplementedException (line 25) | public NotImplementedException() : base("The requested feature is not ... method NotImplementedException (line 27) | public NotImplementedException(string message) : base(message) { } method NotImplementedException (line 29) | public NotImplementedException(string message, Exception inner) : base... FILE: corlib/System/NotSupportedException.cs class NotSupportedException (line 24) | public class NotSupportedException : SystemException { method NotSupportedException (line 26) | public NotSupportedException() : base("Operation is not supported.") { } method NotSupportedException (line 28) | public NotSupportedException(string message) : base(message) { } method NotSupportedException (line 30) | public NotSupportedException(string message, Exception innerException)... FILE: corlib/System/NullReferenceException.cs class NullReferenceException (line 24) | public class NullReferenceException : SystemException { method NullReferenceException (line 26) | public NullReferenceException(string msg) : base(msg) { } method NullReferenceException (line 28) | public NullReferenceException() FILE: corlib/System/Nullable.cs class Nullable (line 25) | public static class Nullable { method Compare (line 26) | public static int Compare(Nullable left, Nullable right) wher... method Equals (line 43) | public static bool Equals(Nullable value1, Nullable value2) w... method GetUnderlyingType (line 47) | public static Type GetUnderlyingType(Type nullableType) { method Nullable (line 65) | public Nullable(T value) { method GetValueOrDefault (line 85) | public T GetValueOrDefault() { method GetValueOrDefault (line 89) | public T GetValueOrDefault(T def) { method Equals (line 93) | public override bool Equals(object obj) { method GetHashCode (line 109) | public override int GetHashCode() { method ToString (line 117) | public override string ToString() { type Nullable (line 59) | public struct Nullable where T : struct { method Compare (line 26) | public static int Compare(Nullable left, Nullable right) wher... method Equals (line 43) | public static bool Equals(Nullable value1, Nullable value2) w... method GetUnderlyingType (line 47) | public static Type GetUnderlyingType(Type nullableType) { method Nullable (line 65) | public Nullable(T value) { method GetValueOrDefault (line 85) | public T GetValueOrDefault() { method GetValueOrDefault (line 89) | public T GetValueOrDefault(T def) { method Equals (line 93) | public override bool Equals(object obj) { method GetHashCode (line 109) | public override int GetHashCode() { method ToString (line 117) | public override string ToString() { FILE: corlib/System/NumberFormatter.cs class NumberFormatter (line 8) | class NumberFormatter { method NumberToString (line 13) | public static string NumberToString(string format, sbyte value, Number... method NumberToString (line 22) | public static string NumberToString(string format, byte value, NumberF... method NumberToString (line 31) | public static string NumberToString(string format, ushort value, Numbe... method NumberToString (line 40) | public static string NumberToString(string format, short value, Number... method NumberToString (line 49) | public static string NumberToString(string format, uint value, NumberF... method NumberToString (line 58) | public static string NumberToString(string format, int value, NumberFo... method NumberToString (line 67) | public static string NumberToString(string format, ulong value, Number... method NumberToString (line 76) | public static string NumberToString(string format, long value, NumberF... method NumberToString (line 85) | public static string NumberToString(string format, float value, Number... method NumberToString (line 93) | public static string NumberToString(string format, double value, Numbe... method NumberToString (line 101) | public static string NumberToString(string format, decimal value, Numb... method NumberToString (line 109) | public static string NumberToString(string format, NumberStore ns, Num... method ParseBasicFormat (line 199) | private static void ParseBasicFormat(string format, out char specifier... method ZeroTrimEnd (line 241) | private static void ZeroTrimEnd(StringBuilder sb) { method ZeroTrimEnd (line 244) | private static void ZeroTrimEnd(StringBuilder sb, bool canEmpty) { method FormatCurrency (line 258) | internal static string FormatCurrency(NumberStore ns, int precision, N... method FormatDecimal (line 395) | internal static string FormatDecimal(NumberStore ns, int precision, Nu... method FormatFixedPoint (line 412) | internal static string FormatFixedPoint(NumberStore ns, int precision,... method FormatGeneral (line 431) | internal static string FormatGeneral(NumberStore ns) { method FormatGeneral (line 434) | internal static string FormatGeneral(NumberStore ns, IFormatProvider p... method FormatGeneral (line 437) | private static string FormatGeneral(NumberStore ns, int precision, Num... method FormatNumber (line 512) | internal static string FormatNumber(NumberStore ns, int precision, Num... method FormatPercent (line 558) | internal static string FormatPercent(NumberStore ns, int precision, Nu... method FormatHexadecimal (line 616) | static string FormatHexadecimal(ulong value, bool positive, int byteSi... method FormatExponential (line 662) | internal static string FormatExponential(NumberStore ns, int precision... method FormatCustom (line 753) | internal static string FormatCustom(string format, NumberStore ns, Num... class CustomInfo (line 869) | private class CustomInfo { method GetActiveSection (line 885) | public static void GetActiveSection(string format, ref bool positive... method Parse (line 979) | public static CustomInfo Parse(string format, int offset, int length... method Format (line 1107) | public string Format(string format, int offset, int length, NumberFo... type NumberStore (line 1268) | internal struct NumberStore { method NumberStore (line 1316) | public NumberStore(long value) { method NumberStore (line 1380) | public NumberStore(int value) { method NumberStore (line 1426) | public NumberStore(short value) method NumberStore (line 1431) | public NumberStore(sbyte value) method NumberStore (line 1437) | public NumberStore(ulong value) { method NumberStore (line 1501) | public NumberStore(uint value) { method NumberStore (line 1545) | public NumberStore(ushort value) method NumberStore (line 1550) | public NumberStore(byte value) method NumberStore (line 1556) | public NumberStore(double value) { method NumberStore (line 1644) | public NumberStore(float value) { method MultiplyBy (line 1732) | internal bool MultiplyBy(ref byte[] buffer, ref int length, int amou... method NumberStore (line 1761) | public NumberStore(decimal value) { method DivideDecimal (line 1791) | static int DivideDecimal(ref ulong lo, ref ulong hi, uint factor, re... method RoundPos (line 1880) | public bool RoundPos(int pos) { method RoundPos (line 1883) | public bool RoundPos(int pos, bool carryFive) { method RoundDecimal (line 1921) | public bool RoundDecimal(int decimals) { method RoundDecimal (line 1924) | public bool RoundDecimal(int decimals, bool carryFive, bool countZer... method RoundHelper (line 1962) | void RoundHelper(int index, bool carryFive, ref bool carry) { method RoundEffectiveDigits (line 1975) | public bool RoundEffectiveDigits(int digits) { method RoundEffectiveDigits (line 1978) | public bool RoundEffectiveDigits(int digits, bool carryFive, bool ca... method CarryPropagation (line 2012) | private void CarryPropagation(ref int digits, bool carryFive, ref bo... method TrimDecimalEndZeros (line 2032) | public void TrimDecimalEndZeros() { method TrimIntegerStartZeros (line 2046) | public void TrimIntegerStartZeros() { method AppendIntegerString (line 2076) | public void AppendIntegerString(int minLength, StringBuilder cb) { method AppendIntegerStringWithGroupSeparator (line 2096) | public void AppendIntegerStringWithGroupSeparator(StringBuilder sb, ... method GetDecimalString (line 2159) | public string GetDecimalString(int precision) { method AppendDecimalString (line 2177) | public void AppendDecimalString(int precision, StringBuilder cb) { method CheckZeroOnlyInteger (line 2198) | public bool CheckZeroOnlyInteger() { method Multiply10 (line 2205) | public void Multiply10(int count) { method Divide10 (line 2213) | public void Divide10(int count) { method ToString (line 2219) | public override string ToString() { method GetChar (line 2228) | public char GetChar(int pos) { method GetDigitByte (line 2237) | public byte GetDigitByte(int pos) { method GetClone (line 2246) | public NumberStore GetClone() { method GetDecimalPointPos (line 2259) | public int GetDecimalPointPos() { method SetDecimalPointPos (line 2262) | public void SetDecimalPointPos(int dp) { method IsZeroOnly (line 2270) | public static bool IsZeroOnly(StringBuilder sb) { method AppendIntegerStringFromUInt32 (line 2276) | public static void AppendIntegerStringFromUInt32(StringBuilder sb, u... FILE: corlib/System/Object.cs class Object (line 26) | public class Object { method Object (line 28) | public Object() { method GetType (line 34) | [MethodImpl(MethodImplOptions.InternalCall)] method Equals (line 37) | [MethodImpl(MethodImplOptions.InternalCall)] method GetHashCode (line 40) | [MethodImpl(MethodImplOptions.InternalCall)] method ToString (line 43) | public virtual string ToString() { method Equals (line 47) | public static bool Equals(object a, object b) { method ReferenceEquals (line 57) | public static bool ReferenceEquals(object a, object b) { method Clone (line 61) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: corlib/System/ObjectDisposedException.cs class ObjectDisposedException (line 24) | public class ObjectDisposedException : InvalidOperationException { method ObjectDisposedException (line 28) | public ObjectDisposedException(string objectName) method ObjectDisposedException (line 33) | public ObjectDisposedException(string objectName, string msg) FILE: corlib/System/OperatingSystem.cs class OperatingSystem (line 24) | public sealed class OperatingSystem : ICloneable { method OperatingSystem (line 29) | public OperatingSystem(PlatformID platformID, Version version) { method ToString (line 61) | public override string ToString() { method Clone (line 90) | public object Clone() { FILE: corlib/System/OverflowException.cs class OverflowException (line 24) | public class OverflowException : ArithmeticException { method OverflowException (line 26) | public OverflowException() : base("Number overflow.") { } method OverflowException (line 27) | public OverflowException(string msg) : base(msg) { } FILE: corlib/System/ParamArrayAttribute.cs class ParamArrayAttribute (line 26) | public sealed class ParamArrayAttribute : Attribute { method ParamArrayAttribute (line 28) | public ParamArrayAttribute() { FILE: corlib/System/ParseHelper.cs class ParseHelper (line 6) | internal static class ParseHelper { method CheckStyle (line 8) | private static bool CheckStyle(NumberStyles style, bool tryParse, ref ... method JumpOverWhite (line 31) | private static bool JumpOverWhite(ref int pos, string s, bool reportEr... method FindSign (line 45) | private static void FindSign(ref int pos, string s, NumberFormatInfo nfi, method FindCurrency (line 60) | private static void FindCurrency(ref int pos, string s, NumberFormatIn... method FindExponent (line 68) | private static bool FindExponent(ref int pos, string s) { method FindOther (line 93) | private static bool FindOther(ref int pos, string s, string other) { method ValidDigit (line 101) | private static bool ValidDigit(char e, bool allowHex) { method GetFormatException (line 108) | private static Exception GetFormatException() { method Parse (line 112) | internal static bool Parse(string s, NumberStyles style, IFormatProvid... FILE: corlib/System/PlatformID.cs type PlatformID (line 24) | public enum PlatformID { FILE: corlib/System/Random.cs class Random (line 27) | public class Random { method Random (line 36) | public Random() : this(Environment.TickCount) { } method Random (line 38) | public Random(int seed) { method Next (line 65) | public int Next() { method Next (line 69) | public int Next(int maxValue) { method Next (line 76) | public int Next(int minValue, int maxValue) { FILE: corlib/System/RuntimeFieldHandle.cs type RuntimeFieldHandle (line 24) | public struct RuntimeFieldHandle { method RuntimeFieldHandle (line 28) | internal RuntimeFieldHandle(IntPtr v) { FILE: corlib/System/RuntimeMethodHandle.cs type RuntimeMethodHandle (line 24) | public struct RuntimeMethodHandle { method RuntimeMethodHandle (line 28) | internal RuntimeMethodHandle(IntPtr v) { FILE: corlib/System/RuntimeType.cs class RuntimeType (line 29) | class RuntimeType : Type { method GetNestingParentType (line 31) | [MethodImpl(MethodImplOptions.InternalCall)] method Internal_GetGenericTypeDefinition (line 34) | [MethodImpl(MethodImplOptions.InternalCall)] method GetGenericTypeDefinition (line 86) | public override Type GetGenericTypeDefinition() { method GetGenericArguments (line 93) | [MethodImpl(MethodImplOptions.InternalCall)] FILE: corlib/System/RuntimeTypeHandle.cs type RuntimeTypeHandle (line 24) | public struct RuntimeTypeHandle { method RuntimeTypeHandle (line 28) | internal RuntimeTypeHandle(IntPtr v) { FILE: corlib/System/SByte.cs type SByte (line 25) | public struct SByte : IFormattable, IComparable, IComparable, IEq... method Equals (line 33) | public override bool Equals(object obj) { method GetHashCode (line 37) | public override int GetHashCode() { method ToString (line 43) | public override string ToString() { method ToString (line 47) | public string ToString(IFormatProvider formatProvider) { method ToString (line 51) | public string ToString(string format) { method ToString (line 55) | public string ToString(string format, IFormatProvider formatProvider) { method CompareTo (line 64) | public int CompareTo(object obj) { method CompareTo (line 78) | public int CompareTo(sbyte x) { method Equals (line 86) | public bool Equals(sbyte x) { FILE: corlib/System/Single.cs type Single (line 25) | public struct Single : IFormattable, IComparable, IComparable, IE... method IsNaN (line 36) | public static bool IsNaN(float f) { method IsNegativeInfinity (line 42) | public static bool IsNegativeInfinity(float f) { method IsPositiveInfinity (line 46) | public static bool IsPositiveInfinity(float f) { method IsInfinity (line 50) | public static bool IsInfinity(float f) { method Equals (line 54) | public override bool Equals(object o) { method GetHashCode (line 64) | public unsafe override int GetHashCode() { method ToString (line 69) | public override string ToString() { method ToString (line 73) | public string ToString(IFormatProvider provider) { method ToString (line 77) | public string ToString(string format) { method ToString (line 81) | public string ToString(string format, IFormatProvider provider) { method CompareTo (line 88) | public int CompareTo(object obj) { method CompareTo (line 102) | public int CompareTo(float x) { method Equals (line 116) | public bool Equals(float x) { FILE: corlib/System/String.cs class String (line 30) | public class String : ICloneable, IEnumerable, IEnumerable, method IsNullOrEmpty (line 35) | public static bool IsNullOrEmpty(string value) { method String (line 42) | [MethodImpl(MethodImplOptions.InternalCall)] method String (line 45) | [MethodImpl(MethodImplOptions.InternalCall)] method String (line 48) | [MethodImpl(MethodImplOptions.InternalCall)] method String (line 53) | [MethodImpl(MethodImplOptions.InternalCall)] method InternalConcat (line 56) | [MethodImpl(MethodImplOptions.InternalCall)] method InternalReplace (line 59) | [MethodImpl(MethodImplOptions.InternalCall)] method InternalTrim (line 63) | [MethodImpl(MethodImplOptions.InternalCall)] method InternalIndexOf (line 66) | [MethodImpl(MethodImplOptions.InternalCall)] method InternalIndexOfAny (line 69) | [MethodImpl(MethodImplOptions.InternalCall)] method Join (line 88) | public static string Join(string separator, string[] value) { method Join (line 92) | public static string Join(string separator, string[] value, int startI... method Split (line 101) | public string[] Split(params char[] separator) { method Split (line 105) | public string[] Split(char[] separator, int count) { method StartsWith (line 132) | public bool StartsWith(string str) { method EndsWith (line 136) | public bool EndsWith(string str) { method Concat (line 144) | public static string Concat(string str0, string str1) { method Concat (line 154) | public static string Concat(string str0, string str1, string str2) { method Concat (line 158) | public static string Concat(string str0, string str1, string str2, str... method Concat (line 162) | public static string Concat(params string[] values) { method Concat (line 173) | public static string Concat(object obj0) { method Concat (line 177) | public static string Concat(object obj0, object obj1) { method Concat (line 189) | public static string Concat(object obj0, object obj1, object obj2) { method Concat (line 193) | public static string Concat(object obj0, object obj1, object obj2, obj... method Concat (line 197) | public static string Concat(params object[] objs) { method Trim (line 212) | public string Trim(params char[] trimChars) { method Trim (line 219) | public string Trim() { method TrimStart (line 223) | public string TrimStart(params char[] trimChars) { method TrimEnd (line 230) | public string TrimEnd(params char[] trimChars) { method Substring (line 241) | public string Substring(int startIndex) { method Substring (line 249) | public string Substring(int startIndex, int length) { method Format (line 261) | public static string Format(string format, object obj0) { method Format (line 265) | public static string Format(string format, object obj0, object obj1) { method Format (line 269) | public static string Format(string format, object obj0, object obj1, o... method Format (line 273) | public static string Format(string format, params object[] args) { method Format (line 277) | public static string Format(IFormatProvider provider, string format, p... method Replace (line 287) | public string Replace(char oldChar, char newChar) { method Replace (line 292) | public string Replace(string oldValue, string newValue) { method Remove (line 308) | public string Remove(int startIndex) { method Remove (line 315) | public string Remove(int startIndex, int count) { method Compare (line 327) | public static int Compare(string strA, string strB) { method Compare (line 331) | public static int Compare(string strA, int indexA, string strB, int in... method CompareOrdinal (line 335) | public static int CompareOrdinal(string strA, string strB) { method IndexOf (line 358) | public int IndexOf(string value) { method IndexOf (line 362) | public int IndexOf(string value, int startIndex) { method IndexOf (line 366) | public int IndexOf(string value, int startIndex, int count) { method IndexOf (line 396) | public int IndexOf(char value) { method IndexOf (line 400) | public int IndexOf(char value, int startIndex) { method IndexOf (line 404) | public int IndexOf(char value, int startIndex, int count) { method LastIndexOf (line 408) | public int LastIndexOf(char value) { method LastIndexOf (line 412) | public int LastIndexOf(char value, int startIndex) { method LastIndexOf (line 416) | public int LastIndexOf(char value, int startIndex, int count) { method IndexOf (line 420) | private int IndexOf(char value, int startIndex, int count, bool forwar... method IndexOfAny (line 427) | public int IndexOfAny(char[] anyOf) { method IndexOfAny (line 431) | public int IndexOfAny(char[] anyOf, int startIndex) { method IndexOfAny (line 435) | public int IndexOfAny(char[] anyOf, int startIndex, int count) { method LastIndexOfAny (line 439) | public int LastIndexOfAny(char[] anyOf) { method LastIndexOfAny (line 443) | public int LastIndexOfAny(char[] anyOf, int startIndex) { method LastIndexOfAny (line 447) | public int LastIndexOfAny(char[] anyOf, int startIndex, int count) { method IndexOfAny (line 451) | private int IndexOfAny(char[] anyOf, int startIndex, int count, bool f... method ToLower (line 474) | public string ToLower() { method ToLower (line 478) | public string ToLower(CultureInfo culture) { method ToLowerInvariant (line 488) | public string ToLowerInvariant() { method ToUpper (line 497) | public string ToUpper() { method ToUpper (line 501) | public string ToUpper(CultureInfo culture) { method ToUpperInvariant (line 511) | public string ToUpperInvariant() { method ToString (line 524) | public override string ToString() { method Equals (line 528) | public override bool Equals(object obj) { method Equals (line 540) | [MethodImpl(MethodImplOptions.InternalCall)] method GetHashCode (line 543) | [MethodImpl(MethodImplOptions.InternalCall)] method Clone (line 550) | public object Clone() { method CompareTo (line 558) | public int CompareTo(object value) { method CompareTo (line 568) | public int CompareTo(string value) { method Equals (line 579) | public bool Equals(string other) { method GetEnumerator (line 587) | public IEnumerator GetEnumerator() { method GetEnumerator (line 591) | IEnumerator IEnumerable.GetEnumerator() { FILE: corlib/System/StringComparison.cs type StringComparison (line 24) | public enum StringComparison { FILE: corlib/System/StringHelper.cs class StringHelper (line 10) | internal static class StringHelper { method ParseDecimal (line 12) | private static int ParseDecimal(string str, ref int ptr) { method ParseFormatSpecifier (line 30) | private static void ParseFormatSpecifier(string str, ref int ptr, out ... method FormatHelper (line 85) | internal static void FormatHelper(StringBuilder result, IFormatProvide... FILE: corlib/System/SystemException.cs class SystemException (line 24) | public class SystemException : Exception { method SystemException (line 26) | public SystemException() : base("A SystemException has occured.") { } method SystemException (line 28) | public SystemException(string message) : base(message) { } method SystemException (line 30) | public SystemException(string message, Exception innerException) : bas... FILE: corlib/System/TimeSpan.cs type TimeSpan (line 25) | public struct TimeSpan : IComparable, IComparable, IEquatable<... method TimeSpan (line 39) | public TimeSpan(long ticks) { method TimeSpan (line 43) | public TimeSpan(int hours, int minutes, int seconds) { method TimeSpan (line 47) | public TimeSpan(int days, int hours, int minutes, int seconds) { method TimeSpan (line 51) | public TimeSpan(int days, int hours, int minutes, int seconds, int mil... method CalcTicks (line 55) | private static long CalcTicks(int days, int hours, int minutes, int se... method Add (line 129) | public TimeSpan Add(TimeSpan ts) { method Subtract (line 133) | public TimeSpan Subtract(TimeSpan ts) { method Negate (line 137) | public TimeSpan Negate(TimeSpan ts) { method Duration (line 141) | public TimeSpan Duration() { method Compare (line 145) | public static int Compare(TimeSpan t1, TimeSpan t2) { method CompareTo (line 157) | public int CompareTo(object obj) { method CompareTo (line 171) | public int CompareTo(TimeSpan x) { method Equals (line 179) | public bool Equals(TimeSpan x) { method GetHashCode (line 185) | public override int GetHashCode() { method Equals (line 189) | public override bool Equals(object obj) { method Equals (line 196) | public static bool Equals(TimeSpan t1, TimeSpan t2) { method ToString (line 200) | public override string ToString() { FILE: corlib/System/Type.cs class Type (line 27) | public abstract class Type : MemberInfo { method GetTypeFromHandle (line 31) | [MethodImpl(MethodImplOptions.InternalCall)] method GetGenericTypeDefinition (line 54) | public abstract Type GetGenericTypeDefinition(); method GetGenericArguments (line 56) | public abstract Type[] GetGenericArguments(); method ToString (line 63) | public override string ToString() { FILE: corlib/System/UInt16.cs type UInt16 (line 25) | public struct UInt16:IFormattable,IComparable,IComparable,IEquat... method Equals (line 33) | public override bool Equals(object obj) { method GetHashCode (line 37) | public override int GetHashCode() { method ToString (line 43) | public override string ToString() { method ToString (line 47) | public string ToString(IFormatProvider formatProvider) { method ToString (line 51) | public string ToString(string format) { method ToString (line 55) | public string ToString(string format, IFormatProvider formatProvider) { method CompareTo (line 64) | public int CompareTo(object obj) { method CompareTo (line 78) | public int CompareTo(ushort x) { method Equals (line 86) | public bool Equals(ushort x) { FILE: corlib/System/UInt32.cs type UInt32 (line 26) | public struct UInt32 : IFormattable, IComparable, IComparable, IEq... method Equals (line 34) | public override bool Equals(object obj) { method GetHashCode (line 38) | public override int GetHashCode() { method ToString (line 44) | public override string ToString() { method ToString (line 48) | public string ToString(IFormatProvider formatProvider) { method ToString (line 52) | public string ToString(string format) { method ToString (line 56) | public string ToString(string format, IFormatProvider formatProvider) { method CompareTo (line 65) | public int CompareTo(object obj) { method CompareTo (line 79) | public int CompareTo(uint x) { method Equals (line 87) | public bool Equals(uint x) { FILE: corlib/System/UInt64.cs type UInt64 (line 25) | public struct UInt64 : IFormattable, IComparable, IComparable, IE... method Equals (line 34) | public override bool Equals(object obj) { method GetHashCode (line 38) | public override int GetHashCode() { method ToString (line 44) | public override string ToString() { method ToString (line 48) | public string ToString(IFormatProvider formatProvider) { method ToString (line 52) | public string ToString(string format) { method ToString (line 56) | public string ToString(string format, IFormatProvider formatProvider) { method CompareTo (line 65) | public int CompareTo(object obj) { method CompareTo (line 79) | public int CompareTo(ulong x) { method Equals (line 87) | public bool Equals(ulong x) { FILE: corlib/System/UIntPtr.cs type UIntPtr (line 24) | public unsafe struct UIntPtr { method UIntPtr (line 28) | public UIntPtr(uint value) { method UIntPtr (line 32) | public UIntPtr(ulong value) { method UIntPtr (line 36) | public UIntPtr(void* value) { method ToUInt32 (line 46) | public uint ToUInt32() { method ToUInt64 (line 50) | public ulong ToUInt64() { method Equals (line 54) | public override bool Equals(object obj) { method GetHashCode (line 58) | public override int GetHashCode() { method ToString (line 70) | public override string ToString() { FILE: corlib/System/ValueType.cs class ValueType (line 26) | public abstract class ValueType { method ValueType (line 28) | protected ValueType() { method GetFields (line 31) | [MethodImpl(MethodImplOptions.InternalCall)] method Equals (line 34) | public override bool Equals(object obj) { method GetHashCode (line 50) | public override int GetHashCode() { FILE: corlib/System/Version.cs class Version (line 25) | public sealed class Version : ICloneable, IComparable, IComparable 84; method Main (line 12) | static int Main(string[] args) FILE: mini-demo-dna/mini-demo-dna/main.c function Crash (line 17) | void Crash(char* pMsg, ...) { type tRVA (line 28) | typedef struct tRVA tRVA; type tRVA (line 29) | struct tRVA { type tMetaDataTable (line 36) | typedef struct tMetaDataTable tMetaDataTable; type tMetaDataTable (line 37) | struct tMetaDataTable { type tFile (line 48) | typedef struct tFile tFile; type tFile (line 49) | struct tFile { type tMD_Prefix (line 57) | typedef struct tMD_Prefix tMD_Prefix; type tMD_Prefix (line 58) | struct tMD_Prefix { type tMD_MethodDef (line 63) | typedef struct tMD_MethodDef tMD_MethodDef; type tMD_MethodDef (line 64) | struct tMD_MethodDef { function tFile (line 95) | tFile* LoadFile(char *pFilename) { function tMD_MethodDef (line 187) | tMD_MethodDef* GetMethodByToken(tFile *pFile, int methodToken) { type tMethodState (line 196) | typedef struct tMethodState tMethodState; type tMethodState (line 197) | struct tMethodState { function tMethodState (line 206) | tMethodState* CreateMethodState(tMD_MethodDef *pMethodDef) { function Execute (line 216) | void Execute(tMethodState *pMethodState) { function main (line 271) | int main(int argc, char** argp) {