Click or drag to resize
IMyUtilitiesWriteFileInLocalStorage Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.Game.ModAPI.IMyUtilities.WriteFileInLocalStorage(System.String,System.Type)"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
TextWriter WriteFileInLocalStorage(
	string file,
	Type callingType
)

Parameters

file
Type: SystemString

[Missing <param name="file"/> documentation for "M:VRage.Game.ModAPI.IMyUtilities.WriteFileInLocalStorage(System.String,System.Type)"]

callingType
Type: SystemType

[Missing <param name="callingType"/> documentation for "M:VRage.Game.ModAPI.IMyUtilities.WriteFileInLocalStorage(System.String,System.Type)"]

Return Value

Type: TextWriter

[Missing <returns> documentation for "M:VRage.Game.ModAPI.IMyUtilities.WriteFileInLocalStorage(System.String,System.Type)"]

See Also