NativeFileSO

Keiwando.NFSO.OpenedFile

constructor

OpenedFile

public OpenedFile(string filename, byte[] data) 

Summary

Initializes a new instance of the OpenedFile class with the specified filename and byte data.

Parameters

filename

The filename of the file (including its extension).

data

The loaded byte data of the file.