C# 클래스 kOS.Safe.PathValue

상속: kOS.Safe.Serialization.SerializableStructure, IHasSafeSharedObjects
파일 보기 프로젝트 열기: KSP-KOS/KOS 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
InitializeSuffixes ( ) : void

메소드 상세

Combine() 공개 메소드

public Combine ( ) : PathValue
리턴 PathValue

Dump() 공개 메소드

public Dump ( ) : Dump
리턴 Dump

FromPath() 공개 메소드

public FromPath ( GlobalPath path ) : PathValue
path kOS.Safe.Persistence.GlobalPath
리턴 PathValue

FromPath() 공개 메소드

public FromPath ( VolumePath volumePath, string volumeId ) : PathValue
volumePath kOS.Safe.Persistence.VolumePath
volumeId string
리턴 PathValue

LoadDump() 공개 메소드

public LoadDump ( Dump dump ) : void
dump Dump
리턴 void

PathValue() 공개 메소드

public PathValue ( ) : System
리턴 System

PathValue() 공개 메소드

public PathValue ( GlobalPath path, SafeSharedObjects sharedObjects ) : System
path kOS.Safe.Persistence.GlobalPath
sharedObjects SafeSharedObjects
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string