Dart.Emulation Namespace : ComponentBase Class |
The following tables list the members exposed by ComponentBase.
Name | Description | |
---|---|---|
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | Encoding | Character encoding used by the component. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | SynchronizingObject | Gets or sets the object used to marshal data to the UI thread (for raising events). |
![]() | SyncRoot | Gets an object that is used to synchronize access to the upper layer protocol in use. |
![]() | Tag | Gets or sets an object that stores any user data. |
Name | Description | |
---|---|---|
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Deserialize | Deserialize a previously serialized object. |
![]() | Dispose | (Inherited from System.ComponentModel.Component) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Marshal | Overloaded. Marshals a string and/or object to the UI thread and raises the UserState event. |
![]() | Serialize | Serialize an object to the provided destination stream. |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | Error | Raised when Marshal(Exception) is used or an unhandled Exception is thrown in a worker thread created using Start. |
![]() | UserState | Raised when Marshal(String,Object) is used. |