Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetFeatureList ( ) : IEnumerable |
||
HasFeatures ( Features features ) : bool | ||
Put ( int firstTrack, int sectors, int offsets ) : |
||
Read ( ) : |
||
Read ( Features features ) : |
||
Read ( string device ) : |
||
Read ( string device, Features features ) : |
Method | Description | |
---|---|---|
Disc ( ) : System | ||
Dispose ( bool disposing ) : void | ||
GetLastError ( ) : string | ||
PutInternal ( int firstTrack, int sectors, int offsets ) : void | ||
ReadInternal ( string device, Features features ) : void |
public static GetFeatureList ( ) : IEnumerable |
||
return | IEnumerable |
public static HasFeatures ( Features features ) : bool | ||
features | Features | |
return | bool |
public static Put ( int firstTrack, int sectors, int offsets ) : |
||
firstTrack | int | |
sectors | int | |
offsets | int | |
return |
public static Read ( Features features ) : |
||
features | Features | |
return |
public static Read ( string device, Features features ) : |
||
device | string | |
features | Features | |
return |