ModuleLoadEvent.ModuleId 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 a run-specific identifier for the module. This id can change from run to run of the application.
public:
property long ModuleId { long get(); };
public:
property long long ModuleId { long long get(); };
public long ModuleId { get; }
member this.ModuleId : int64
Public ReadOnly Property ModuleId As Long