Publish.GacRemove(String) 메서드

정의

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

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

매개 변수

AssemblyPath
String

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

구현

예외

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

또는

호출자에게 경로 검색 권한이 없습니다.

AssemblyPath이(가) null인 경우

AssemblyPath가 비어 있는 경우

AssemblyPath 가 없는 경우

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

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

적용 대상