IRegistrationServices.RegisterAssembly 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
COM에서 만들 수 있도록 클래스를 관리되는 어셈블리에 등록합니다.
public:
bool RegisterAssembly(System::Reflection::Assembly ^ assembly, System::Runtime::InteropServices::AssemblyRegistrationFlags flags);
public bool RegisterAssembly (System.Reflection.Assembly assembly, System.Runtime.InteropServices.AssemblyRegistrationFlags flags);
[System.Security.SecurityCritical]
public bool RegisterAssembly (System.Reflection.Assembly assembly, System.Runtime.InteropServices.AssemblyRegistrationFlags flags);
abstract member RegisterAssembly : System.Reflection.Assembly * System.Runtime.InteropServices.AssemblyRegistrationFlags -> bool
[<System.Security.SecurityCritical>]
abstract member RegisterAssembly : System.Reflection.Assembly * System.Runtime.InteropServices.AssemblyRegistrationFlags -> bool
Public Function RegisterAssembly (assembly As Assembly, flags As AssemblyRegistrationFlags) As Boolean
매개 변수
- assembly
- Assembly
등록할 어셈블리입니다.
assembly
를 등록할 때 필요한 특수 설정을 모두 나타내는 AssemblyRegistrationFlags 값입니다.
반환
제대로 등록된 형식이 assembly
에 포함되어 있으면 true
이고, 어셈블리에 해당 형식이 없으면 false
입니다.
- 특성
예외
assembly
이(가) null
인 경우
assembly
의 전체 이름이 null
인 경우
또는
ComRegisterFunctionAttribute로 표시된 메서드가 static
이 아닌 경우
또는
지정된 계층 구조 수준에 ComRegisterFunctionAttribute로 표시된 메서드가 두 개 이상 있는 경우
또는
ComRegisterFunctionAttribute로 표시된 메서드의 시그니처가 잘못된 경우
설명
RegisterAssembly
지정된 된 어셈블리의 형식에 대 한 적절 한 레지스트리 항목을 추가합니다. 또한이 메서드는 어셈블리에 있는 모든 등록 함수를 호출 합니다.
사용 하 여 Assembly.Load 어셈블리를 가져오려고 합니다.
적용 대상
.NET