DebuggerManager.IslandThread 类
定义
在专用辅助线程上执行数据岛。Executes the islands on a dedicated worker thread. 然后辅助线程的物理调用堆栈映射到解释器的虚拟调用堆栈。The worker thread's physical callstack then maps to the interpreter's virtual callstack.
public: ref class DebuggerManager::IslandThread sealed : IDisposable
public sealed class DebuggerManager.IslandThread : IDisposable
type DebuggerManager.IslandThread = class
interface IDisposable
Public NotInheritable Class DebuggerManager.IslandThread
Implements IDisposable
- 继承
-
DebuggerManager.IslandThread
- 实现
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| IslandWorker(DebuggerManager+IslandThread) |
从数据岛调用的专用入口点。Private entry point called from islands. 必须是公共的,以便数据岛可以调用它。Must be public so that the islands can invoke it. 在调试器辅助线程上调用。Called on debugger worker thread. |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |
显式接口实现
| IDisposable.Dispose() |
释放 DebuggerManager.IslandThread 类的当前实例所使用的所有资源。Releases all resources used by the current instance of the DebuggerManager.IslandThread class. |