FileSystem

Namespace: uModIO

Assembly: uMod.Core.dll

Inheritance Object FileSystem

Static Methods

Name

Summary

GetDataFile (Type, String)

Gets data file for the specified type and specified path

GetDataFile<TValue> (String)

Gets data file of the generic type for the specified path

ReadObject<TValue> (String, Boolean)

Read object from specified path

ReadObject (Type, String, Boolean)

Read object from specified path

ReadObjects<TValue> (IEnumerable<String>, Boolean, String)

Read objects of generic type from specified paths

ReadObjects (IDictionary<Type, String>, Boolean, String)

Read objects of specified types and paths

ReadObjects (Type, IEnumerable<String>, Boolean, String)

Read objects of specified types and paths

WriteObject<TValue> (String, TValue)

Write object of generic type to the specified path

WriteObject (String, Object)

Write object to the specified path

WriteObjects<TValue> (IDictionary<String, TValue>, String)

Write objects of the generic type to the specified paths

WriteObjects (IDictionary<String, Object>, String)

Write objects to the specified paths