RegistrationHelperTx.InstallAssembly 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
트랜잭션 의미 체계를 사용하는 명명된 어셈블리를 COM+ 카탈로그에 설치합니다.
오버로드
InstallAssembly(String, String, String, InstallationFlags, Object) |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 트랜잭션 의미 체계를 사용하는 명명된 어셈블리를 COM+ 카탈로그에 설치합니다. |
InstallAssembly(String, String, String, String, InstallationFlags, Object) |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 트랜잭션 의미 체계를 사용하는 명명된 어셈블리를 COM+ 카탈로그에 설치합니다. |
InstallAssembly(String, String, String, InstallationFlags, Object)
트랜잭션 의미 체계를 사용하는 명명된 어셈블리를 COM+ 카탈로그에 설치합니다.
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
public:
void InstallAssembly(System::String ^ assembly, System::String ^ % application, System::String ^ % tlb, System::EnterpriseServices::InstallationFlags installFlags, System::Object ^ sync);
public void InstallAssembly (string assembly, ref string application, ref string tlb, System.EnterpriseServices.InstallationFlags installFlags, object sync);
member this.InstallAssembly : string * string * string * System.EnterpriseServices.InstallationFlags * obj -> unit
Public Sub InstallAssembly (assembly As String, ByRef application As String, ByRef tlb As String, installFlags As InstallationFlags, sync As Object)
매개 변수
- assembly
- String
설치할 어셈블리의 파일 이름입니다.
- application
- String
설치할 COM+ 애플리케이션의 이름이거나 null
입니다.
- tlb
- String
출력 형식 라이브러리 내보내기(Tlbexp.exe) 파일의 이름이거나 null
입니다.
- installFlags
- InstallationFlags
설치 플래그 값의 비트 조합입니다.
- sync
- Object
인프라에 의해 생성되고 지정된 어셈블리가 COM+ 카탈로그에서 구성될 때까지 기다릴 수 있는 동기화 개체입니다.
설명
InstallAssembly 메서드 코드에서 직접 호출할 필요가 없습니다. 대신, 호출 된 InstallAssembly 동기화 개체를 제외 하 고 동일한 매개 변수를 사용 하 여 메서드.
이 메서드는 호출자가 로컬 컴퓨터에 대 한 관리자 권한이 필요 합니다.
적용 대상
InstallAssembly(String, String, String, String, InstallationFlags, Object)
트랜잭션 의미 체계를 사용하는 명명된 어셈블리를 COM+ 카탈로그에 설치합니다.
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
public:
void InstallAssembly(System::String ^ assembly, System::String ^ % application, System::String ^ partition, System::String ^ % tlb, System::EnterpriseServices::InstallationFlags installFlags, System::Object ^ sync);
public void InstallAssembly (string assembly, ref string application, string partition, ref string tlb, System.EnterpriseServices.InstallationFlags installFlags, object sync);
member this.InstallAssembly : string * string * string * string * System.EnterpriseServices.InstallationFlags * obj -> unit
Public Sub InstallAssembly (assembly As String, ByRef application As String, partition As String, ByRef tlb As String, installFlags As InstallationFlags, sync As Object)
매개 변수
- assembly
- String
설치할 어셈블리의 파일 이름입니다.
- application
- String
설치할 COM+ 애플리케이션의 이름이거나 null
이 포함된 문자열입니다.
- partition
- String
파티션의 이름이거나 null
입니다.
- tlb
- String
출력 형식 라이브러리 내보내기(Tlbexp.exe) 파일의 이름이거나 null
입니다.
- installFlags
- InstallationFlags
설치 플래그 값의 비트 조합입니다.
- sync
- Object
인프라에 의해 생성되고 지정된 어셈블리가 COM+ 카탈로그에서 구성될 때까지 기다릴 수 있는 동기화 개체입니다.
설명
InstallAssembly 메서드 코드에서 직접 호출할 필요가 없습니다. 대신, 호출 된 InstallAssembly 동기화 개체를 제외 하 고 동일한 매개 변수를 사용 하 여 메서드.
이 메서드는 호출자가 로컬 컴퓨터에 대 한 관리자 권한이 필요 합니다.
적용 대상
.NET