SharpCifs.Smb.Trans2QueryPathInformationResponse.SmbQueryFileStandardInfo.GetSize C# (CSharp) Method

GetSize() public method

public GetSize ( ) : long
return long
			public virtual long GetSize()
			{
				return EndOfFile;
			}