Module.Path Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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