BinaryFileSource Constructors
A binary file whose bytes are placed in the output as-is, relative to the project directory.
public BinaryFileSource(string path);
Parameters
| Name | Type | Description |
|---|---|---|
path |
String |
A binary file whose bytes are placed in the output as-is, relative to the project directory.
public BinaryFileSource(string path);
| Name | Type | Description |
|---|---|---|
path |
String |