C# 클래스 BetterExplorer.SaveTabs

파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 메소드들

메소드 설명
CreateFromString ( string values ) : List

Creates a new SavedTabsList and adds each item in values after splitting it on |

LoadTabList ( string file ) : List

Loads a list of tabs from a file

SaveTabList ( List locs, string file ) : void

Saves the list to a file

메소드 상세

CreateFromString() 공개 정적인 메소드

Creates a new SavedTabsList and adds each item in values after splitting it on |
public static CreateFromString ( string values ) : List
values string The items you want added to the list which will be split on |
리턴 List

LoadTabList() 공개 정적인 메소드

Loads a list of tabs from a file
public static LoadTabList ( string file ) : List
file string The full name of the file you want to load from
리턴 List

SaveTabList() 공개 정적인 메소드

Saves the list to a file
public static SaveTabList ( List locs, string file ) : void
locs List The list of tabs
file string The file you want to save to
리턴 void