KFS.Disks.MasterBootRecord.GetSectorSize C# (CSharp) 메소드

GetSectorSize() 공개 메소드

public GetSectorSize ( ) : ulong
리턴 ulong
		public override ulong GetSectorSize() {
			return PhysicalDisk.Attributes.BytesPerSector;
		}