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.
pub fn get_runtime() -> Arc<AssemblyDelegateLoader>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.