Class NewEmulator
Simplified x3270 new emulator class (starts a new copy of ws3270).
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: X3270is
Assembly: x3270is.dll
Syntax
[ComVisible(true)]
public class NewEmulator : X3270is, IDisposable
Constructors
| Improve this Doc View SourceNewEmulator()
Initializes a new instance of the NewEmulator class.
Declaration
public NewEmulator()
Properties
| Improve this Doc View SourceExtraOptions
Gets or sets the extra options.
Declaration
[ComVisible(true)]
public string ExtraOptions { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceDispose()
Dispose the object.
Declaration
[ComVisible(true)]
public void Dispose()
Dispose(Boolean)
Dispose the object.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | True if disposing. |
Start()
Start the s3270 process.
Declaration
[ComVisible(true)]
public void Start()
Implements
System.IDisposable