NodeJS

Overview

Location

 

constructor  protected

 

constructor

 

NodeJS()

 

init()

 

NodeJS()

 

Sub New()

Buffer

 

class property Buffer: dynamic read;

 

class dynamic Buffer { get; }

 

static var Buffer: dynamic { get{} }

 

class dynamic Buffer { __get; }

 

Shared ReadOnly Property Buffer() As dynamic

console

 

class property console: dynamic read;

 

class dynamic console { get; }

 

static var console: dynamic { get{} }

 

class dynamic console { __get; }

 

Shared ReadOnly Property console() As dynamic

Equals  virtual    (declared in Object)

Default constructor.

 

method Equals(aOther: Object): Boolean

 

Boolean Equals(Object aOther)

 

func Equals(_ aOther: Object) -> Boolean

 

Boolean Equals(Object aOther)

 

Function Equals(aOther As Object) As Boolean

Parameters:

  • aOther: the reference to compare this with.

exports

 

class property exports: dynamic read;

 

class dynamic exports { get; }

 

static var exports: dynamic { get{} }

 

class dynamic exports { __get; }

 

Shared ReadOnly Property exports() As dynamic

Finalize  protected virtual    (declared in Object)

 

method Finalize

 

void Finalize()

 

func Finalize()

 

void Finalize()

 

Sub Finalize()

GetHashCode  virtual    (declared in Object)

Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

Int32 GetHashCode()

 

Function GetHashCode() As Int32

GetType    (declared in Object)

Returns the actual type of this class

 

method GetType: Type

 

Type GetType()

 

func GetType() -> Type

 

Type GetType()

 

Function GetType() As Type

global

 

class property global: dynamic read;

 

class dynamic global { get; }

 

static var global: dynamic { get{} }

 

class dynamic global { __get; }

 

Shared ReadOnly Property global() As dynamic

module

 

class property module: dynamic read;

 

class dynamic module { get; }

 

static var module: dynamic { get{} }

 

class dynamic module { __get; }

 

Shared ReadOnly Property module() As dynamic

NewTextDecoder

 

class method NewTextDecoder: dynamic

 

static dynamic NewTextDecoder()

 

static func NewTextDecoder() -> dynamic

 

static dynamic NewTextDecoder()

 

Shared Function NewTextDecoder() As dynamic

NewTextDecoder (String): dynamic

 

class method NewTextDecoder(aEncoding: String): dynamic

 

static dynamic NewTextDecoder(String aEncoding)

 

static func NewTextDecoder(_ aEncoding: String) -> dynamic

 

static dynamic NewTextDecoder(String aEncoding)

 

Shared Function NewTextDecoder(aEncoding As String) As dynamic

Parameters:

  • aEncoding:

NewTextEncoder

 

class method NewTextEncoder: dynamic

 

static dynamic NewTextEncoder()

 

static func NewTextEncoder() -> dynamic

 

static dynamic NewTextEncoder()

 

Shared Function NewTextEncoder() As dynamic

NewURL (String): dynamic

 

class method NewURL(aInput: String): dynamic

 

static dynamic NewURL(String aInput)

 

static func NewURL(_ aInput: String) -> dynamic

 

static dynamic NewURL(String aInput)

 

Shared Function NewURL(aInput As String) As dynamic

Parameters:

  • aInput:

NewURL (String, String): dynamic

 

class method NewURL(aInput: String; aBase: String): dynamic

 

static dynamic NewURL(String aInput, String aBase)

 

static func NewURL(_ aInput: String, _ aBase: String) -> dynamic

 

static dynamic NewURL(String aInput, String aBase)

 

Shared Function NewURL(aInput As String, aBase As String) As dynamic

Parameters:

  • aInput:
  • aBase:

process

 

class property process: dynamic read;

 

class dynamic process { get; }

 

static var process: dynamic { get{} }

 

class dynamic process { __get; }

 

Shared ReadOnly Property process() As dynamic

ReferenceEquals    (declared in Object)

Compares two references for equivalence (even if they have an equals operator)

 

class method ReferenceEquals(a: Object; b: Object): Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

static func ReferenceEquals(_ a: Object, _ b: Object) -> Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

Shared Function ReferenceEquals(a As Object, b As Object) As Boolean

Parameters:

  • a: left value
  • b: right value

require

 

class method require(aModule: String): dynamic

 

static dynamic require(String aModule)

 

static func require(_ aModule: String) -> dynamic

 

static dynamic require(String aModule)

 

Shared Function require(aModule As String) As dynamic

Parameters:

  • aModule:

ToString  virtual    (declared in Object)

Gets the string representation of this method.

 

method ToString: String

 

String ToString()

 

func ToString() -> String

 

String ToString()

 

