// Decompiled by Salamander version 1.0.9 // Copyright 2002 Remotesoft Inc. All rights reserved. // http://www.remotesoft.com/salamander using System; using System.Collections; class FindType { private const int SHOW_INTERFACES = 1; private const int SHOW_FIELDS = 2; private const int SHOW_PROPERTIES = 4; private const int SHOW_EVENTS = 8; private const int SHOW_METHODS = 16; private const int SHOW_MODULE_INFO = 32; private IndentedWriter myVerboseWriter; private IndentedWriter myWriter; private bool exactMatchOnly; private bool recurseTypes; private bool matchOnlyNamespace; private bool wideSearch; private int showOptions; private ArrayList myClassList; private ArrayList DirList; public bool ExactMatchOnly { get { return false; } set { } } public bool RecurseTypes { get { return false; } set { } } public bool MatchOnlyNamespace { get { return false; } set { } } public bool WideSearch { get { return false; } set { } } public bool VerbosePrint { get { return false; } set { } } public bool ShowInterfaces { get { return false; } set { } } public bool ShowFields { get { return false; } set { } } public bool ShowProperties { get { return false; } set { } } public bool ShowEvents { get { return false; } set { } } public bool ShowMethods { get { return false; } set { } } public bool ShowModuleInfo { get { return false; } set { } } public void Search() { } public void Search(string theSearchString) { } public void Search(string theSearchString, string theModule) { } public void ShowAll() { } public void DirAdd(string dir) { } public void ClassAdd(string newClass) { } private void BuildDLLFileList(string directory, ArrayList list) { } private string GetTypeDescription(Type aType) { return null; } private void DumpType(Type aType) { } private void DumpInterfaces(Type aType) { } private void DumpProperties(Type aType) { } private void DumpEvents(Type aType) { } private void DumpFields(Type aType) { } private void DumpMethods(Type aType) { } }