get_runtime

Function get_runtime 

Source
pub fn get_runtime() -> Arc<AssemblyDelegateLoader>
Expand description

Get a reference to a shared .NET runtime and associated DLL bundle

Panics if a runtime cannot be created. Calls try_get_runtime and unwraps.