C# Class NTFSDirect.WinApi.USN_RECORD

显示文件 Open project: rasberry/NTFSDirect Class Usage Examples

Public Properties

Property Type Description
FileAttributes System.UInt32
FileName string
FileNameLength System.Int32
FileNameOffset System.Int32
FileReferenceNumber System.UInt64
ParentFileReferenceNumber System.UInt64
RecordLength System.UInt32

Public Methods

Method Description
USN_RECORD ( IntPtr p ) : System

Method Details

USN_RECORD() public method

public USN_RECORD ( IntPtr p ) : System
p System.IntPtr
return System

Property Details

FileAttributes public_oe property

public UInt32,System FileAttributes
return System.UInt32

FileName public_oe property

public string FileName
return string

FileNameLength public_oe property

public Int32,System FileNameLength
return System.Int32

FileNameOffset public_oe property

public Int32,System FileNameOffset
return System.Int32

FileReferenceNumber public_oe property

public UInt64,System FileReferenceNumber
return System.UInt64

ParentFileReferenceNumber public_oe property

public UInt64,System ParentFileReferenceNumber
return System.UInt64

RecordLength public_oe property

public UInt32,System RecordLength
return System.UInt32