Function ToString() As String

 

Buffer

 

class property Buffer: dynamic read;

 

class dynamic Buffer { get; }

 

static var Buffer: dynamic { get{} }

 

class dynamic Buffer { __get; }

 

Shared ReadOnly Property Buffer() As dynamic

console

 

class property console: dynamic read;

 

class dynamic console { get; }

 

static var console: dynamic { get{} }

 

class dynamic console { __get; }

 

Shared ReadOnly Property console() As dynamic

exports

 

class property exports: dynamic read;

 

class dynamic exports { get; }

 

static var exports: dynamic { get{} }

 

class dynamic exports { __get; }

 

Shared ReadOnly Property exports() As dynamic

global

 

class property global: dynamic read;

 

class dynamic global { get; }

 

static var global: dynamic { get{} }

 

class dynamic global { __get; }

 

Shared ReadOnly Property global() As dynamic

module

 

class property module: dynamic read;

 

class dynamic module { get; }

 

static var module: dynamic { get{} }

 

class dynamic module { __get; }

 

Shared ReadOnly Property module() As dynamic

process

 

class property process: dynamic read;

 

class dynamic process { get; }

 

static var process: dynamic { get{} }

 

class dynamic process { __get; }

 

Shared ReadOnly Property process() As dynamic

 

NewTextDecoder

 

class method NewTextDecoder: dynamic

 

static dynamic NewTextDecoder()

 

static func NewTextDecoder() -> dynamic

 

static dynamic NewTextDecoder()

 

Shared Function NewTextDecoder() As dynamic

NewTextDecoder (String): dynamic

 

class method NewTextDecoder(aEncoding: String): dynamic

 

static dynamic NewTextDecoder(String aEncoding)

 

static func NewTextDecoder(_ aEncoding: String) -> dynamic

 

static dynamic NewTextDecoder(String aEncoding)

 

Shared Function NewTextDecoder(aEncoding As String) As dynamic

Parameters:

  • aEncoding:

NewTextEncoder

 

class method NewTextEncoder: dynamic

 

static dynamic NewTextEncoder()

 

static func NewTextEncoder() -> dynamic

 

static dynamic NewTextEncoder()

 

Shared Function NewTextEncoder() As dynamic

NewURL (String): dynamic

 

class method NewURL(aInput: String): dynamic

 

static dynamic NewURL(String aInput)

 

static func NewURL(_ aInput: String) -> dynamic

 

static dynamic NewURL(String aInput)

 

Shared Function NewURL(aInput As String) As dynamic

Parameters:

  • aInput:

NewURL (String, String): dynamic

 

class method NewURL(aInput: String; aBase: String): dynamic

 

static dynamic NewURL(String aInput, String aBase)

 

static func NewURL(_ aInput: String, _ aBase: String) -> dynamic

 

static dynamic NewURL(String aInput, String aBase)

 

Shared Function NewURL(aInput As String, aBase As String) As dynamic

Parameters:

  • aInput:
  • aBase:

ReferenceEquals    (declared in Object)

Compares two references for equivalence (even if they have an equals operator)

 

class method ReferenceEquals(a: Object; b: Object): Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

static func ReferenceEquals(_ a: Object, _ b: Object) -> Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

Shared Function ReferenceEquals(a As Object, b As Object) As Boolean

Parameters:

  • a: left value
  • b: right value

require

 

class method require(aModule: String): dynamic

 

static dynamic require(String aModule)

 

static func require(_ aModule: String) -> dynamic

 

static dynamic require(String aModule)

 

Shared Function require(aModule As String) As dynamic

Parameters:

  • aModule:

 

constructor  protected

 

constructor

 

NodeJS()

 

init()

 

NodeJS()

 

Sub New()

Equals  virtual    (declared in Object)

Default constructor.

 

method Equals(aOther: Object): Boolean

 

Boolean Equals(Object aOther)

 

func Equals(_ aOther: Object) -> Boolean

 

Boolean Equals(Object aOther)

 

Function Equals(aOther As Object) As Boolean

Parameters:

  • aOther: the reference to compare this with.

Finalize  protected virtual    (declared in Object)

 

method Finalize

 

void Finalize()

 

func Finalize()

 

void Finalize()

 

Sub Finalize()

GetHashCode  virtual    (declared in Object)

Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

Int32 GetHashCode()

 

Function GetHashCode() As Int32

GetType    (declared in Object)

Returns the actual type of this class

 

method GetType: Type

 

Type GetType()

 

func GetType() -> Type

 

Type GetType()

 

Function GetType() As Type

ToString  virtual    (declared in Object)

Gets the string representation of this method.

 

method ToString: String

 

String ToString()

 

func ToString() -> String

 

String ToString()

 

Function ToString() As String