Script

Overview

Location

 

constructor

 

constructor

 

Script()

 

init()

 

Sub New()

constructor (Byte)

 

// .NET, .NET Standard 2.0
constructor(aValue: Byte)
// Island
constructor(aValue: uint8)

 

// .NET, .NET Standard 2.0
Script(Byte aValue)
// Island
Script(uint8 aValue)

 

// .NET, .NET Standard 2.0
init(_ aValue: Byte)
// Island
init(_ aValue: uint8)

 

// .NET, .NET Standard 2.0
Sub New(aValue As Byte)
// Island
Sub New(aValue As uint8)

Parameters:

  • aValue:

Equals  override virtual

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32

IsPrivateUse

 

method IsPrivateUse: bool

 

bool IsPrivateUse()

 

func IsPrivateUse() -> bool

 

func IsPrivateUse() bool

 

Function IsPrivateUse() As bool

String

 

method String: string

 

string String()

 

func String() -> string

 

func String() string

 

Function String() As string

Value

 

var Value: uint8;

 

uint8 Value

 

var Value: uint8

 

Value uint8

 

FIELD Value() As uint8

 

Value

 

var Value: uint8;

 

uint8 Value

 

var Value: uint8

 

Value uint8

 

FIELD Value() As uint8

 

constructor

 

constructor

 

Script()

 

init()

 

Sub New()

constructor (Byte)

 

// .NET, .NET Standard 2.0
constructor(aValue: Byte)
// Island
constructor(aValue: uint8)

 

// .NET, .NET Standard 2.0
Script(Byte aValue)
// Island
Script(uint8 aValue)

 

// .NET, .NET Standard 2.0
init(_ aValue: Byte)
// Island
init(_ aValue: uint8)

 

// .NET, .NET Standard 2.0
Sub New(aValue As Byte)
// Island
Sub New(aValue As uint8)

Parameters:

  • aValue:

Equals  override virtual

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32

IsPrivateUse

 

method IsPrivateUse: bool

 

bool IsPrivateUse()

 

func IsPrivateUse() -> bool

 

func IsPrivateUse() bool

 

Function IsPrivateUse() As bool

String

 

method String: string

 

string String()

 

func String() -> string

 

func String() string

 

Function String() As string