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

어셈블리의 파일 시스템 경로입니다.

구현

예외

호출 체인의 호출자에게 관리되지 않는 코드에 액세스할 수 있는 권한이 없습니다.

-또는-

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

AssemblyPathnull입니다.

AssemblyPath 가 비어 있습니다.

AssemblyPath 찾을 수 없습니다.

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

AssemblyPath 가 유효한 어셈블리가 아닌 경우

적용 대상