Kit Documentation
Kit Documentation
Kit Reference
Kit.Modding Namespaces
Kit.Modding
ModManager Class
ModManager Methods
ReadBytesAsync Method
ReadBytesAsync Method (String)
ReadBytesAsync Method (ResourceFolder, String)
ModManager
ReadBytesAsync Method (String)
Read the contents of a file asynchronously in binary-mode.
Namespace:
Kit.Modding
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
static
UniTask
<
byte
[]>
ReadBytesAsync
(
string
path
)
Request Example
View Source
Parameters
path
Type:
System
String
Return Value
Type:
UniTask
Byte
Contents of the file as a byte array.
See Also
Reference
ModManager Class
ReadBytesAsync Overload
Kit.Modding Namespace
Send comments on this topic to
agam@frag-games.com