IG.Forms.DllSelector.DllSelector |
( |
| ) |
|
|
inline |
Assembly [] IG.Forms.DllSelector.GetLoadedAssemblies |
( |
| ) |
|
|
inline |
Returns an array of all loaded assemblies.
Assembly [] IG.Forms.DllSelector.GetReferencedAssemblies |
( |
| ) |
|
|
inline |
Returns an array of all referenced assemblies.
void IG.Forms.DllSelector.RefreshLoadedAssembliesList |
( |
| ) |
|
|
inline |
void IG.Forms.DllSelector.RefreshReferencedAssembliesList |
( |
| ) |
|
|
inline |
virtual void IG.Forms.DllSelector.OnAssemblySelected |
( |
| ) |
|
|
inlineprotectedvirtual |
Called whenever the selected assembly changes.
void IG.Forms.DllSelector.DllSelector_Load |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
Executed when the current DLL selector control is loaded.
void IG.Forms.DllSelector.txtSelectedAssembly_TextChanged |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IG.Forms.DllSelector.btnRefresh_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IG.Forms.DllSelector.comboLoadedAssemblies_SelectedIndexChanged |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IG.Forms.DllSelector.comboReferencedAssemblies_SelectedIndexChanged |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IG.Forms.DllSelector.fileSelector1_FileSelected |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IG.Forms.DllSelector.chkFiles_CheckedChanged |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
override void IG.Forms.DllSelector.Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotected |
Clean up any resources being used.
- Parameters
-
disposing | true if managed resources should be disposed; otherwise, false. |
void IG.Forms.DllSelector.InitializeComponent |
( |
| ) |
|
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
string IG.Forms.DllSelector._initialTextSelectedAssembly = "<< Type assembly name or select in lists below. >>" |
|
staticprivate |
string IG.Forms.DllSelector._initialTextLoadedList = "<< Loaded assemblies >>" |
|
staticprivate |
string IG.Forms.DllSelector._initialTextReferencedList = "<< Referenced assemblies >>" |
|
staticprivate |
string IG.Forms.DllSelector._initialTextLblFullName = "<< Assembly not selected. >>" |
|
staticprivate |
Assembly IG.Forms.DllSelector._asembly |
|
private |
bool IG.Forms.DllSelector._selectFromFiles |
|
private |
bool IG.Forms.DllSelector._selectFromLoadedAssemblies |
|
private |
bool IG.Forms.DllSelector._selectFromReferencedAssemblies |
|
private |
List<Assembly> IG.Forms.DllSelector._loadedAssembliesList = new List<Assembly>() |
|
private |
List<Assembly> IG.Forms.DllSelector._referencedAssembliesList = new List<Assembly>() |
|
private |
System.ComponentModel.IContainer IG.Forms.DllSelector.components = null |
|
private |
Required designer variable.
System.Windows.Forms.Button IG.Forms.DllSelector.btnRefresh |
|
private |
System.Windows.Forms.Label IG.Forms.DllSelector.lblSelectedAssembly |
|
private |
System.Windows.Forms.TextBox IG.Forms.DllSelector.txtSelectedAssembly |
|
private |
System.Windows.Forms.ComboBox IG.Forms.DllSelector.comboLoadedAssemblies |
|
private |
System.Windows.Forms.ComboBox IG.Forms.DllSelector.comboReferencedAssemblies |
|
private |
System.Windows.Forms.CheckBox IG.Forms.DllSelector.chkFiles |
|
private |
System.Windows.Forms.CheckBox IG.Forms.DllSelector.chkLoaded |
|
private |
System.Windows.Forms.CheckBox IG.Forms.DllSelector.chkReferenced |
|
private |
System.Windows.Forms.Label IG.Forms.DllSelector.lblAssemblyFullNameTitle |
|
private |
System.Windows.Forms.Label IG.Forms.DllSelector.lblFullName |
|
private |
string IG.Forms.DllSelector.InitialTextSelectedAssembly |
|
staticgetset |
Initial text that is written in the textbox where loaded assembly is written.
string IG.Forms.DllSelector.InitialTextLoadedList |
|
staticgetset |
Initial text that is written in the combobox with a list of loaded assemblies.
string IG.Forms.DllSelector.InitialTextReferencedList |
|
staticgetset |
Initial text that is written in the combobox with a list of referenced assemblies.
string IG.Forms.DllSelector.InitialTextLblFullName |
|
staticgetset |
Initial text that is written on the label that shows full name of the selected assembly.
Assembly IG.Forms.DllSelector.SelectedAssembly |
|
getset |
bool IG.Forms.DllSelector.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.DllSelector.SelectFromLoadedAssemblies |
|
getset |
Indicates whether assemblies can also be selected from the list of loaded assemblies.
bool IG.Forms.DllSelector.SelectFromReferencedAssemblies |
|
getset |
Indicates whether assemblies can also be selected from the list of referenced assemblies.
List<Assembly> IG.Forms.DllSelector.LoadedAssembliesList |
|
getprotected |
List of all loaded assemblies.
List<Assembly> IG.Forms.DllSelector.ReferencedAssembliesList |
|
getprotected |
List of all referenced assemblies.
EventHandler IG.Forms.DllSelector.AssemblySelected |
Event that is fired whenever the selected assembly changes.
The documentation for this class was generated from the following files: