Module.Name 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 name of the module (such as, "kernel32.dll"). Name corresponds to the Name column of the Modules window.
public:
property System::String ^ Name { System::String ^ get(); };
public:
property Platform::String ^ Name { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2100)]
public string Name { [System.Runtime.InteropServices.DispId(2100)] get; }
[<System.Runtime.InteropServices.DispId(2100)>]
[<get: System.Runtime.InteropServices.DispId(2100)>]
member this.Name : string
Public ReadOnly Property Name As String
Property Value
A string
value representing the name of the module.
- Attributes