C# Class ME3Explorer.Packages.MEPackageHandler

ファイルを表示 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
packagesInTools ObservableCollection

Public Methods

Method Description
Initialize ( ) : void
OpenME1Package ( string pathToFile, WPFBase wpfWindow = null, WinFormsBase winForm = null ) : ME1Package
OpenME2Package ( string pathToFile, WPFBase wpfWindow = null, WinFormsBase winForm = null ) : ME2Package
OpenME3Package ( string pathToFile, WPFBase wpfWindow = null, WinFormsBase winForm = null ) : ME3Package
OpenMEPackage ( string pathToFile, WPFBase wpfWindow = null, WinFormsBase winForm = null ) : IMEPackage

Private Methods

Method Description
Package_noLongerOpenInTools ( object sender, EventArgs e ) : void
Package_noLongerUsed ( object sender, EventArgs e ) : void
addToPackagesInTools ( IMEPackage package ) : void

Method Details

Initialize() public static method

public static Initialize ( ) : void
return void

OpenME1Package() public static method

public static OpenME1Package ( string pathToFile, WPFBase wpfWindow = null, WinFormsBase winForm = null ) : ME1Package
pathToFile string
wpfWindow WPFBase
winForm WinFormsBase
return ME1Package

OpenME2Package() public static method

public static OpenME2Package ( string pathToFile, WPFBase wpfWindow = null, WinFormsBase winForm = null ) : ME2Package
pathToFile string
wpfWindow WPFBase
winForm WinFormsBase
return ME2Package

OpenME3Package() public static method

public static OpenME3Package ( string pathToFile, WPFBase wpfWindow = null, WinFormsBase winForm = null ) : ME3Package
pathToFile string
wpfWindow WPFBase
winForm WinFormsBase
return ME3Package

OpenMEPackage() public static method

public static OpenMEPackage ( string pathToFile, WPFBase wpfWindow = null, WinFormsBase winForm = null ) : IMEPackage
pathToFile string
wpfWindow WPFBase
winForm WinFormsBase
return IMEPackage

Property Details

packagesInTools public_oe static_oe property

public static ObservableCollection packagesInTools
return ObservableCollection