C# 클래스 Nanook.TheGhost.Plugins.WiiScrubberPlugin

상속: System.Windows.Forms.Form, IPluginFileCopy
파일 보기 프로젝트 열기: Nanook/TheGHOST

공개 메소드들

메소드 설명
WiiScrubberPlugin ( ) : System

보호된 메소드들

메소드 설명
WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
ExtractFiles ( [ isoFileName, string files, string dests, int fileCount, bool caseSensitive, int partNo, IntPtr hwnd ) : void
FileExists ( [ isoFileName, string findFileName, int partNo, bool caseSensitive ) : bool
GetDiscId ( [ isoPath ) : IntPtr
IPlugin ( ) : float
IPlugin ( ) : string
IPluginFileCopy ( string path ) : void
IPluginFileCopy ( string diskFilename, string gameFilename, FileCopyProgress callback ) : void

Export a single file from TheGHOST to a Wii ISO

InitializeComponent ( ) : void
ReplaceFiles ( [ isoFileName, string files, string paths, int fileCount, bool caseSensitive, bool appendDiffSizeFiles, int partNo, IntPtr hwnd ) : void
extract ( string gameFilenames, string diskFilenames, FileCopyProgress callback ) : void
findMainPartition ( ) : void
replace ( string gameFilenames, string diskFilenames, FileCopyProgress callback ) : void

메소드 상세

WiiScrubberPlugin() 공개 메소드

public WiiScrubberPlugin ( ) : System
리턴 System

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void