다음을 통해 공유


Publish.ProcessClientTlb 메서드

정의

클라이언트에 구성 파일을 만들어 클라이언트 형식 라이브러리를 처리합니다.

public:
 virtual void ProcessClientTlb(System::String ^ ProgId, System::String ^ SrcTlbPath, System::String ^ PhysicalPath, System::String ^ VRoot, System::String ^ BaseUrl, System::String ^ Mode, System::String ^ Transport, [Runtime::InteropServices::Out] System::String ^ % AssemblyName, [Runtime::InteropServices::Out] System::String ^ % TypeName, [Runtime::InteropServices::Out] System::String ^ % Error);
public void ProcessClientTlb (string ProgId, string SrcTlbPath, string PhysicalPath, string VRoot, string BaseUrl, string Mode, string Transport, out string AssemblyName, out string TypeName, out string Error);
abstract member ProcessClientTlb : string * string * string * string * string * string * string * string * string * string -> unit
override this.ProcessClientTlb : string * string * string * string * string * string * string * string * string * string -> unit
Public Sub ProcessClientTlb (ProgId As String, SrcTlbPath As String, PhysicalPath As String, VRoot As String, BaseUrl As String, Mode As String, Transport As String, ByRef AssemblyName As String, ByRef TypeName As String, ByRef Error As String)

매개 변수

ProgId
String

클래스의 프로그래밍 식별자입니다.

SrcTlbPath
String

typelib가 포함된 파일의 경로입니다.

PhysicalPath
String

웹 애플리케이션 디렉터리입니다.

VRoot
String

가상 루트의 이름입니다.

BaseUrl
String

가상 루트가 들어 있는 기본 URL입니다.

Mode
String

활성화 모드입니다.

Transport
String

사용되지 않습니다. 이 매개 변수에 null을 지정합니다.

AssemblyName
String

이 메서드가 반환될 때 이 매개 변수에는 어셈블리의 표시 이름이 포함됩니다.

TypeName
String

이 메서드가 반환될 때 이 매개 변수에는 어셈블리의 정규화된 형식 이름이 포함됩니다.

Error
String

문제가 발생하면 이 메서드가 반환될 때 이 매개 변수에 오류 메시지가 포함됩니다.

구현

예외

호출 체인에 있는 호출자에게 비관리 코드에 액세스할 수 있는 권한이 없는 경우

설명

이 메서드는 원격 구성 파일을 생성 하는 클라이언트 프록시 가져오기에 사용 됩니다.

경우는 Mode 매개 변수는 "wellknownobject" 또는 빈 문자열 (""), 잘 알려진 개체 것으로 간주 됩니다. 그렇지 않은 경우 클라이언트 활성화가 사용 됩니다.

것이 좋습니다 ProcessClientTlbEx 대신 사용할 ProcessClientTlb합니다.

적용 대상