The Rexec type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Rexec()()()() |
Creates a new Rexec instance.
|
![]() |
Rexec(String, String, String, String) |
Creates a new Rexec instance.
|
![]() |
Rexec(String, Int32, String, String, String) |
Creates a new Rexec instance.
|
Methods
Name | Description | |
---|---|---|
![]() |
CreateObjRef |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.) |
![]() |
Dispose()()()() |
Releases all resources used by the Component.
(Inherited from Component.) |
![]() |
Dispose(Boolean) |
Clean up any resources being used.
(Overrides Component..::..Dispose(Boolean).) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Execute |
Executes a command on the Remote Host.
|
![]() |
Finalize |
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.) |
![]() |
FireRexecConnectedEvent |
Fires ConnectedEvent event.
|
![]() |
FireRexecDisconnectedEvent |
Fires DisconnectedEvent event.
|
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetLifetimeService |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) |
![]() |
GetService | (Inherited from Component.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
InitializeLifetimeService |
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) |
![]() |
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
MemberwiseClone(Boolean) |
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.) |
![]() |
ToString |
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.) |
Properties
Name | Description | |
---|---|---|
![]() |
CanRaiseEvents |
Gets a value indicating whether the component can raise an event.
(Inherited from Component.) |
![]() |
Command |
Gets/Sets the command to execute on the Remote Host.
|
![]() |
Container |
Gets the IContainer that contains the Component.
(Inherited from Component.) |
![]() |
DesignMode |
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.) |
![]() |
Encoding |
Gets/Sets the Encoding used when converting between
string and bytes. Default is Encoding.UTF8
|
![]() |
Events |
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.) |
![]() |
Hostname |
Gets/Sets the Remote Host hostname.
|
![]() |
LicenseKey |
License key.
|
![]() |
Password |
Gets/Sets the password used to log in to the Remote Host.
|
![]() |
Port |
Gets/Sets the Remote Host port number.
|
![]() |
ReadTimeout |
Gets or sets the amount of time a Socket will wait to receive data once initiated.
|
![]() |
Site | (Inherited from Component.) |
![]() |
Username |
Gets/Sets the user name used to log in to the Remote Host.
|
Events
Name | Description | |
---|---|---|
![]() |
ConnectedEvent |
Occurs after a successful connection to the Remote Host.
|
![]() |
DisconnectedEvent |
Occurs after a successful disconnection from the Remote Host.
|
![]() |
Disposed |
Occurs when the component is disposed by a call to the Dispose()()()() method.
(Inherited from Component.) |