IJSUnmarshalledRuntime Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an instance of a JavaScript runtime to which calls may be dispatched without JSON marshalling. Not all JavaScript runtimes support this capability. Currently it is only supported on WebAssembly and for security reasons, will never be supported for .NET code that runs on the server. This is an advanced mechanism that should only be used in performance-critical scenarios.
public interface class IJSUnmarshalledRuntime
public interface IJSUnmarshalledRuntime
type IJSUnmarshalledRuntime = interface
Public Interface IJSUnmarshalledRuntime
- Derived
Methods
InvokeUnmarshalled<T0,T1,T2,TResult>(String, T0, T1, T2) |
Obsolete.
Invokes the JavaScript function registered with the specified identifier. |
InvokeUnmarshalled<T0,T1,TResult>(String, T0, T1) |
Obsolete.
Invokes the JavaScript function registered with the specified identifier. |
InvokeUnmarshalled<T0,TResult>(String, T0) |
Obsolete.
Invokes the JavaScript function registered with the specified identifier. |
InvokeUnmarshalled<TResult>(String) |
Obsolete.
Invokes the JavaScript function registered with the specified identifier. |