Publish.GacRemove(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
전역 어셈블리 캐시에서 어셈블리를 제거합니다.
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 가 유효한 어셈블리가 아닌 경우