PowerTCP Telnet for .NET CF
ComponentBase Class Members
See Also  Fields  Properties  Methods  Events Send comments on this topic.
Dart.Common Namespace : ComponentBase Class


The following tables list the members exposed by ComponentBase.

Public Fields

 NameDescription
public FieldEncoding Character encoding used by the component.  
public FieldTag Gets or sets an object that stores any user data.  
Top

Public Properties

 NameDescription
public PropertyContainerGets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
public PropertySiteGets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
public PropertySynchronizingObject Gets or sets the object used to marshal data to the UI thread.  
Top

Protected Properties

 NameDescription
protected PropertyCanRaiseEventsGets a value indicating whether the component can raise an event. (Inherited from System.ComponentModel.Component)
protected PropertyDesignModeGets a value that indicates whether the System.ComponentModel.Component is currently in design mode. (Inherited from System.ComponentModel.Component)
protected PropertyEventsGets the list of event handlers that are attached to this System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
Top

Public Methods

 NameDescription
public MethodCreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
public MethodDisposeOverloaded. Releases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
public MethodGetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodInitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodMarshalOverloaded.  Marshals an exception to the UI thread.  
Top

Protected Methods

 NameDescription
protected MethodGetServiceReturns an object that represents a service provided by the System.ComponentModel.Component or by its System.ComponentModel.Container. (Inherited from System.ComponentModel.Component)
protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
protected MethodOnError Raises the Error event.  
protected MethodOnUserState Raises the UserState event.  
Top

Public Events

 NameDescription
public EventDisposedOccurs when the component is disposed by a call to the System.ComponentModel.Component.Dispose method. (Inherited from System.ComponentModel.Component)
public EventErrorRaised when Marshal is called by the user or an unhandled Exception is thrown in a worker thread created using the Start method.  
public EventUserState Raised when user state information is marshaled.  
Top

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.