xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 0.01M
    文件類型: .cs
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2020-12-26
  • 語(yǔ)言: C#
  • 標(biāo)簽: iis??操作??

資源簡(jiǎn)介

這個(gè)類是靜態(tài)類。用來(lái)實(shí)現(xiàn)管理IIS的基本操作。

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.DirectoryServices;
using?System.Text.Regularexpressions;
using?System.Collections;

namespace?BullSofts.Core.Common
{
???///?
????///?這個(gè)類是靜態(tài)類。用來(lái)實(shí)現(xiàn)管理IIS的基本操作。
????///?

????public?class?IISManager
????{
????????public?static?DirectoryEntry?GetDirectoryEntry(string?path)?
????????{
????????????DirectoryEntry?d?=?new?DirectoryEntry(path);
????????????return?d;
????????????DirectorySearcher?s?=?new?DirectorySearcher(path);
????????????s.Filter?=?path;
????????????return?s.FindOne().GetDirectoryEntry();
????????}
????????#region?UserNamePasswordHostName的定義
????????public?static?string?HostName
????????{
????????????get
????????????{
????????????????return?hostName;
???

評(píng)論

共有 條評(píng)論