C# 클래스 Endjin.Assembly.ChangeDetection.Infrastructure.WIN32_FIND_DATA

파일 보기 프로젝트 열기: endjin/Endjin.Assembly.ChangeDetection

공개 프로퍼티들

프로퍼티 타입 설명
dwFileAttributes FileAttributes
dwReserved0 int
dwReserved1 int
ftCreationTime_dwHighDateTime uint
ftCreationTime_dwLowDateTime uint
ftLastAccessTime_dwHighDateTime uint
ftLastAccessTime_dwLowDateTime uint
ftLastWriteTime_dwHighDateTime uint
ftLastWriteTime_dwLowDateTime uint
nFileSizeHigh uint
nFileSizeLow uint

공개 메소드들

메소드 설명
ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

메소드 상세

ToString() 공개 메소드

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
리턴 string

프로퍼티 상세

dwFileAttributes 공개적으로 프로퍼티

public FileAttributes dwFileAttributes
리턴 FileAttributes

dwReserved0 공개적으로 프로퍼티

public int dwReserved0
리턴 int

dwReserved1 공개적으로 프로퍼티

public int dwReserved1
리턴 int

ftCreationTime_dwHighDateTime 공개적으로 프로퍼티

public uint ftCreationTime_dwHighDateTime
리턴 uint

ftCreationTime_dwLowDateTime 공개적으로 프로퍼티

public uint ftCreationTime_dwLowDateTime
리턴 uint

ftLastAccessTime_dwHighDateTime 공개적으로 프로퍼티

public uint ftLastAccessTime_dwHighDateTime
리턴 uint

ftLastAccessTime_dwLowDateTime 공개적으로 프로퍼티

public uint ftLastAccessTime_dwLowDateTime
리턴 uint

ftLastWriteTime_dwHighDateTime 공개적으로 프로퍼티

public uint ftLastWriteTime_dwHighDateTime
리턴 uint

ftLastWriteTime_dwLowDateTime 공개적으로 프로퍼티

public uint ftLastWriteTime_dwLowDateTime
리턴 uint

nFileSizeHigh 공개적으로 프로퍼티

public uint nFileSizeHigh
리턴 uint

nFileSizeLow 공개적으로 프로퍼티

public uint nFileSizeLow
리턴 uint