Click or drag to resize

ModManagerReadBytesAll Method (String)

Read contents of a file in binary-mode from all mods that have it.

Namespace:  Kit.Modding
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static IEnumerable<byte[]> ReadBytesAll(
	string path
)
Request Example View Source

Parameters

path
Type: SystemString
Path to the resource.

Return Value

Type: IEnumerableByte
A list of byte-arrays with contents of the files.
See Also