Class RuntimeManager
Provides functionality for initializing and managing resources held by the Python runtime and an interface for scheduling work in the runtime scheduler.
public class RuntimeManager : IDisposable
- Inheritance
-
RuntimeManager
- Implements
- Inherited Members
Methods
Dispose()
Shutdown the thread and release all resources associated with the Python runtime. All remaining work scheduled after shutdown is abandoned.
public void Dispose()