The PartFile type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
Adds the specified key and value to the dictionary. (Inherited from | ||
Removes all keys and values from the (Inherited from | ||
| Clone T |
Clones a new instance of the object and all underlying data
(Inherited from StorableObject.) | |
Determines whether the (Inherited from | ||
Determines whether the (Inherited from | ||
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Returns an enumerator that iterates through the (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Implements the (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Implements the (Inherited from | ||
Removes the value with the specified key from the (Inherited from | ||
| Revert |
Restores the object to the state it was in when it's data was first loaded or last saved.
(Overrides StorableObject Revert .) | |
| Save |
Saves the object and all children to the name specified.
If class is loaded from KerbalData using the StorableObjects class then save will use the repo managed by
storable objects. Otherwise the local filesystem is used.
(Inherited from StorableObject.) | |
Returns a string that represents the current object. (Inherited from | ||
Gets the value associated with the specified key. (Inherited from |
See Also