Method | Description | |
---|---|---|
GetDirectoryPath ( this session, string name ) : string |
Gets the target system directory path based on specified directory name (MSI Directory table).
|
|
LocalizeWith ( this control, string>.Func |
Localizes the control its contained T:System.Windows.Forms.Control.Text from the specified localization delegate 'localize'. The method substitutes both localization file (*.wxl) entries and MSI properties contained by the input string with their translated/converted values.
|
|
LocalizeWith ( this textToLocalize, string>.Func |
Localizes the string from the specified localization delegate 'localize'. The method substitutes both localization file (*.wxl) entries and MSI properties contained by the input string with their translated/converted values.
|
Method | Description | |
---|---|---|
ClearChildren ( this control ) : |
||
GetAssiciatedIcon ( this extension ) : |
||
GetDirectoryPathParts ( this session, string name ) : string[] | ||
UserOrDefaultContentOf ( string extenalFilePath, string srcDir, string outDir, string fileName, object defaultContent ) : string |
public static GetDirectoryPath ( this session, string name ) : string | ||
session | this | The session. |
name | string | The name. |
return | string |
public static LocalizeWith ( this control, string>.Func |
||
control | this | The control. |
localize | string>.Func | The localize. |
return |
public static LocalizeWith ( this textToLocalize, string>.Func |
||
textToLocalize | this | The text to localize. |
localize | string>.Func | The localize. |
return | string |