IRegistrationServices.UnregisterAssembly(Assembly) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
관리되는 어셈블리의 클래스 등록을 취소합니다.
public:
bool UnregisterAssembly(System::Reflection::Assembly ^ assembly);
public bool UnregisterAssembly (System.Reflection.Assembly assembly);
[System.Security.SecurityCritical]
public bool UnregisterAssembly (System.Reflection.Assembly assembly);
abstract member UnregisterAssembly : System.Reflection.Assembly -> bool
[<System.Security.SecurityCritical>]
abstract member UnregisterAssembly : System.Reflection.Assembly -> bool
Public Function UnregisterAssembly (assembly As Assembly) As Boolean
매개 변수
- assembly
- Assembly
등록 취소할 어셈블리입니다.
반환
제대로 등록 취소된 형식이 assembly
에 포함되어 있으면 true
이고, 어셈블리에 해당 형식이 없으면 false
입니다.
- 특성
예외
assembly
이(가) null
인 경우
assembly
의 전체 이름이 null
인 경우
또는
ComUnregisterFunctionAttribute로 표시된 메서드가 static
이 아닌 경우
또는
지정된 계층 구조 수준에 ComUnregisterFunctionAttribute로 표시된 메서드가 두 개 이상 있는 경우
또는
ComUnregisterFunctionAttribute로 표시된 메서드의 시그니처가 잘못된 경우
설명
UnregisterAssembly
이전에 추가 하 여 지정된 된 어셈블리의 형식에 대 한 레지스트리 항목을 제거 RegisterAssembly합니다. 또한이 메서드는 어셈블리에 있는 모든 등록 취소 함수를 호출 합니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET