다음을 통해 공유


AspNetManagementUtility.ChangeScriptMap(String, String, Int32) 메서드

정의

dllInstall 매개 변수에 의해 지정된 Aspnet_isapi.dll의 버전을 keyPath 매개 변수에 의해 지정된 Microsoft IIS(인터넷 정보 서비스) 가상 경로에 등록합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 virtual void ChangeScriptMap(System::String ^ keyPath, System::String ^ dllInstall, int flags);
public void ChangeScriptMap (string keyPath, string dllInstall, int flags);
abstract member ChangeScriptMap : string * string * int -> unit
override this.ChangeScriptMap : string * string * int -> unit
Public Sub ChangeScriptMap (keyPath As String, dllInstall As String, flags As Integer)

매개 변수

keyPath
String

dllInstall에 전달된 경로에 의해 지정된 Aspnet_isapi.dll을 등록할 가상 경로입니다.

dllInstall
String

keyPath에 등록할 Aspnet_isapi.dll의 경로입니다.

flags
Int32

Aspnet_isapi.dll을 등록할 때 사용할 동작입니다.

구현

설명

프로그래밍에 대 한 자세한 내용은 합니다 AspNetManagementUtility 클래스와 참조는 Microsoft Management Console (MMC)를 합니다 MMC Programmer's Guide.

적용 대상