Class KernelRpcValueConverter
Namespace: DotBoxD.Plugins
Assembly: DotBoxD.Plugins.dll
Converts between the compact server extension wire IR and the sandbox values consumed by installed verified IR. The expected sandbox type is supplied by the server-side installed function signature.
public static class KernelRpcValueConverterInheritance
Section titled “Inheritance”object ← KernelRpcValueConverter
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Section titled “Methods”FromSandboxValue(SandboxValue)
Section titled “ FromSandboxValue(SandboxValue)”public static KernelRpcValue FromSandboxValue(SandboxValue value)Parameters
Section titled “Parameters”value SandboxValue
Returns
Section titled “Returns”ToSandboxValue(KernelRpcValue, SandboxType)
Section titled “ ToSandboxValue(KernelRpcValue, SandboxType)”public static SandboxValue ToSandboxValue(KernelRpcValue value, SandboxType expectedType)Parameters
Section titled “Parameters”value KernelRpcValue
expectedType SandboxType