DirectoryEntry class 的目的是什么?

what is the purpose of DirectoryEntry class?

我想使用 C# 开发一个控制台应用程序,它获取 IIS 应用程序池状态信息,无论是 运行 还是 stopped.For 我提到的 都符合我的要求。

有人可以根据上面的代码阐明 Directoryentry class 的目的吗?

感谢任何帮助。

谢谢。

Directoryentry class 用于获取 IIS 应用程序池,您需要通过用户名和密码才能访问它们。

这些必需的用户名和密码需要在“appsettings.json”文件中指定。