다음을 통해 공유


IComManagedImportUtil.GetComponentInfo(String, String, String) 메서드

정의

어셈블리에서 구성 요소 정보를 가져옵니다.

public:
 void GetComponentInfo(System::String ^ assemblyPath, [Runtime::InteropServices::Out] System::String ^ % numComponents, [Runtime::InteropServices::Out] System::String ^ % componentInfo);
public void GetComponentInfo (string assemblyPath, out string numComponents, out string componentInfo);
abstract member GetComponentInfo : string * string * string -> unit
Public Sub GetComponentInfo (assemblyPath As String, ByRef numComponents As String, ByRef componentInfo As String)

매개 변수

assemblyPath
String

어셈블리에 대한 경로입니다.

numComponents
String

이 메서드가 반환될 때 이 매개 변수에는 어셈블리의 구성 요소의 수가 포함됩니다.

componentInfo
String

이 메서드가 반환될 때 이 매개 변수에는 구성 요소 정보가 포함됩니다.

예외

assemblyPath가 빈 문자열("")이거나, 공백만 포함하거나, InvalidPathChars에 정의된 것과 같이 잘못된 문자를 포함하고 있는 경우

또는

절대 경로를 검색할 수 없는 경우

호출자에게 필요한 사용 권한이 없습니다.

assemblyPath이(가) null인 경우

assemblyPath에 콜론(":")이 포함된 경우

지정된 경로, 파일 이름 또는 둘 다가 시스템에서 정의한 최대 길이를 초과합니다.

설명

이 메서드는 클래스 식별자 (Clsid)를 식별 하는 COM + 카탈로그 및 구성 요소 등록 되기 전에 DLL의 Progid입니다.

적용 대상