Show / Hide Table of Contents

Class NewEmulator

Simplified x3270 new emulator class (starts a new copy of ws3270).

Inheritance
System.Object
X3270is
NewEmulator
Implements
System.IDisposable
Inherited Members
X3270is.StatusLine
X3270is.Debug
X3270is.DebugOutput
X3270is.Client
X3270is.Quote(String)
X3270is.RunRaw(String)
X3270is.Run(String, String[])
X3270is.Run(String, IEnumerable<String>)
X3270is.Run(String, Object[])
X3270is.RunSafeArray(String, Object[])
X3270is.RunJScriptArray(String, Object)
X3270is.SetupReaderWriter()
X3270is.SetupEncoding()
X3270is.Log(String, Object[])
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 Source

NewEmulator()

Initializes a new instance of the NewEmulator class.

Declaration
public NewEmulator()

Properties

| Improve this Doc View Source

ExtraOptions

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 Source

Dispose()

Dispose the object.

Declaration
[ComVisible(true)]
public void Dispose()
| Improve this Doc View Source

Dispose(Boolean)

Dispose the object.

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing

True if disposing.

| Improve this Doc View Source

Start()

Start the s3270 process.

Declaration
[ComVisible(true)]
public void Start()

Implements

System.IDisposable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX