C# 클래스 SharpCifs.Smb.SmbComQueryInformationResponse

상속: ServerMessageBlock, IInfo
파일 보기 프로젝트 열기: brandonprry/Potato 1 사용 예제들

공개 메소드들

메소드 설명
GetAttributes ( ) : int
GetCreateTime ( ) : long
GetLastWriteTime ( ) : long
GetSize ( ) : long
ToString ( ) : string

비공개 메소드들

메소드 설명
ReadBytesWireFormat ( byte buffer, int bufferIndex ) : int
ReadParameterWordsWireFormat ( byte buffer, int bufferIndex ) : int
SmbComQueryInformationResponse ( long serverTimeZoneOffset ) : SharpCifs.Util
WriteBytesWireFormat ( byte dst, int dstIndex ) : int
WriteParameterWordsWireFormat ( byte dst, int dstIndex ) : int

메소드 상세

GetAttributes() 공개 메소드

public GetAttributes ( ) : int
리턴 int

GetCreateTime() 공개 메소드

public GetCreateTime ( ) : long
리턴 long

GetLastWriteTime() 공개 메소드

public GetLastWriteTime ( ) : long
리턴 long

GetSize() 공개 메소드

public GetSize ( ) : long
리턴 long

ToString() 공개 메소드

public ToString ( ) : string
리턴 string