Loads and de-serializes a KSP data file into the requested type
Namespace: KerbalDataAssembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- path
- Type:
System String
full path of file location
- configSectionName (Optional)
- Type:
System String
configuration section name to use for processor lookup
Type Parameters
- T
- model type to de-serialize to
Return Value
de-serialized object instanceSee Also