Table of Contents

Struct ExtismValUnion

Namespace
Extism.Sdk.Native
Assembly
Extism.Sdk.dll

A union type for host function argument/return values.

public struct ExtismValUnion
Inherited Members

Fields

f32

Set this for 32 bit floats

public float f32

Field Value

float

f64

Set this for 64 bit floats

public double f64

Field Value

double

i32

Set this for 32 bit integers

public int i32

Field Value

int

i64

Set this for 64 bit integers

public long i64

Field Value

long

ptr

Set this for 64 bit integers

public long ptr

Field Value

long