Table of Contents

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 KernelRpcValueConverter
Inheritance
KernelRpcValueConverter
Inherited Members

Methods

FromSandboxValue(SandboxValue)

public static KernelRpcValue FromSandboxValue(SandboxValue value)

Parameters

value SandboxValue

Returns

KernelRpcValue

ToSandboxValue(KernelRpcValue, SandboxType)

public static SandboxValue ToSandboxValue(KernelRpcValue value, SandboxType expectedType)

Parameters

value KernelRpcValue
expectedType SandboxType

Returns

SandboxValue