C# Class NPerf.Core.Communication.MemoryMappedFileView

Inheritance: IDisposable
Afficher le fichier Open project: Orcomp/NPerf Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
ReadDeserialize ( ) : object
WriteSerialize ( object data ) : void

Serializes the data and writes it to the file.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
MemoryMappedFileView ( MemoryMappedViewStream stream ) : System
ReadBytes ( byte data ) : void
ReadDeserialize ( int length ) : object
WriteBytes ( byte data, int offset ) : void
WriteSerialize ( object data, int offset, int length ) : void

Serializes the data and writes it to the file.

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ReadDeserialize() public méthode

public ReadDeserialize ( ) : object
Résultat object

WriteSerialize() public méthode

Serializes the data and writes it to the file.
public WriteSerialize ( object data ) : void
data object The data to serialize.
Résultat void