| Microsoft.Win32 Registry () |
| n/a
|
public abstract sealed class Microsoft.Win32.Registry
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public static object GetValue (string keyName, string valueName, object defaultValue)
- Method (i): protected object MemberwiseClone ()
- Method: public static void SetValue (string keyName, string valueName, object value)
- Method (i): public virtual string ToString ()
|
| Microsoft.Win32 RegistryKeyPermissionCheck () |
| n/a
|
public sealed class Microsoft.Win32.RegistryKeyPermissionCheck
|
| --> NONE <--
|
- Field: public int value__
- Method (i): public virtual int CompareTo (object target)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Method (i): public virtual string ToString (IFormatProvider provider)
- Method (i): public string ToString (string format)
- Method (i): public virtual string ToString (string format, IFormatProvider provider)
|
| Microsoft.Win32 RegistryValueKind () |
| n/a
|
public sealed class Microsoft.Win32.RegistryValueKind
|
| --> NONE <--
|
- Field: public int value__
- Method (i): public virtual int CompareTo (object target)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Method (i): public virtual string ToString (IFormatProvider provider)
- Method (i): public string ToString (string format)
- Method (i): public virtual string ToString (string format, IFormatProvider provider)
|
| public sealed class System.Activator () |
| --> NONE <--
|
- Method: public static T CreateInstance ()
|
| public sealed class System.AppDomain () |
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual string ToString ()
|
- Method: public static AppDomain CreateDomain (string friendlyName)
- Method: protected override void Finalize ()
- Method: public override string ToString ()
- Method: public static void Unload (AppDomain domain)
- Property: static AppDomain CurrentDomain { public get; }
|
| System AppDomainUnloadedException () |
| n/a
|
public class System.AppDomainUnloadedException
|
| --> NONE <--
|
- Constructor: public AppDomainUnloadedException ()
- Constructor: public AppDomainUnloadedException (string message)
- Constructor: public AppDomainUnloadedException (string message, Exception innerException)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: protected int HResult { }
- Property: Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: virtual string StackTrace { public get; }
|
| public class System.ApplicationException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| public class System.ArgumentException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| public class System.ArgumentNullException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| public class System.ArgumentOutOfRangeException () |
| --> NONE <--
|
- Constructor: public ArgumentOutOfRangeException (string paramName, string message)
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| public class System.ArithmeticException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| public abstract class System.Array () |
| --> NONE <--
|
- Method: public static int BinarySearch (T[] array, T value)
- Method: public static int BinarySearch (T[] array, T value, IComparer`1 comparer)
- Method: public static int BinarySearch (T[] array, int index, int length, T value)
- Method: public static int BinarySearch (T[] array, int index, int length, T value, IComparer`1 comparer)
- Method: public static void Copy (Array sourceArray, Array destinationArray, int length)
- Method: public static int IndexOf (T[] array, T value)
- Method: public static int IndexOf (T[] array, T value, int startIndex)
- Method: public static int IndexOf (T[] array, T value, int startIndex, int count)
- Method: public static int LastIndexOf (T[] array, T value)
- Method: public static int LastIndexOf (T[] array, T value, int startIndex)
- Method: public static int LastIndexOf (T[] array, T value, int startIndex, int count)
- Method: public static void Reverse (Array array)
- Method: public static void Sort (T[] array)
- Method: public static void Sort (TKey[] keys, TValue[] items)
- Method: public static void Sort (TKey[] keys, TValue[] items, IComparer`1 comparer)
- Method: public static void Sort (TKey[] keys, TValue[] items, int index, int length)
- Method: public static void Sort (TKey[] keys, TValue[] items, int index, int length, IComparer`1 comparer)
- Method: public static void Sort (T[] array, int index, int length)
- Method: public static void Sort (T[] array, int index, int length, IComparer`1 comparer)
- Method: public static void Sort (Array keys, Array items, IComparer comparer)
- Method: public static void Sort (Array array, IComparer comparer)
|
| System ArraySegment`1 () |
| n/a
|
public sealed class System.ArraySegment`1
|
| --> NONE <--
|
- Constructor: public ArraySegment`1 (T[] array)
- Constructor: public ArraySegment`1 (T[] array, int offset, int count)
- Method: public override bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: T[] Array { public get; }
- Property: int Count { public get; }
- Property: int Offset { public get; }
|
| public class System.ArrayTypeMismatchException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| System AttributeTargets () |
public sealed class System.AttributeTargets
(Please hover your mouse over the type to see the inheritance signatures) |
public sealed class System.AttributeTargets
(Please hover your mouse over the type to see the inheritance signatures) |
- Field: public static const AttributeTargets All, Value = 16383
- Field: public static const AttributeTargets Assembly, Value = 1
- Field: public static const AttributeTargets Class, Value = 4
- Field: public static const AttributeTargets Constructor, Value = 32
- Field: public static const AttributeTargets Delegate, Value = 4096
- Field: public static const AttributeTargets Enum, Value = 16
- Field: public static const AttributeTargets Event, Value = 512
- Field: public static const AttributeTargets Field, Value = 256
- Field: public static const AttributeTargets Interface, Value = 1024
- Field: public static const AttributeTargets Method, Value = 64
- Field: public static const AttributeTargets Module, Value = 2
- Field: public static const AttributeTargets Parameter, Value = 2048
- Field: public static const AttributeTargets Property, Value = 128
- Field: public static const AttributeTargets ReturnValue, Value = 8192
- Field: public static const AttributeTargets Struct, Value = 8
- Method (i): public virtual TypeCode GetTypeCode ()
|
- Method (i): public virtual int CompareTo (object target)
- Method (i): public virtual string ToString (IFormatProvider provider)
- Method (i): public string ToString (string format)
- Method (i): public virtual string ToString (string format, IFormatProvider provider)
|
| System BadImageFormatException () |
| n/a
|
public class System.BadImageFormatException
|
| --> NONE <--
|
- Constructor: public BadImageFormatException ()
- Constructor: public BadImageFormatException (string message)
- Constructor: public BadImageFormatException (string message, Exception innerException)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: protected int HResult { }
- Property: Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: virtual string StackTrace { public get; }
|
| System CannotUnloadAppDomainException () |
| n/a
|
public class System.CannotUnloadAppDomainException
|
| --> NONE <--
|
- Constructor: public CannotUnloadAppDomainException ()
- Constructor: public CannotUnloadAppDomainException (string message)
- Constructor: public CannotUnloadAppDomainException (string message, Exception innerException)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: protected int HResult { }
- Property: Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: virtual string StackTrace { public get; }
|
| System CharEnumerator () |
public sealed class System.CharEnumerator
(Please hover your mouse over the type to see the inheritance signatures) |
public sealed class System.CharEnumerator
(Please hover your mouse over the type to see the inheritance signatures) |
- Property: char Current { public get; }
|
- Property: virtual char Current { public get; }
|
| System Console () |
| public sealed class System.Console
|
public abstract sealed class System.Console
|
| --> NONE <--
|
- Method: public static void SetError (TextWriter newError)
- Method: public static void SetIn (TextReader newIn)
- Method: public static void SetOut (TextWriter newOut)
- Property: static TextWriter Error { public get; }
- Property: static TextReader In { public get; }
- Property: static TextWriter Out { public get; }
|
| public sealed class System.Convert () |
- Method: public static object ChangeType (object value, TypeCode typeCode, IFormatProvider provider)
- Method: public static TypeCode GetTypeCode (object value)
- Method: public static double ToDouble (string value, IFormatProvider isop)
- Method: public static float ToSingle (string value, IFormatProvider isop)
- Method: public static string ToString (double value, IFormatProvider isop)
- Method: public static string ToString (float value, IFormatProvider isop)
|
- Method: public static string ToBase64String (byte[] inArray)
- Method: public static byte ToByte (object value)
- Method: public static double ToDouble (object value, IFormatProvider provider)
- Method: public static double ToDouble (string value, IFormatProvider provider)
- Method: public static short ToInt16 (object value)
- Method: public static int ToInt32 (object value, IFormatProvider provider)
- Method: public static long ToInt64 (object value, IFormatProvider provider)
- Method: public static sbyte ToSByte (object value)
- Method: public static float ToSingle (object value, IFormatProvider provider)
- Method: public static float ToSingle (string value, IFormatProvider provider)
- Method: public static string ToString (bool value, IFormatProvider provider)
- Method: public static string ToString (byte value, IFormatProvider provider)
- Method: public static string ToString (char value, IFormatProvider provider)
- Method: public static string ToString (double value, IFormatProvider provider)
- Method: public static string ToString (short value, IFormatProvider provider)
- Method: public static string ToString (int value, IFormatProvider provider)
- Method: public static string ToString (long value, IFormatProvider provider)
- Method: public static string ToString (object value, IFormatProvider provider)
- Method: public static string ToString (sbyte value, IFormatProvider provider)
- Method: public static string ToString (float value, IFormatProvider provider)
- Method: public static string ToString (ushort value, IFormatProvider provider)
- Method: public static string ToString (uint value, IFormatProvider provider)
- Method: public static string ToString (ulong value, IFormatProvider provider)
- Method: public static ushort ToUInt16 (object value, IFormatProvider provider)
- Method: public static uint ToUInt32 (object value, IFormatProvider provider)
- Method: public static ulong ToUInt64 (object value, IFormatProvider provider)
|
| System DateTimeKind () |
| n/a
|
public sealed class System.DateTimeKind
|
| --> NONE <--
|
- Field: public int value__
- Method (i): public virtual int CompareTo (object target)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Method (i): public virtual string ToString (IFormatProvider provider)
- Method (i): public string ToString (string format)
- Method (i): public virtual string ToString (string format, IFormatProvider provider)
|
| System DayOfWeek () |
public sealed class System.DayOfWeek
(Please hover your mouse over the type to see the inheritance signatures) |
public sealed class System.DayOfWeek
(Please hover your mouse over the type to see the inheritance signatures) |
- Field: public static const DayOfWeek Friday, Value = 5
- Field: public static const DayOfWeek Monday, Value = 1
- Field: public static const DayOfWeek Saturday, Value = 6
- Field: public static const DayOfWeek Sunday, Value = 0
- Field: public static const DayOfWeek Thursday, Value = 4
- Field: public static const DayOfWeek Tuesday, Value = 2
- Field: public static const DayOfWeek Wednesday, Value = 3
- Method (i): public virtual TypeCode GetTypeCode ()
|
- Method (i): public virtual int CompareTo (object target)
- Method (i): public virtual string ToString (IFormatProvider provider)
- Method (i): public string ToString (string format)
- Method (i): public virtual string ToString (string format, IFormatProvider provider)
|
| public sealed class System.DBNull () |
- Method: public virtual TypeCode GetTypeCode ()
|
--> NONE <--
|
| System Delegate () |
public abstract class System.Delegate
(Please hover your mouse over the type to see the inheritance signatures) |
public abstract class System.Delegate
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected virtual void Finalize ()
|
- Method: public virtual object Clone ()
- Method: protected override void Finalize ()
|
| public class System.DivideByZeroException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| public class System.DllNotFoundException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| public class System.EntryPointNotFoundException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| System Enum () |
public abstract class System.Enum
(Please hover your mouse over the type to see the inheritance signatures) |
public abstract class System.Enum
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): public virtual bool Equals (object obj)
- Method (i): public virtual int GetHashCode ()
- Method: public virtual TypeCode GetTypeCode ()
|
- Method: public virtual int CompareTo (object target)
- Method: public override bool Equals (object obj)
- Method: public override int GetHashCode ()
- Method: public static object Parse (Type enumType, string value, bool ignoreCase)
- Method: public virtual string ToString (IFormatProvider provider)
- Method: public string ToString (string format)
- Method: public virtual string ToString (string format, IFormatProvider provider)
|
| public class System.Exception () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| public class System.FormatException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| System IComparable`1 () |
| n/a
|
public interface System.IComparable`1
|
| --> NONE <--
|
- Method: int CompareTo (T other)
|
| public interface System.IConvertible () |
- Method: TypeCode GetTypeCode ()
|
--> NONE <--
|
| System IEquatable`1 () |
| n/a
|
public interface System.IEquatable`1
|
| --> NONE <--
|
- Method: bool Equals (T other)
|
| public sealed class System.IndexOutOfRangeException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| public class System.InvalidCastException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| public class System.InvalidOperationException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| public sealed class System.InvalidProgramException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| public class System.MemberAccessException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| System MethodAccessException () |
| n/a
|
public class System.MethodAccessException
|
| --> NONE <--
|
- Constructor: public MethodAccessException ()
- Constructor: public MethodAccessException (string message)
- Constructor: public MethodAccessException (string message, Exception innerException)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: protected int HResult { }
- Property: Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: virtual string StackTrace { public get; }
|
| public class System.MissingFieldException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| public class System.MissingMemberException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| public class System.MissingMethodException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| System MTAThreadAttribute () |
| n/a
|
public sealed class System.MTAThreadAttribute
|
| --> NONE <--
|
- Constructor: public MTAThreadAttribute ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): public virtual bool Match (object obj)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
| System MulticastDelegate () |
public abstract class System.MulticastDelegate
(Please hover your mouse over the type to see the inheritance signatures) |
public abstract class System.MulticastDelegate
(Please hover your mouse over the type to see the inheritance signatures) |
| --> NONE <--
|
- Constructor: protected MulticastDelegate ()
- Method (i): public virtual object Clone ()
|
| public sealed class System.MulticastNotSupportedException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| public class System.NotFiniteNumberException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| System NotImplementedException () |
| n/a
|
public class System.NotImplementedException
|
| --> NONE <--
|
- Constructor: public NotImplementedException ()
- Constructor: public NotImplementedException (string message)
- Constructor: public NotImplementedException (string message, Exception innerException)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: protected int HResult { }
- Property: Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: virtual string StackTrace { public get; }
|
| public class System.NotSupportedException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| System Nullable () |
| n/a
|
public abstract sealed class System.Nullable
|
| --> NONE <--
|
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public static Type GetUnderlyingType (Type nullableType)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
| System Nullable`1 () |
| n/a
|
public sealed class System.Nullable`1
|
| --> NONE <--
|
- Constructor: public Nullable`1 (T value)
- Method: public override bool Equals (object other)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public T GetValueOrDefault ()
- Method: public T GetValueOrDefault (T defaultValue)
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: bool HasValue { public get; }
- Property: T Value { public get; }
|
| public class System.NullReferenceException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| public class System.Object () |
| --> NONE <--
|
- Method: public static bool Equals (object objA, object objB)
- Method: public static bool ReferenceEquals (object objA, object objB)
|
| public class System.ObjectDisposedException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| public class System.OutOfMemoryException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| public class System.OverflowException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| System PlatformID () |
public sealed class System.PlatformID
(Please hover your mouse over the type to see the inheritance signatures) |
public sealed class System.PlatformID
(Please hover your mouse over the type to see the inheritance signatures) |
- Field: public static const PlatformID Win32NT, Value = 2
- Field: public static const PlatformID Win32S, Value = 0
- Field: public static const PlatformID Win32Windows, Value = 1
- Field: public static const PlatformID WinCE, Value = 3
- Method (i): public virtual TypeCode GetTypeCode ()
|
- Method (i): public virtual int CompareTo (object target)
- Method (i): public virtual string ToString (IFormatProvider provider)
- Method (i): public string ToString (string format)
- Method (i): public virtual string ToString (string format, IFormatProvider provider)
|
| public class System.PlatformNotSupportedException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| public class System.RankException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| public sealed class System.StackOverflowException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| System String () |
public sealed class System.String
(Please hover your mouse over the type to see the inheritance signatures) |
public sealed class System.String
(Please hover your mouse over the type to see the inheritance signatures) |
- Method: public object Clone ()
- Method: public int CompareTo (string strB)
- Method: public bool Equals (string value)
- Method: public virtual TypeCode GetTypeCode ()
|
- Method: public virtual object Clone ()
- Method: public virtual int CompareTo (string strB)
- Method: public virtual bool Equals (string value)
- Method: public CharEnumerator GetEnumerator ()
- Method: public static bool IsNullOrEmpty (string value)
|
| System StringComparer () |
| n/a
|
public abstract class System.StringComparer
|
| --> NONE <--
|
- Constructor: protected StringComparer ()
- Method: public abstract int Compare (object x, object y)
- Method: public abstract int Compare (string x, string y)
- Method: public static StringComparer Create (CultureInfo culture, bool ignoreCase)
- Method (i): public virtual bool Equals (object obj)
- Method: public new abstract bool Equals (object x, object y)
- Method: public abstract bool Equals (string x, string y)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method: public abstract int GetHashCode (object obj)
- Method: public abstract int GetHashCode (string obj)
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: static StringComparer CurrentCulture { public get; }
- Property: static StringComparer CurrentCultureIgnoreCase { public get; }
- Property: static StringComparer InvariantCulture { public get; }
- Property: static StringComparer InvariantCultureIgnoreCase { public get; }
- Property: static StringComparer Ordinal { public get; }
- Property: static StringComparer OrdinalIgnoreCase { public get; }
|
| System StringComparison () |
| n/a
|
public sealed class System.StringComparison
|
| --> NONE <--
|
- Field: public int value__
- Method (i): public virtual int CompareTo (object target)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Method (i): public virtual string ToString (IFormatProvider provider)
- Method (i): public string ToString (string format)
- Method (i): public virtual string ToString (string format, IFormatProvider provider)
|
| public class System.SystemException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| System TimeoutException () |
| n/a
|
public class System.TimeoutException
|
| --> NONE <--
|
- Constructor: public TimeoutException ()
- Constructor: public TimeoutException (string message)
- Constructor: public TimeoutException (string message, Exception innerException)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: protected int HResult { }
- Property: Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: virtual string StackTrace { public get; }
|
| System Type () |
| public abstract class System.Type
|
n/a
|
- Constructor: protected Type ()
- Field: public static readonly char Delimiter
- Field: public static readonly object Missing
- Method: public override bool Equals (object o)
- Method: public bool Equals (Type o)
- Method (i): protected virtual void Finalize ()
- Method: protected abstract TypeAttributes GetAttributeFlagsImpl ()
- Method: public ConstructorInfo GetConstructor (Type[] types)
- Method: public ConstructorInfo[] GetConstructors ()
- Method: public abstract ConstructorInfo[] GetConstructors (BindingFlags bindingAttr)
- Method (i): public abstract object[] GetCustomAttributes (bool inherit)
- Method (i): public abstract object[] GetCustomAttributes (Type attributeType, bool inherit)
- Method: public virtual MemberInfo[] GetDefaultMembers ()
- Method: public abstract Type GetElementType ()
- Method: public EventInfo GetEvent (string name)
- Method: public abstract EventInfo GetEvent (string name, BindingFlags bindingAttr)
- Method: public virtual EventInfo[] GetEvents ()
- Method: public abstract EventInfo[] GetEvents (BindingFlags bindingAttr)
- Method: public FieldInfo GetField (string name)
- Method: public abstract FieldInfo GetField (string name, BindingFlags bindingAttr)
- Method: public FieldInfo[] GetFields ()
- Method: public abstract FieldInfo[] GetFields (BindingFlags bindingAttr)
- Method: public override int GetHashCode ()
- Method: public abstract Type[] GetInterfaces ()
- Method: public MemberInfo[] GetMember (string name)
- Method: public abstract MemberInfo[] GetMember (string name, BindingFlags bindingAttr)
- Method: public MemberInfo[] GetMembers ()
- Method: public abstract MemberInfo[] GetMembers (BindingFlags bindingAttr)
- Method: public MethodInfo GetMethod (string name)
- Method: public MethodInfo GetMethod (string name, BindingFlags bindingAttr)
- Method: public MethodInfo GetMethod (string name, Type[] types)
- Method: public MethodInfo[] GetMethods ()
- Method: public abstract MethodInfo[] GetMethods (BindingFlags bindingAttr)
- Method: public abstract Type GetNestedType (string name, BindingFlags bindingAttr)
- Method: public abstract Type[] GetNestedTypes (BindingFlags bindingAttr)
- Method: public PropertyInfo[] GetProperties ()
- Method: public abstract PropertyInfo[] GetProperties (BindingFlags bindingAttr)
- Method: public PropertyInfo GetProperty (string name)
- Method: public PropertyInfo GetProperty (string name, BindingFlags bindingAttr)
- Method: public PropertyInfo GetProperty (string name, Type returnType)
- Method: public PropertyInfo GetProperty (string name, Type returnType, Type[] types)
- Method (i): public Type GetType ()
- Method: public static Type GetType (string typeName)
- Method: public static Type GetType (string typeName, bool throwOnError)
- Method: public static Type GetType (string typeName, bool throwOnError, bool ignoreCase)
- Method: public static TypeCode GetTypeCode (Type type)
- Method: protected abstract bool HasElementTypeImpl ()
- Method: public object InvokeMember (string name, BindingFlags invokeAttr, Binder binder, object target, object[] args)
- Method: protected abstract bool IsArrayImpl ()
- Method: public virtual bool IsAssignableFrom (Type c)
- Method: protected abstract bool IsByRefImpl ()
- Method: protected abstract bool IsCOMObjectImpl ()
- Method (i): public abstract bool IsDefined (Type attributeType, bool inherit)
- Method: public virtual bool IsInstanceOfType (object o)
- Method: protected abstract bool IsPointerImpl ()
- Method: protected abstract bool IsPrimitiveImpl ()
- Method: public virtual bool IsSubclassOf (Type c)
- Method: protected virtual bool IsValueTypeImpl ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: abstract internal Assembly { public get; }
- Property: TypeAttributes Attributes { public get; }
- Property: abstract Type BaseType { public get; }
- Property: override Type DeclaringType { public get; }
- Property: static Binder DefaultBinder { public get; }
- Property: abstract string FullName { public get; }
- Property: bool HasElementType { public get; }
- Property: bool IsAbstract { public get; }
- Property: bool IsAnsiClass { public get; }
- Property: bool IsArray { public get; }
- Property: bool IsAutoClass { public get; }
- Property: bool IsAutoLayout { public get; }
- Property: bool IsByRef { public get; }
- Property: bool IsClass { public get; }
- Property: bool IsCOMObject { public get; }
- Property: bool IsEnum { public get; }
- Property: bool IsImport { public get; }
- Property: bool IsInterface { public get; }
- Property: bool IsNestedAssembly { public get; }
- Property: bool IsNestedFamANDAssem { public get; }
- Property: bool IsNestedFamily { public get; }
- Property: bool IsNestedFamORAssem { public get; }
- Property: bool IsNestedPrivate { public get; }
- Property: bool IsNestedPublic { public get; }
- Property: bool IsNotPublic { public get; }
- Property: bool IsPointer { public get; }
- Property: bool IsPrimitive { public get; }
- Property: bool IsPublic { public get; }
- Property: bool IsSealed { public get; }
- Property: bool IsSpecialName { public get; }
- Property: bool IsUnicodeClass { public get; }
- Property: bool IsValueType { public get; }
- Property: override MemberTypes MemberType { public get; }
- Property: abstract Module Module { public get; }
- Property: abstract string Name { public get; }
- Property: abstract string Namespace { public get; }
- Property: override Type ReflectedType { public get; }
- Property: Type UnderlyingSystemType { public get; }
|
--> NONE <--
|
| System TypeCode () |
public sealed class System.TypeCode
(Please hover your mouse over the type to see the inheritance signatures) |
public sealed class System.TypeCode
(Please hover your mouse over the type to see the inheritance signatures) |
- Field: public static const TypeCode Boolean, Value = 3
- Field: public static const TypeCode Byte, Value = 6
- Field: public static const TypeCode Char, Value = 4
- Field: public static const TypeCode DateTime, Value = 16
- Field: public static const TypeCode DBNull, Value = 2
- Field: public static const TypeCode Decimal, Value = 15
- Field: public static const TypeCode Double, Value = 14
- Field: public static const TypeCode Empty, Value = 0
- Field: public static const TypeCode Int16, Value = 7
- Field: public static const TypeCode Int32, Value = 9
- Field: public static const TypeCode Int64, Value = 11
- Field: public static const TypeCode Object, Value = 1
- Field: public static const TypeCode SByte, Value = 5
- Field: public static const TypeCode Single, Value = 13
- Field: public static const TypeCode String, Value = 18
- Field: public static const TypeCode UInt16, Value = 8
- Field: public static const TypeCode UInt32, Value = 10
- Field: public static const TypeCode UInt64, Value = 12
- Method (i): public virtual TypeCode GetTypeCode ()
|
- Method (i): public virtual int CompareTo (object target)
- Method (i): public virtual string ToString (IFormatProvider provider)
- Method (i): public string ToString (string format)
- Method (i): public virtual string ToString (string format, IFormatProvider provider)
|
| public class System.TypeLoadException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| public class System.UnauthorizedAccessException () |
| --> NONE <--
|
- Property: protected int HResult { }
- Property: virtual string StackTrace { public get; }
|
| System UnhandledExceptionEventArgs () |
| n/a
|
public class System.UnhandledExceptionEventArgs
|
| --> NONE <--
|
- Constructor: public UnhandledExceptionEventArgs (object exception, bool isTerminating)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: object ExceptionObject { public get; }
- Property: bool IsTerminating { public get; }
|
| System Version () |
public sealed class System.Version
(Please hover your mouse over the type to see the inheritance signatures) |
public sealed class System.Version
(Please hover your mouse over the type to see the inheritance signatures) |
| --> NONE <--
|
- Method: public virtual int CompareTo (Version value)
- Method: public virtual bool Equals (Version obj)
|
| System.Collections BitArray () |
public sealed class System.Collections.BitArray
(Please hover your mouse over the type to see the inheritance signatures) |
public sealed class System.Collections.BitArray
(Please hover your mouse over the type to see the inheritance signatures) |
- Method: public object Clone ()
|
- Method: public virtual object Clone ()
|
| public abstract class System.Collections.CollectionBase () |
| --> NONE <--
|
- Constructor: protected CollectionBase (int capacity)
- Property: int Capacity { public get; public set; }
|
|