다음을 통해 공유


Module.Path Property

Definition

Gets the full path to the module, such as c:\windows\system32\kernel32.dll. Path corresponds to the Path column of the Modules window.

public:
 property System::String ^ Path { System::String ^ get(); };
public:
 property Platform::String ^ Path { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2101)]
public string Path { [System.Runtime.InteropServices.DispId(2101)] get; }
[<System.Runtime.InteropServices.DispId(2101)>]
[<get: System.Runtime.InteropServices.DispId(2101)>]
member this.Path : string
Public ReadOnly Property Path As String

Property Value

A string value representing the path to the module.

Attributes

Applies to