StackFrame2.Module 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此堆栈帧的模块名。 一个模块就是一组函数。
public:
property System::String ^ Module { System::String ^ get(); };
public:
property Platform::String ^ Module { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(105)]
public string Module { [System.Runtime.InteropServices.DispId(105)] get; }
[<System.Runtime.InteropServices.DispId(105)>]
[<get: System.Runtime.InteropServices.DispId(105)>]
member this.Module : string
Public ReadOnly Property Module As String
属性值
一个表示此堆栈帧的模块名称的字符串。
实现
- 属性
注解
请参阅 Module。