Table of Contents
Runtime.InitWorkerProcessExecutable Method 

Initializes worker process executable.

Syntax
 public static void InitWorkerProcessExecutable(
   string fullExePath
);

Parameters

fullExePath
The full path of the worker process executable.
Remarks

This method explicitly creates the executable file used to for child process.

See Also