Shell MembersSSH .NET Client Library Documentation

The Shell type exposes the following members.
Methods

  NameDescription
Public methodDispose 
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged ResourceMessages.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the Session is reclaimed by garbage collection.
(Overrides OnlineObject Finalize .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStart
Starts this shell.
Public methodStop
Stops this shell.
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyIsStarted
Gets a value indicating whether this shell is started.
Back to Top
Events

  NameDescription
Public eventErrorOccurred
Occurs when an error occurred.
Public eventStarted
Occurs when shell is started.
Public eventStarting
Occurs when shell is starting.
Public eventStopped
Occurs when shell is stopped.
Public eventStopping
Occurs when shell is stopping.
Back to Top
See Also