Click or drag to resize

DirectModReadBytes Method

Read the contents of a file in binary-mode.

Namespace:  Kit.Modding.Loaders
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public override byte[] ReadBytes(
	string path
)
Request Example View Source

Parameters

path
Type: SystemString

Return Value

Type: Byte
Contents of the file as a byte array.
See Also