編輯

共用方式為


IHardFault Interface

Definition

Represents a hard page fault.

public interface IHardFault
type IHardFault = interface
Public Interface IHardFault

Properties

FaultingProcess

Gets the process whose execution was suspended due to the page fault.

FaultingThread

Gets the thread whose execution was suspended due to the page fault.

FileName

Gets the name of the file in which the page fault occurred.

FileObject

Gets the address of the kernel file object.

FileOffset

Gets the file byte offset where the page fault occurred.

IODuration

Gets the duration that I/O took to resolve the page fault.

Path

Gets the full path of the file in which the page fault occurred.

Size

Gets the number of bytes read to resolve the page fault.

Timestamp

Gets the time at which the page fault occurred.

VirtualAddress

Gets the address at which the page fault occurred.

Applies to