C# Class BrawlCrate.Core.Extensions.MemoryMappedFileExtension

Afficher le fichier Open project: soopercool101/BrawlCrateNeo

Méthodes publiques

Méthode Description
WriteToFile ( MemoryMappedFile mem, string path, long size ) : void

Method Details

WriteToFile() public static méthode

public static WriteToFile ( MemoryMappedFile mem, string path, long size ) : void
mem MemoryMappedFile
path string
size long
Résultat void