C# Class XapEditor.GAC

Inheritance: System.Windows.Controls.UserControl
Show file Open project: net-shell/quantum-vaginer

Public Methods

Method Description
FindAssemblyInNetGac ( Mono.Cecil.AssemblyNameReference reference ) : string
GAC ( ) : System.Windows.Controls
loadItems ( uint i ) : void

Private Methods

Method Description
ComboBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
GetAssemblyFile ( Mono.Cecil.AssemblyNameReference reference, string prefix, string gac ) : string
InitializeComponent ( ) : void
System ( int connectionId, object target ) : void
TextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
dg_MouseDoubleClick ( object sender, System e ) : void

Method Details

FindAssemblyInNetGac() public static method

public static FindAssemblyInNetGac ( Mono.Cecil.AssemblyNameReference reference ) : string
reference Mono.Cecil.AssemblyNameReference
return string

GAC() public method

public GAC ( ) : System.Windows.Controls
return System.Windows.Controls

loadItems() public method

public loadItems ( uint i ) : void
i uint
return void