C# Class kOS.Safe.Execution.InternalPath

Inheritance: kOS.Safe.Persistence.GlobalPath
显示文件 Open project: KSP-KOS/KOS

Public Methods

Method Description
InternalPath ( ) : System
InternalPath ( string volumeId ) : System
Line ( int line ) : string

Method Details

InternalPath() public method

public InternalPath ( ) : System
return System

InternalPath() public method

public InternalPath ( string volumeId ) : System
volumeId string
return System

Line() public abstract method

public abstract Line ( int line ) : string
line int
return string