C# 클래스 DS4Windows.WinProgs

상속: Form
파일 보기 프로젝트 열기: evilC/DS4WindowsApi 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
form DS4Form

보호된 프로퍼티들

프로퍼티 타입 설명
m_Profile String
m_Xdoc XmlDocument

공개 메소드들

메소드 설명
Create ( ) : bool
GetInternetShortcut ( string filePath ) : string
GetTargetPath ( string filePath ) : string
LoadP ( ) : void
LoadP ( string name ) : void
RemoveP ( string name, bool uncheck, bool reload = true ) : void
ResolveMsiShortcut ( string file ) : string
ResolveShortcut ( string filePath ) : string
ResolveShortcutAndArgument ( string filePath ) : string
Save ( string name ) : void
ShowMainWindow ( ) : void
WinProgs ( Array oc, DS4Form main ) : System

비공개 메소드들

메소드 설명
CBProfile_IndexChanged ( object sender, EventArgs e ) : void
GetApps ( string path ) : void
GetAppsR ( string path ) : List
GetShortcuts ( string path ) : void
addDirectoryToolStripMenuItem_Click ( object sender, EventArgs e ) : void
addLoadedApps ( ) : void
addOriginGamesToolStripMenuItem_Click ( object sender, EventArgs e ) : void
addProgramsFromStartMenuToolStripMenuItem_Click ( object sender, EventArgs e ) : void
addSteamGamesToolStripMenuItem_Click ( object sender, EventArgs e ) : void
bnAddPrograms_Click ( object sender, EventArgs e ) : void
bnDelete_Click ( object sender, EventArgs e ) : void
bnHideUnchecked_Click ( object sender, EventArgs e ) : void
bnSave_Click ( object sender, EventArgs e ) : void
browseForOtherProgramsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
cBTurnOffDS4W_CheckedChanged ( object sender, EventArgs e ) : void
lBProgramPath_SelectedIndexChanged ( object sender, EventArgs e ) : void
lBProgramPath_TextChanged ( object sender, EventArgs e ) : void
listView1_ItemCheck ( object sender, ItemCheckEventArgs e ) : void

메소드 상세

Create() 공개 메소드

public Create ( ) : bool
리턴 bool

GetInternetShortcut() 공개 정적인 메소드

public static GetInternetShortcut ( string filePath ) : string
filePath string
리턴 string

GetTargetPath() 공개 정적인 메소드

public static GetTargetPath ( string filePath ) : string
filePath string
리턴 string

LoadP() 공개 메소드

public LoadP ( ) : void
리턴 void

LoadP() 공개 메소드

public LoadP ( string name ) : void
name string
리턴 void

RemoveP() 공개 메소드

public RemoveP ( string name, bool uncheck, bool reload = true ) : void
name string
uncheck bool
reload bool
리턴 void

ResolveMsiShortcut() 공개 정적인 메소드

public static ResolveMsiShortcut ( string file ) : string
file string
리턴 string

ResolveShortcut() 공개 정적인 메소드

public static ResolveShortcut ( string filePath ) : string
filePath string
리턴 string

ResolveShortcutAndArgument() 공개 정적인 메소드

public static ResolveShortcutAndArgument ( string filePath ) : string
filePath string
리턴 string

Save() 공개 메소드

public Save ( string name ) : void
name string
리턴 void

ShowMainWindow() 공개 메소드

public ShowMainWindow ( ) : void
리턴 void

WinProgs() 공개 메소드

public WinProgs ( Array oc, DS4Form main ) : System
oc Array
main DS4Form
리턴 System

프로퍼티 상세

form 공개적으로 프로퍼티

public DS4Form form
리턴 DS4Form

m_Profile 보호되어 있는 프로퍼티

protected String m_Profile
리턴 String

m_Xdoc 보호되어 있는 프로퍼티

protected XmlDocument m_Xdoc
리턴 XmlDocument