StackFrame2.Module 属性

定义

获取此堆栈帧的模块名。 一个模块就是一组函数。

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

属性值

String

一个表示此堆栈帧的模块名称的字符串。

实现

属性

注解

请参阅 Module

适用于