|
EventHandler | AssemblySelected |
| Event that is fired whenever the selected assembly changes. More...
|
|
EventHandler | SelectionParametersChanged |
| Event that is fired whenever the selection parameters change (e.g., whether assemblies can be selected from the file system, or from the set of loaded assemblies, or from the set of assemblies referenced by the current assembly). More...
|
|
IG.Forms.AssemblySelector.AssemblySelector |
( |
| ) |
|
|
inline |
void IG.Forms.AssemblySelector.RefreshLoadedAssembliesList |
( |
| ) |
|
|
inlineprotected |
void IG.Forms.AssemblySelector.RefreshReferencedAssembliesList |
( |
| ) |
|
|
inlineprotected |
Assembly [] IG.Forms.AssemblySelector.GetLoadedAssembliesArray |
( |
| ) |
|
|
inline |
Returns an array of all loaded assemblies.
IList<Assembly> IG.Forms.AssemblySelector.GetLoadedAssemblies |
( |
IList< Assembly > |
assemblies = null , |
|
|
bool |
clearBefore = true |
|
) |
| |
|
inline |
Stores all loaded assemblies to the specified list and returns the list.
The method takes care that assemblies stored are unique.
- Parameters
-
assemblies | List where assemblies are stored. |
clearBefore | Whether the list is cleared at the beginnning of operation. |
- Returns
- The list where assemblies are stored. This enables one to put null list as argument.
Assembly [] IG.Forms.AssemblySelector.GetReferencedAssembliesArray |
( |
| ) |
|
|
inline |
Returns an array of all referenced assemblies.
IList<Assembly> IG.Forms.AssemblySelector.GetReferencedAssemblies |
( |
IList< Assembly > |
assemblies = null , |
|
|
bool |
clearBefore = true |
|
) |
| |
|
inline |
Stores all referenced assemblies to the specified list and returns the list.
- Parameters
-
assemblies | List where assemblies are stored. |
clearBefore | Whether the list is cleared at the beginnning of operation. |
- Returns
- The list where assemblies are stored. This enables one to put null list as argument.
IList<Assembly> IG.Forms.AssemblySelector.GetSelectableAssemblies |
( |
IList< Assembly > |
assemblies = null , |
|
|
bool |
clearBefore = true |
|
) |
| |
|
inline |
Stores all selectable assemblies to the specified list and returns the list.
The method takes care that assemblies stored are unique. If an assembly is currently selected then it is added to the list first.
This takes into account which kinds of assemblies can be selected.
- Parameters
-
assemblies | List where assemblies are stored. |
clearBefore | Whether the list is cleared at the beginnning of operation. |
- Returns
- The list where assemblies are stored. This enables one to put null list as argument.
virtual void IG.Forms.AssemblySelector.OnAssemblySelected |
( |
| ) |
|
|
inlineprotectedvirtual |
Called whenever the selected assembly changes.
virtual void IG.Forms.AssemblySelector.OnSelectionParametersChanged |
( |
| ) |
|
|
inlineprotectedvirtual |
Must be called whenever the selection parameters change.
void IG.Forms.AssemblySelector.AssemblySelector_Load |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
Executed when the current DLL selector control is loaded.
void IG.Forms.AssemblySelector.txtSelectedAssembly_TextChanged |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IG.Forms.AssemblySelector.btnRefresh_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IG.Forms.AssemblySelector.comboLoadedAssemblies_SelectedIndexChanged |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IG.Forms.AssemblySelector.comboReferencedAssemblies_SelectedIndexChanged |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IG.Forms.AssemblySelector.fileSelector1_FileSelected |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IG.Forms.AssemblySelector.chkFiles_CheckedChanged |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IG.Forms.AssemblySelector.chkLoaded_CheckedChanged |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IG.Forms.AssemblySelector.chkReferenced_CheckedChanged |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
override void IG.Forms.AssemblySelector.Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotected |
Clean up any resources being used.
- Parameters
-
disposing | true if managed resources should be disposed; otherwise, false. |
void IG.Forms.AssemblySelector.InitializeComponent |
( |
| ) |
|
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
string IG.Forms.AssemblySelector._initialTextSelectedAssembly = "<< Type assembly name or select in lists below. >>" |
|
staticprivate |
string IG.Forms.AssemblySelector._initialTextLoadedList = "<< Loaded... >>" |
|
staticprivate |
string IG.Forms.AssemblySelector._initialTextReferencedList = "<< Referenced... >>" |
|
staticprivate |
string IG.Forms.AssemblySelector._initialTextLblFullName = "<< Assembly not selected. >>" |
|
staticprivate |
Assembly IG.Forms.AssemblySelector._asembly |
|
private |
Assembly IG.Forms.AssemblySelector._fileSelectedAssembly = null |
|
private |
bool IG.Forms.AssemblySelector._selectFromFiles |
|
private |
bool IG.Forms.AssemblySelector._selectFromLoadedAssemblies = true |
|
private |
bool IG.Forms.AssemblySelector._selectFromReferencedAssemblies = false |
|
private |
List<Assembly> IG.Forms.AssemblySelector._loadedAssembliesList = new List<Assembly>() |
|
private |
List<Assembly> IG.Forms.AssemblySelector._referencedAssembliesList = new List<Assembly>() |
|
private |
System.ComponentModel.IContainer IG.Forms.AssemblySelector.components = null |
|
private |
Required designer variable.
System.Windows.Forms.Button IG.Forms.AssemblySelector.btnRefresh |
|
private |
System.Windows.Forms.Label IG.Forms.AssemblySelector.lblSelectedAssembly |
|
private |
System.Windows.Forms.TextBox IG.Forms.AssemblySelector.txtSelectedAssembly |
|
private |
System.Windows.Forms.ComboBox IG.Forms.AssemblySelector.comboLoadedAssemblies |
|
private |
System.Windows.Forms.ComboBox IG.Forms.AssemblySelector.comboReferencedAssemblies |
|
private |
System.Windows.Forms.CheckBox IG.Forms.AssemblySelector.chkFiles |
|
private |
System.Windows.Forms.CheckBox IG.Forms.AssemblySelector.chkLoaded |
|
private |
System.Windows.Forms.CheckBox IG.Forms.AssemblySelector.chkReferenced |
|
private |
System.Windows.Forms.Label IG.Forms.AssemblySelector.lblAssemblyFullNameTitle |
|
private |
System.Windows.Forms.Label IG.Forms.AssemblySelector.lblFullName |
|
private |
string IG.Forms.AssemblySelector.InitialTextSelectedAssembly |
|
staticgetset |
Initial text that is written in the textbox where loaded assembly is written.
string IG.Forms.AssemblySelector.InitialTextLoadedList |
|
staticgetset |
Initial text that is written in the combobox with a list of loaded assemblies.
string IG.Forms.AssemblySelector.InitialTextReferencedList |
|
staticgetset |
Initial text that is written in the combobox with a list of referenced assemblies.
string IG.Forms.AssemblySelector.InitialTextLblFullName |
|
staticgetset |
Initial text that is written on the label that shows full name of the selected assembly.
Assembly IG.Forms.AssemblySelector.SelectedAssembly |
|
getset |
Assembly IG.Forms.AssemblySelector.FileSelectedAssembly |
|
getprotected set |
The last assembly that was selected in the file sistem (no matter whether this is still the selected assembly or not).
bool IG.Forms.AssemblySelector.SelectFromFiles |
|
getset |
Indicates whether assemblies can also be loaded from the file system. If false then assemblies can only be selected from the lists of loaded and / or referenced assemblies.
bool IG.Forms.AssemblySelector.SelectFromLoadedAssemblies |
|
getset |
Indicates whether assemblies can also be selected from the list of loaded assemblies.
bool IG.Forms.AssemblySelector.SelectFromReferencedAssemblies |
|
getset |
Indicates whether assemblies can also be selected from the list of referenced assemblies.
List<Assembly> IG.Forms.AssemblySelector.LoadedAssembliesList |
|
getprotected |
List of all loaded assemblies.
List<Assembly> IG.Forms.AssemblySelector.ReferencedAssembliesList |
|
getprotected |
List of all referenced assemblies.
EventHandler IG.Forms.AssemblySelector.AssemblySelected |
Event that is fired whenever the selected assembly changes.
EventHandler IG.Forms.AssemblySelector.SelectionParametersChanged |
Event that is fired whenever the selection parameters change (e.g., whether assemblies can be selected from the file system, or from the set of loaded assemblies, or from the set of assemblies referenced by the current assembly).
The documentation for this class was generated from the following files: