Global

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.expvar
  • Platforms: .NET, .NET Standard 2.0, Island

Methods


Do

 

class method Do(f: Action<go.expvar.KeyValue>)

 

static void Do(Action<go.expvar.KeyValue> f)

 

static func Do(_ f: Action<go.expvar.KeyValue>)

 

// .NET, .NET Standard 2.0
func Do(f Action<go.expvar.KeyValue>) 
// Island
func Do(f Action<go.expvar.KeyValue>) void

 

Shared Sub Do(f As Action<go.expvar.KeyValue>)

Parameters:

  • f:

Get

 

class method Get(name: string): Var

 

static Var Get(string name)

 

static func Get(_ name: string) -> Var

 

func Get(name string) Var

 

Shared Function Get(name As string) As Var

Parameters:

  • name:

Handler

 

class method Handler: Handler

 

static Handler Handler()

 

static func Handler() -> Handler

 

func Handler() Handler

 

Shared Function Handler() As Handler

NewFloat

 

// .NET, .NET Standard 2.0
class method NewFloat(name: string): Memory<Float>
// Island
class method NewFloat(name: string): Memory<Float>

 

// .NET, .NET Standard 2.0
static Memory<Float> NewFloat(string name)
// Island
static Memory<Float> NewFloat(string name)

 

// .NET, .NET Standard 2.0
static func NewFloat(_ name: string) -> Memory<Float>
// Island
static func NewFloat(_ name: string) -> Memory<Float>

 

// .NET, .NET Standard 2.0
func NewFloat(name string) Memory<Float>
// Island
func NewFloat(name string) Memory<Float>

 

// .NET, .NET Standard 2.0
Shared Function NewFloat(name As string) As Memory<Float>
// Island
Shared Function NewFloat(name As string) As Memory<Float>

Parameters:

  • name:

NewInt

 

// .NET, .NET Standard 2.0
class method NewInt(name: string): Memory<Int>
// Island
class method NewInt(name: string): Memory<Int>

 

// .NET, .NET Standard 2.0
static Memory<Int> NewInt(string name)
// Island
static Memory<Int> NewInt(string name)

 

// .NET, .NET Standard 2.0
static func NewInt(_ name: string) -> Memory<Int>
// Island
static func NewInt(_ name: string) -> Memory<Int>

 

// .NET, .NET Standard 2.0
func NewInt(name string) Memory<Int>
// Island
func NewInt(name string) Memory<Int>

 

// .NET, .NET Standard 2.0
Shared Function NewInt(name As string) As Memory<Int>
// Island
Shared Function NewInt(name As string) As Memory<Int>

Parameters:

  • name:

NewMap

 

// .NET, .NET Standard 2.0
class method NewMap(name: string): Memory<Map>
// Island
class method NewMap(name: string): Memory<Map>

 

// .NET, .NET Standard 2.0
static Memory<Map> NewMap(string name)
// Island
static Memory<Map> NewMap(string name)

 

// .NET, .NET Standard 2.0
static func NewMap(_ name: string) -> Memory<Map>
// Island
static func NewMap(_ name: string) -> Memory<Map>

 

// .NET, .NET Standard 2.0
func NewMap(name string) Memory<Map>
// Island
func NewMap(name string) Memory<Map>

 

// .NET, .NET Standard 2.0
Shared Function NewMap(name As string) As Memory<Map>
// Island
Shared Function NewMap(name As string) As Memory<Map>

Parameters:

  • name:

NewString

 

// .NET, .NET Standard 2.0
class method NewString(name: string): Memory<String>
// Island
class method NewString(name: string): Memory<String>

 

// .NET, .NET Standard 2.0
static Memory<String> NewString(string name)
// Island
static Memory<String> NewString(string name)

 

// .NET, .NET Standard 2.0
static func NewString(_ name: string) -> Memory<String>
// Island
static func NewString(_ name: string) -> Memory<String>

 

// .NET, .NET Standard 2.0
func NewString(name string) Memory<String>
// Island
func NewString(name string) Memory<String>

 

// .NET, .NET Standard 2.0
Shared Function NewString(name As string) As Memory<String>
// Island
Shared Function NewString(name As string) As Memory<String>

Parameters:

  • name:

Publish

 

class method Publish(name: string; v: Var)

 

static void Publish(string name, Var v)

 

static func Publish(_ name: string, _ v: Var)

 

// .NET, .NET Standard 2.0
func Publish(name string, v Var) 
// Island
func Publish(name string, v Var) void

 

Shared Sub Publish(name As string, v As Var)

Parameters:

  • name:
  • v: