C# Class kOS.Safe.PathValue

Inheritance: kOS.Safe.Serialization.SerializableStructure, IHasSafeSharedObjects
Afficher le fichier Open project: KSP-KOS/KOS Class Usage Examples

Méthodes publiques

Méthode Description
Combine ( ) : PathValue
Dump ( ) : Dump
FromPath ( GlobalPath path ) : PathValue
FromPath ( VolumePath volumePath, string volumeId ) : PathValue
LoadDump ( Dump dump ) : void
PathValue ( ) : System
PathValue ( GlobalPath path, SafeSharedObjects sharedObjects ) : System
ToString ( ) : string

Private Methods

Méthode Description
InitializeSuffixes ( ) : void

Method Details

Combine() public méthode

public Combine ( ) : PathValue
Résultat PathValue

Dump() public méthode

public Dump ( ) : Dump
Résultat Dump

FromPath() public méthode

public FromPath ( GlobalPath path ) : PathValue
path kOS.Safe.Persistence.GlobalPath
Résultat PathValue

FromPath() public méthode

public FromPath ( VolumePath volumePath, string volumeId ) : PathValue
volumePath kOS.Safe.Persistence.VolumePath
volumeId string
Résultat PathValue

LoadDump() public méthode

public LoadDump ( Dump dump ) : void
dump Dump
Résultat void

PathValue() public méthode

public PathValue ( ) : System
Résultat System

PathValue() public méthode

public PathValue ( GlobalPath path, SafeSharedObjects sharedObjects ) : System
path kOS.Safe.Persistence.GlobalPath
sharedObjects SafeSharedObjects
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string