TestJsEngine.

ExecuteResource(string, Assembly) Method

Summary

Executes code from embedded JavaScript resource.

Syntax

public void ExecuteResource(string resourceName, Assembly assembly)

Parameters

Name Type Description
resourceName string The case-sensitive resource name.
assembly Assembly The assembly, which contains the embedded resource.

Return Value

Type Description
void
GitHub