Click or drag to resize

ModManagerReadBytesAllAsync Method (String)

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

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

Parameters

path
Type: SystemString
Path to the resource.

Return Value

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