Struct ExtismValUnion
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
f64
Set this for 64 bit floats
public double f64
Field Value
i32
Set this for 32 bit integers
public int i32
Field Value
i64
Set this for 64 bit integers
public long i64
Field Value
ptr
Set this for 64 bit integers
public long ptr