Class MainWindow
- Namespace
- MASES.JCOReflector.GUI
- Assembly
- MASES.JCOReflectorGUI.dll
Interaction logic for MainWindow.xaml
public class MainWindow : Window, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
- Inheritance
-
MainWindow
- Implements
- Inherited Members
Constructors
MainWindow()
public MainWindow()
Fields
AssemblyCollectionProperty
public static readonly DependencyProperty AssemblyCollectionProperty
Field Value
EnableAbstractProperty
public static readonly DependencyProperty EnableAbstractProperty
Field Value
EnableInheritanceProperty
public static readonly DependencyProperty EnableInheritanceProperty
Field Value
EnableRefOutParametersProperty
public static readonly DependencyProperty EnableRefOutParametersProperty
Field Value
JarDestinationFolderProperty
public static readonly DependencyProperty JarDestinationFolderProperty
Field Value
MaxDepthProperty
public static readonly DependencyProperty MaxDepthProperty
Field Value
SourceDestinationFolderProperty
public static readonly DependencyProperty SourceDestinationFolderProperty
Field Value
Properties
AssemblyCollection
public AssemblyDataCollection AssemblyCollection { get; set; }
Property Value
EnableAbstract
public bool EnableAbstract { get; set; }
Property Value
EnableInheritance
public bool EnableInheritance { get; set; }
Property Value
EnableRefOutParameters
public bool EnableRefOutParameters { get; set; }
Property Value
JarDestinationFolder
public string JarDestinationFolder { get; set; }
Property Value
MaxDepth
public int MaxDepth { get; set; }
Property Value
SourceDestinationFolder
public string SourceDestinationFolder { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()