ModuleLoadEvent.EventTime 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 time of the event using the high resolution counter. This value is retrieved from QueryPerformanceCounter.
public:
property long EventTime { long get(); };
public:
property long long EventTime { long long get(); };
public long EventTime { get; }
member this.EventTime : int64
Public ReadOnly Property EventTime As Long