MarshalByRefObject.CreateObjRef(Type) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
원격 개체와 통신하는 데 사용되는 프록시 생성에 필요한 모든 관련 정보가 들어 있는 개체를 만듭니다.
public:
virtual System::Runtime::Remoting::ObjRef ^ CreateObjRef(Type ^ requestedType);
public virtual System.Runtime.Remoting.ObjRef CreateObjRef (Type requestedType);
[System.Security.SecurityCritical]
public virtual System.Runtime.Remoting.ObjRef CreateObjRef (Type requestedType);
abstract member CreateObjRef : Type -> System.Runtime.Remoting.ObjRef
override this.CreateObjRef : Type -> System.Runtime.Remoting.ObjRef
[<System.Security.SecurityCritical>]
abstract member CreateObjRef : Type -> System.Runtime.Remoting.ObjRef
override this.CreateObjRef : Type -> System.Runtime.Remoting.ObjRef
Public Overridable Function CreateObjRef (requestedType As Type) As ObjRef
매개 변수
반환
프록시를 생성하는 데 필요한 정보입니다.
- 특성
예외
이 인스턴스가 유효한 원격 개체가 아닌 경우
직접 실행 호출자에 인프라 권한이 없는 경우
설명
메서드는 CreateObjRef 같은 원격 개체 만들기 메서드 AppDomain.CreateInstance 에 의해 호출됩니다 AppDomain.CreateInstanceAndUnwrap. 대부분의 경우 이 메서드를 재정의할 필요가 없습니다.