We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
First, Make sure that the file system is enabled in cosmos. To do this use:
CosmosVFS fs = new Sys.FileSystem.CosmosVFS();
Sys.FileSystem.VFS.VFSManager.RegisterVFS(fs);
Then, You can start the executable like so:
DotNetClr.DotNetClr clr = new DotNetClr.DotNetClr(fl, @"0:\framework");
clr.Start();