dnu : dylan.NET.Utils Namespace

Keyboard Class

Documentation for this section has not yet been entered.

Syntax

public class Keyboard

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

Members

See Also: Inherited members from object.

Public Constructors

Documentation for this section has not yet been entered.

Public Methods

static
ReadBoolean () : bool
Documentation for this section has not yet been entered.
static
ReadChar () : char
Documentation for this section has not yet been entered.
static
ReadDouble () : double
Documentation for this section has not yet been entered.
static
ReadInteger () : int
Documentation for this section has not yet been entered.
static
ReadLong () : long
Documentation for this section has not yet been entered.
static
ReadSbyte () : sbyte
Documentation for this section has not yet been entered.
static
ReadShort () : short
Documentation for this section has not yet been entered.
static
ReadSingle () : float
Documentation for this section has not yet been entered.
static
ReadString () : string
Documentation for this section has not yet been entered.

Member Details

Keyboard Constructor

Documentation for this section has not yet been entered.

Syntax

public Keyboard ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

ReadBoolean Method

Documentation for this section has not yet been entered.

Syntax

public static bool ReadBoolean ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

ReadChar Method

Documentation for this section has not yet been entered.

Syntax

public static char ReadChar ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

ReadDouble Method

Documentation for this section has not yet been entered.

Syntax

public static double ReadDouble ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

ReadInteger Method

Documentation for this section has not yet been entered.

Syntax

public static int ReadInteger ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

ReadLong Method

Documentation for this section has not yet been entered.

Syntax

public static long ReadLong ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

ReadSbyte Method

Documentation for this section has not yet been entered.

Syntax

public static sbyte ReadSbyte ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

ReadShort Method

Documentation for this section has not yet been entered.

Syntax

public static short ReadShort ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

ReadSingle Method

Documentation for this section has not yet been entered.

Syntax

public static float ReadSingle ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

ReadString Method

Documentation for this section has not yet been entered.

Syntax

public static string ReadString ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6