| System Uri () |
public class System.Uri
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Uri
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected MarshalByRefObject MemberwiseClone (bool cloneIdentity)
|
- Constructor: public Uri (string uriString, UriKind uriKind)
- Constructor: public Uri (Uri baseUri, Uri relativeUri)
- Field: public static readonly string UriSchemeNetPipe
- Field: public static readonly string UriSchemeNetTcp
- Method: public static int Compare (Uri uri1, Uri uri2, UriComponents partsToCompare, UriFormat compareFormat, StringComparison comparisonType)
- Method: public static string EscapeDataString (string stringToEscape)
- Method: public static string EscapeUriString (string stringToEscape)
- Method: public string GetComponents (UriComponents components, UriFormat format)
- Method: public bool IsBaseOf (Uri uri)
- Method: public bool IsWellFormedOriginalString ()
- Method: public static bool IsWellFormedUriString (string uriString, UriKind uriKind)
- Method: public Uri MakeRelativeUri (Uri uri)
- Method: public static bool TryCreate (string uriString, UriKind uriKind, out Uri result)
- Method: public static bool TryCreate (Uri baseUri, string relativeUri, out Uri result)
- Method: public static bool TryCreate (Uri baseUri, Uri relativeUri, out Uri result)
- Method: public static string UnescapeDataString (string stringToUnescape)
- Property: string DnsSafeHost { public get; }
- Property: bool IsAbsoluteUri { public get; }
- Property: string OriginalString { public get; }
|
| UriComponents () |
| n/a
|
public sealed enum System.UriComponents
                    Scheme = Can't do enum :-(,
                    UserInfo = Can't do enum :-(,
                    Host = Can't do enum :-(,
                    Port = Can't do enum :-(,
                    SchemeAndServer = Can't do enum :-(,
                    Path = Can't do enum :-(,
                    Query = Can't do enum :-(,
                    PathAndQuery = Can't do enum :-(,
                    HttpRequestUrl = Can't do enum :-(,
                    Fragment = Can't do enum :-(,
                    AbsoluteUri = Can't do enum :-(,
                    StrongPort = Can't do enum :-(,
                    HostAndPort = Can't do enum :-(,
                    StrongAuthority = Can't do enum :-(,
                    KeepDelimiter = Can't do enum :-(,
                    SerializationInfoString = Can't do enum :-(,
|
| --> NONE <--
|
--> NONE <--
|
| UriFormat () |
| n/a
|
public sealed enum System.UriFormat
                    UriEscaped = Can't do enum :-(,
                    Unescaped = Can't do enum :-(,
                    SafeUnescaped = Can't do enum :-(,
|
| --> NONE <--
|
--> NONE <--
|
| UriKind () |
| n/a
|
public sealed enum System.UriKind
                    RelativeOrAbsolute = Can't do enum :-(,
                    Absolute = Can't do enum :-(,
                    Relative = Can't do enum :-(,
|
| --> NONE <--
|
--> NONE <--
|
| System.CodeDom.Compiler GeneratedCodeAttribute () |
| n/a
|
public sealed attribute System.CodeDom.Compiler.GeneratedCodeAttribute
|
| --> NONE <--
|
- Constructor: public GeneratedCodeAttribute (string tool, string version)
- 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 IsDefaultAttribute ()
- Method (i): public virtual bool Match (object obj)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: string Tool { public get; }
- Property: virtual object TypeId { public get; }
- Property: string Version { public get; }
|
| System.Collections.Generic LinkedList`1 () |
| n/a
|
public class System.Collections.Generic.LinkedList`1
|
| --> NONE <--
|
- Constructor: public LinkedList`1 ()
- Constructor: public LinkedList`1 (IEnumerable`1 collection)
- Method: public LinkedListNode`1 AddAfter (LinkedListNode`1 node, T value)
- Method: public LinkedListNode`1 AddBefore (LinkedListNode`1 node, T value)
- Method: public LinkedListNode`1 AddFirst (T value)
- Method: public LinkedListNode`1 AddLast (T value)
- Method: public virtual void Clear ()
- Method: public virtual bool Contains (T value)
- Method: public virtual void CopyTo (T[] array, int index)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public LinkedListNode`1 Find (T value)
- Method: public LinkedListNode`1 FindLast (T value)
- Method: public Enumerator GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public virtual bool Remove (T value)
- Method: public void RemoveFirst ()
- Method: public void RemoveLast ()
- Method (i): public virtual string ToString ()
- Nested Type: public sealed struct Enumerator
- Property: virtual int Count { public get; }
- Property: LinkedListNode`1 First { public get; }
- Property: LinkedListNode`1 Last { public get; }
|
| System.Collections.Generic LinkedListNode`1 () |
| n/a
|
public sealed class System.Collections.Generic.LinkedListNode`1
|
| --> NONE <--
|
- Constructor: public LinkedListNode`1 (T value)
- 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: LinkedList`1 List { public get; }
- Property: LinkedListNode`1 Next { public get; }
- Property: LinkedListNode`1 Previous { public get; }
- Property: T Value { public get; public set; }
|
| System.Collections.Generic Queue`1 () |
| n/a
|
public class System.Collections.Generic.Queue`1
|
| --> NONE <--
|
- Constructor: public Queue`1 ()
- Constructor: public Queue`1 (IEnumerable`1 collection)
- Constructor: public Queue`1 (int capacity)
- Method: public void Clear ()
- Method: public bool Contains (T item)
- Method: public void CopyTo (T[] array, int arrayIndex)
- Method: public T Dequeue ()
- Method: public void Enqueue (T item)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public Enumerator GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public T Peek ()
- Method: public T[] ToArray ()
- Method (i): public virtual string ToString ()
- Method: public void TrimExcess ()
- Nested Type: public sealed struct Enumerator
- Property: virtual int Count { public get; }
|
| System.Collections.Generic SortedList`2 () |
| n/a
|
public class System.Collections.Generic.SortedList`2
|
| --> NONE <--
|
- Constructor: public SortedList`2 ()
- Constructor: public SortedList`2 (IComparer`1 comparer)
- Constructor: public SortedList`2 (IDictionary`2 dictionary, IComparer`1 comparer)
- Constructor: public SortedList`2 (int capacity)
- Constructor: public SortedList`2 (int capacity, IComparer`1 comparer)
- Method: public virtual void Add (TKey key, TValue value)
- Method: public virtual void Clear ()
- Method: public virtual bool ContainsKey (TKey key)
- Method: public bool ContainsValue (TValue value)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public int IndexOfKey (TKey key)
- Method: public int IndexOfValue (TValue value)
- Method (i): protected object MemberwiseClone ()
- Method: public virtual bool Remove (TKey key)
- Method: public void RemoveAt (int index)
- Method (i): public virtual string ToString ()
- Method: public void TrimExcess ()
- Method: public virtual bool TryGetValue (TKey key, out TValue value)
- Property: int Capacity { public get; public set; }
- Property: IComparer`1 Comparer { public get; }
- Property: virtual int Count { public get; }
- Property: virtual TValue this [TKey key] { public get; public set; }
- Property: IList`1 Keys { public get; }
- Property: IList`1 Values { public get; }
|
| System.Collections.Generic Stack`1 () |
| n/a
|
public class System.Collections.Generic.Stack`1
|
| --> NONE <--
|
- Constructor: public Stack`1 ()
- Constructor: public Stack`1 (IEnumerable`1 collection)
- Constructor: public Stack`1 (int capacity)
- Method: public void Clear ()
- Method: public bool Contains (T item)
- Method: public void CopyTo (T[] array, int arrayIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public Enumerator GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public T Peek ()
- Method: public T Pop ()
- Method: public void Push (T item)
- Method: public T[] ToArray ()
- Method (i): public virtual string ToString ()
- Method: public void TrimExcess ()
- Nested Type: public sealed struct Enumerator
- Property: virtual int Count { public get; }
|
| public abstract class System.Collections.Specialized.NameObjectCollectionBase () |
- Constructor: public NameObjectCollectionBase ()
- Constructor: public NameObjectCollectionBase (IHashCodeProvider hashProvider, IComparer comparer)
- Constructor: public NameObjectCollectionBase (int capacity)
- Constructor: public NameObjectCollectionBase (int capacity, IHashCodeProvider hashProvider, IComparer comparer)
|
- Constructor: protected NameObjectCollectionBase ()
- Constructor: protected NameObjectCollectionBase (IEqualityComparer keyComparer)
- Constructor: protected NameObjectCollectionBase (IHashCodeProvider hashProvider, IComparer comparer)
- Constructor: protected NameObjectCollectionBase (int capacity)
- Constructor: protected NameObjectCollectionBase (int capacity, IEqualityComparer keyComparer)
- Constructor: protected NameObjectCollectionBase (int capacity, IHashCodeProvider hashProvider, IComparer comparer)
|
| public class System.Collections.Specialized.NameValueCollection () |
- Method: public void Clear ()
|
- Constructor: public NameValueCollection (IEqualityComparer keyComparer)
- Constructor: public NameValueCollection (int capacity, IEqualityComparer keyComparer)
- Method: public virtual void Clear ()
|
| System.Collections.Specialized StringDictionary () |
| n/a
|
public class System.Collections.Specialized.StringDictionary
|
| --> NONE <--
|
- Constructor: public StringDictionary ()
- Method: public virtual void Add (string key, string value)
- Method: public virtual void Clear ()
- Method: public virtual bool ContainsKey (string key)
- Method: public virtual bool ContainsValue (string value)
- Method: public virtual void CopyTo (Array array, int index)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public virtual IEnumerator GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public virtual void Remove (string key)
- Method (i): public virtual string ToString ()
- Property: virtual int Count { public get; }
- Property: virtual bool IsSynchronized { public get; }
- Property: virtual string this [string key] { public get; public set; }
- Property: virtual ICollection Keys { public get; }
- Property: virtual object SyncRoot { public get; }
- Property: virtual ICollection Values { public get; }
|
| System.ComponentModel AddingNewEventArgs () |
| n/a
|
public class System.ComponentModel.AddingNewEventArgs
|
| --> NONE <--
|
- Constructor: public AddingNewEventArgs ()
- Constructor: public AddingNewEventArgs (object newObject)
- 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 NewObject { public get; public set; }
|
| System.ComponentModel AddingNewEventHandler () |
| n/a
|
public sealed delegate System.ComponentModel.AddingNewEventHandler
|
| --> NONE <--
|
- Constructor: public AddingNewEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, AddingNewEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, AddingNewEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.ComponentModel BindingList`1 () |
| n/a
|
public class System.ComponentModel.BindingList`1
|
| --> NONE <--
|
- Constructor: public BindingList`1 ()
- Constructor: public BindingList`1 (IList`1 list)
- Event: public event AddingNewEventHandler AddingNew
- Event: public event ListChangedEventHandler ListChanged
- Method (i): public virtual void Add (T item)
- Method: public T AddNew ()
- Method: protected virtual object AddNewCore ()
- Method: protected virtual void ApplySortCore (PropertyDescriptor prop, ListSortDirection direction)
- Method: public virtual void CancelNew (int itemIndex)
- Method (i): public virtual void Clear ()
- Method: protected override void ClearItems ()
- Method (i): public virtual bool Contains (T item)
- Method (i): public virtual void CopyTo (T[] array, int index)
- Method: public virtual void EndNew (int itemIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: protected virtual int FindCore (PropertyDescriptor prop, object key)
- Method (i): public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): public virtual int IndexOf (T item)
- Method (i): public virtual void Insert (int index, T item)
- Method: protected override void InsertItem (int index, T item)
- Method (i): protected object MemberwiseClone ()
- Method: protected virtual void OnAddingNew (AddingNewEventArgs e)
- Method: protected virtual void OnListChanged (ListChangedEventArgs e)
- Method (i): public virtual bool Remove (T item)
- Method (i): public virtual void RemoveAt (int index)
- Method: protected override void RemoveItem (int index)
- Method: protected virtual void RemoveSortCore ()
- Method: public void ResetBindings ()
- Method: public void ResetItem (int position)
- Method: protected override void SetItem (int index, T item)
- Method (i): public virtual string ToString ()
- Property: bool AllowEdit { public get; public set; }
- Property: bool AllowNew { public get; public set; }
- Property: bool AllowRemove { public get; public set; }
- Property: virtual int Count { public get; }
- Property: protected virtual bool IsSortedCore { }
- Property: virtual T this [int index] { public get; public set; }
- Property: protected IList`1 Items { }
- Property: bool RaiseListChangedEvents { public get; public set; }
- Property: protected virtual ListSortDirection SortDirectionCore { }
- Property: protected virtual PropertyDescriptor SortPropertyCore { }
- Property: protected virtual bool SupportsChangeNotificationCore { }
- Property: protected virtual bool SupportsSearchingCore { }
- Property: protected virtual bool SupportsSortingCore { }
|
| System.ComponentModel Component () |
public class System.ComponentModel.Component
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.ComponentModel.Component
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected virtual void Finalize ()
|
- Method: public virtual void Dispose ()
- Method: protected override void Finalize ()
- Property: protected EventHandlerList Events { }
- Property: virtual ISite Site { public get; public set; }
|
| System.ComponentModel DataObjectAttribute () |
| n/a
|
public sealed attribute System.ComponentModel.DataObjectAttribute
|
| --> NONE <--
|
- Constructor: public DataObjectAttribute ()
- Constructor: public DataObjectAttribute (bool isDataObject)
- Field: public static readonly DataObjectAttribute DataObject
- Field: public static readonly DataObjectAttribute Default
- Field: public static readonly DataObjectAttribute NonDataObject
- 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): public virtual bool IsDefaultAttribute ()
- Method (i): public virtual bool Match (object obj)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool IsDataObject { public get; }
- Property: virtual object TypeId { public get; }
|
| System.ComponentModel DataObjectMethodAttribute () |
| n/a
|
public sealed attribute System.ComponentModel.DataObjectMethodAttribute
|
| --> NONE <--
|
- Constructor: public DataObjectMethodAttribute (DataObjectMethodType methodType)
- Constructor: public DataObjectMethodAttribute (DataObjectMethodType methodType, bool isDefault)
- 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): public virtual bool IsDefaultAttribute ()
- Method: public override bool Match (object obj)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool IsDefault { public get; }
- Property: DataObjectMethodType MethodType { public get; }
- Property: virtual object TypeId { public get; }
|
| DataObjectMethodType () |
| n/a
|
public sealed enum System.ComponentModel.DataObjectMethodType
                    Fill = Can't do enum :-(,
                    Select = Can't do enum :-(,
                    Update = Can't do enum :-(,
                    Insert = Can't do enum :-(,
                    Delete = Can't do enum :-(,
|
| --> NONE <--
|
--> NONE <--
|
| System.ComponentModel DesignTimeVisibleAttribute () |
| n/a
|
public sealed attribute System.ComponentModel.DesignTimeVisibleAttribute
|
| --> NONE <--
|
- Constructor: public DesignTimeVisibleAttribute ()
- Constructor: public DesignTimeVisibleAttribute (bool visible)
- Field: public static readonly DesignTimeVisibleAttribute Default
- Field: public static readonly DesignTimeVisibleAttribute No
- Field: public static readonly DesignTimeVisibleAttribute Yes
- 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): public virtual bool IsDefaultAttribute ()
- Method (i): public virtual bool Match (object obj)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual object TypeId { public get; }
- Property: bool Visible { public get; }
|
| public sealed class System.ComponentModel.EventHandlerList () |
| --> NONE <--
|
- Method: public void AddHandlers (EventHandlerList listToAddFrom)
|
| System.ComponentModel IBindingListView () |
| n/a
|
public interface System.ComponentModel.IBindingListView
|
| --> NONE <--
|
- Method: void ApplySort (ListSortDescriptionCollection sorts)
- Method: void RemoveFilter ()
- Property: string Filter { public get; public set; }
- Property: ListSortDescriptionCollection SortDescriptions { public get; }
- Property: bool SupportsAdvancedSorting { public get; }
- Property: bool SupportsFiltering { public get; }
|
| System.ComponentModel ICancelAddNew () |
| n/a
|
public interface System.ComponentModel.ICancelAddNew
|
| --> NONE <--
|
- Method: void CancelNew (int itemIndex)
- Method: void EndNew (int itemIndex)
|
| System.ComponentModel IChangeTracking () |
| n/a
|
public interface System.ComponentModel.IChangeTracking
|
| --> NONE <--
|
- Method: void AcceptChanges ()
- Property: bool IsChanged { public get; }
|
| System.ComponentModel INotifyPropertyChanged () |
| n/a
|
public interface System.ComponentModel.INotifyPropertyChanged
|
| --> NONE <--
|
- Event: public event PropertyChangedEventHandler PropertyChanged
|
| System.ComponentModel IRaiseItemChangedEvents () |
| n/a
|
public interface System.ComponentModel.IRaiseItemChangedEvents
|
| --> NONE <--
|
- Property: bool RaisesItemChangedEvents { public get; }
|
| System.ComponentModel IRevertibleChangeTracking () |
| n/a
|
public interface System.ComponentModel.IRevertibleChangeTracking
|
| --> NONE <--
|
- Method: void RejectChanges ()
|
| System.ComponentModel ISupportInitialize () |
| n/a
|
public interface System.ComponentModel.ISupportInitialize
|
| --> NONE <--
|
- Method: void BeginInit ()
- Method: void EndInit ()
|
| System.ComponentModel ISupportInitializeNotification () |
| n/a
|
public interface System.ComponentModel.ISupportInitializeNotification
|
| --> NONE <--
|
- Event: public event EventHandler Initialized
- Property: bool IsInitialized { public get; }
|
| public class System.ComponentModel.ListChangedEventArgs () |
| --> NONE <--
|
- Constructor: public ListChangedEventArgs (ListChangedType listChangedType, int newIndex, PropertyDescriptor propDesc)
|
| System.ComponentModel ListSortDescription () |
| n/a
|
public class System.ComponentModel.ListSortDescription
|
| --> NONE <--
|
- Constructor: public ListSortDescription (PropertyDescriptor property, ListSortDirection direction)
- 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: PropertyDescriptor PropertyDescriptor { public get; public set; }
- Property: ListSortDirection SortDirection { public get; public set; }
|
| System.ComponentModel ListSortDescriptionCollection () |
| n/a
|
public class System.ComponentModel.ListSortDescriptionCollection
|
| --> NONE <--
|
- Constructor: public ListSortDescriptionCollection ()
- Constructor: public ListSortDescriptionCollection (ListSortDescription[] sorts)
- Method: public virtual bool Contains (object value)
- Method: public virtual void CopyTo (Array array, int index)
- 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 virtual int IndexOf (object value)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual int Count { public get; }
- Property: ListSortDescription this [int index] { public get; public set; }
|
| System.ComponentModel MarshalByValueComponent () |
public class System.ComponentModel.MarshalByValueComponent
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.ComponentModel.MarshalByValueComponent
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual string ToString ()
|
- Event: public event EventHandler Disposed
- Method: public virtual void Dispose ()
- Method: protected virtual void Dispose (bool disposing)
- Method: protected override void Finalize ()
- Method: public virtual object GetService (Type service)
- Method: public override string ToString ()
- Property: virtual IContainer Container { public get; }
- Property: virtual bool DesignMode { public get; }
- Property: protected EventHandlerList Events { }
- Property: virtual ISite Site { public get; public set; }
|
| public abstract class System.ComponentModel.PropertyDescriptor () |
| --> NONE <--
|
- Method: ProtectedInternal EventHandler GetValueChangedHandler (object component)
- Property: virtual bool SupportsChangeEvents { public get; }
|
| System.Diagnostics DefaultTraceListener () |
public class System.Diagnostics.DefaultTraceListener
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Diagnostics.DefaultTraceListener
(Please hover your mouse over the type to see the inheritance signatures) |
| --> NONE <--
|
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
|
| System.Diagnostics Process () |
| n/a
|
public class System.Diagnostics.Process
|
| --> NONE <--
|
- Constructor: public Process ()
- Event: public event EventHandler Disposed
- Event: public event EventHandler Exited
- Method: public void Close ()
- Method: public bool CloseMainWindow ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual void Dispose ()
- Method: protected override void Dispose (bool disposing)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Process GetCurrentProcess ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method: public static Process GetProcessById (int processId)
- Method (i): public Type GetType ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method: public void Kill ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected MarshalByRefObject MemberwiseClone (bool cloneIdentity)
- Method: protected void OnExited ()
- Method: public void Refresh ()
- Method: public bool Start ()
- Method: public static Process Start (string fileName, string arguments)
- Method: public static Process Start (ProcessStartInfo startInfo)
- Method (i): public virtual string ToString ()
- Method: public void WaitForExit ()
- Method: public bool WaitForExit (int milliseconds)
- Property: bool EnableRaisingEvents { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: int ExitCode { public get; }
- Property: bool HasExited { public get; }
- Property: int Id { public get; }
- Property: IntPtr MainWindowHandle { public get; }
- Property: bool Responding { public get; }
- Property: virtual ISite Site { public get; public set; }
- Property: ProcessStartInfo StartInfo { public get; public set; }
|
| System.Diagnostics ProcessStartInfo () |
| n/a
|
public sealed class System.Diagnostics.ProcessStartInfo
|
| --> NONE <--
|
- Constructor: public ProcessStartInfo ()
- Constructor: public ProcessStartInfo (string fileName, string arguments)
- 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: string Arguments { public get; public set; }
- Property: string FileName { public get; public set; }
- Property: bool UseShellExecute { public get; public set; }
- Property: string Verb { public get; public set; }
- Property: string WorkingDirectory { public get; public set; }
|
| System.Diagnostics TraceListener () |
public abstract class System.Diagnostics.TraceListener
(Please hover your mouse over the type to see the inheritance signatures) |
public abstract class System.Diagnostics.TraceListener
(Please hover your mouse over the type to see the inheritance signatures) |
| --> NONE <--
|
- Method: public virtual void Dispose ()
- Method: protected virtual void Dispose (bool disposing)
|
| Handshake () |
| n/a
|
public sealed enum System.IO.Ports.Handshake
                    None = Can't do enum :-(,
                    XOnXOff = Can't do enum :-(,
                    RequestToSend = Can't do enum :-(,
                    RequestToSendXOnXOff = Can't do enum :-(,
|
| --> NONE <--
|
--> NONE <--
|
| Parity () |
| n/a
|
public sealed enum System.IO.Ports.Parity
                    None = Can't do enum :-(,
                    Odd = Can't do enum :-(,
                    Even = Can't do enum :-(,
                    Mark = Can't do enum :-(,
                    Space = Can't do enum :-(,
|
| --> NONE <--
|
--> NONE <--
|
| SerialData () |
| n/a
|
public sealed enum System.IO.Ports.SerialData
                    Chars = Can't do enum :-(,
                    Eof = Can't do enum :-(,
|
| --> NONE <--
|
--> NONE <--
|
| System.IO.Ports SerialDataReceivedEventArgs () |
| n/a
|
public class System.IO.Ports.SerialDataReceivedEventArgs
|
| --> 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 (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: SerialData EventType { public get; }
|
| System.IO.Ports SerialDataReceivedEventHandler () |
| n/a
|
public sealed delegate System.IO.Ports.SerialDataReceivedEventHandler
|
| --> NONE <--
|
- Constructor: public SerialDataReceivedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, SerialDataReceivedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, SerialDataReceivedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| SerialError () |
| n/a
|
public sealed enum System.IO.Ports.SerialError
                    RXOver = Can't do enum :-(,
                    Overrun = Can't do enum :-(,
                    RXParity = Can't do enum :-(,
                    Frame = Can't do enum :-(,
                    TXFull = Can't do enum :-(,
|
| --> NONE <--
|
--> NONE <--
|
| System.IO.Ports SerialErrorReceivedEventArgs () |
| n/a
|
public class System.IO.Ports.SerialErrorReceivedEventArgs
|
| --> 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 (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: SerialError EventType { public get; }
|
| System.IO.Ports SerialErrorReceivedEventHandler () |
| n/a
|
public sealed delegate System.IO.Ports.SerialErrorReceivedEventHandler
|
| --> NONE <--
|
- Constructor: public SerialErrorReceivedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, SerialErrorReceivedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, SerialErrorReceivedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| SerialPinChange () |
| n/a
|
public sealed enum System.IO.Ports.SerialPinChange
                    CtsChanged = Can't do enum :-(,
                    DsrChanged = Can't do enum :-(,
                    CDChanged = Can't do enum :-(,
                    Break = Can't do enum :-(,
                    Ring = Can't do enum :-(,
|
| --> NONE <--
|
--> NONE <--
|
| System.IO.Ports SerialPinChangedEventArgs () |
| n/a
|
public class System.IO.Ports.SerialPinChangedEventArgs
|
| --> 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 (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: SerialPinChange EventType { public get; }
|
| System.IO.Ports SerialPinChangedEventHandler () |
| n/a
|
public sealed delegate System.IO.Ports.SerialPinChangedEventHandler
|
| --> NONE <--
|
- Constructor: public SerialPinChangedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, SerialPinChangedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, SerialPinChangedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.IO.Ports SerialPort () |
| n/a
|
public class System.IO.Ports.SerialPort
|
| --> NONE <--
|
- Constructor: public SerialPort ()
- Constructor: public SerialPort (string portName)
- Constructor: public SerialPort (string portName, int baudRate)
- Constructor: public SerialPort (string portName, int baudRate, Parity parity)
- Constructor: public SerialPort (string portName, int baudRate, Parity parity, int dataBits)
- Constructor: public SerialPort (string portName, int baudRate, Parity parity, int dataBits, StopBits stopBits)
- Constructor: public SerialPort (IContainer container)
- Event: public event SerialDataReceivedEventHandler DataReceived
- Event: public event EventHandler Disposed
- Event: public event SerialErrorReceivedEventHandler ErrorReceived
- Event: public event SerialPinChangedEventHandler PinChanged
- Field: public static const int InfiniteTimeout, Value = -1
- Method: public void Close ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method: public void DiscardInBuffer ()
- Method: public void DiscardOutBuffer ()
- Method (i): public virtual void Dispose ()
- Method: protected override void Dispose (bool disposing)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method: public static string[] GetPortNames ()
- Method (i): public Type GetType ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected MarshalByRefObject MemberwiseClone (bool cloneIdentity)
- Method: public void Open ()
- Method: public int Read (byte[] buffer, int offset, int count)
- Method: public int Read (char[] buffer, int offset, int
|