Share via


IComSoapPublisher.GacRemove(String) 메서드

정의

전역 어셈블리 캐시에서 어셈블리를 제거합니다.

public:
 void GacRemove(System::String ^ AssemblyPath);
public void GacRemove (string AssemblyPath);
abstract member GacRemove : string -> unit
Public Sub GacRemove (AssemblyPath As String)

매개 변수

AssemblyPath
String

어셈블리에 대한 파일 시스템 경로입니다.

예외

AssemblyPath이(가) null인 경우

AssemblyPath가 비어 있는 경우

AssemblyPath 가 없는 경우

어셈블리 또는 모듈이 서로 다른 두 증명 정보로 두 번 로드되었습니다.

AssemblyPath는 유효한 어셈블리가 아닙니다.

적용 대상