Class KernelRpcValueConverter
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 KernelRpcValueConverter
- Inheritance
-
KernelRpcValueConverter
- Inherited Members
Methods
FromSandboxValue(SandboxValue)
public static KernelRpcValue FromSandboxValue(SandboxValue value)
Parameters
valueSandboxValue
Returns
ToSandboxValue(KernelRpcValue, SandboxType)
public static SandboxValue ToSandboxValue(KernelRpcValue value, SandboxType expectedType)
Parameters
valueKernelRpcValueexpectedTypeSandboxType