public void ChangeServerInformation(LdapServerInformation ls) { m_impl = new DirectoryAnalyzerImpl(ls); }
public DirectoryAnalyzer(LdapServerInformation ls) { m_impl = new DirectoryAnalyzerImpl(ls); }
// Legacy testing constructor. Loads fresh registry information from the default location into a temporary LdapServerInformation // Required because the tests sometimes bodge the registry internal DirectoryAnalyzer(bool bTestCtor) { m_impl = new DirectoryAnalyzerImpl(new LdapServerInformation(LdapServerInformation.DEFAULTREGKEY)); }
public DirectoryAnalyzer() { m_impl = new DirectoryAnalyzerImpl(); }