Context.RegisterDynamicProperty 메서드
이 메서드는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.
원격 서비스를 사용하여 IDynamicProperty 인터페이스를 구현하는 동적 속성을 등록합니다.
네임스페이스: System.Runtime.Remoting.Contexts
어셈블리: mscorlib(mscorlib.dll)
구문
‘선언
Public Shared Function RegisterDynamicProperty ( _
prop As IDynamicProperty, _
obj As ContextBoundObject, _
ctx As Context _
) As Boolean
‘사용 방법
Dim prop As IDynamicProperty
Dim obj As ContextBoundObject
Dim ctx As Context
Dim returnValue As Boolean
returnValue = Context.RegisterDynamicProperty(prop, obj, ctx)
public static bool RegisterDynamicProperty (
IDynamicProperty prop,
ContextBoundObject obj,
Context ctx
)
public:
static bool RegisterDynamicProperty (
IDynamicProperty^ prop,
ContextBoundObject^ obj,
Context^ ctx
)
public static boolean RegisterDynamicProperty (
IDynamicProperty prop,
ContextBoundObject obj,
Context ctx
)
public static function RegisterDynamicProperty (
prop : IDynamicProperty,
obj : ContextBoundObject,
ctx : Context
) : boolean
매개 변수
- prop
등록할 동적 속성입니다.
- obj
property를 등록할 해당 개체/프록시입니다.
- ctx
property를 등록할 해당 컨텍스트입니다.
반환 값
속성이 성공적으로 등록되었으면 true이고, 그렇지 않으면 false입니다.
예외
예외 형식 | 조건 |
---|---|
prop 또는 해당 이름이 Null 참조(Visual Basic의 경우 Nothing)이거나 동적 속성이 아닌 경우, 즉IDynamicProperty를 구현하지 않는 경우 |
|
개체와 컨텍스트가 모두 지정된 경우, 즉 obj와 ctx가 모두 Null 참조(Visual Basic의 경우 Nothing)이 아닌 경우 |
설명
prop는 obj 및 ctx를 기준으로 원격 호출 경로에 있는 위치에 싱크를 제공해야 합니다. 여러 속성이 등록되어 있으면 해당 싱크는 호출할 때마다 바뀔 수 있는 임의의 순서로 호출됩니다.
obj가 Null 참조(Visual Basic의 경우 Nothing)이 아니고 프록시이면 해당 프록시에 대한 모든 호출이 가로채집니다. obj가 실제 개체인 경우에는 개체에 대한 모든 호출이 가로채집니다. ctx 매개 변수는 Null 참조(Visual Basic의 경우 Nothing)이어야 합니다.
ctx가 Null 참조(Visual Basic의 경우 Nothing)이 아니면 obj는 Null 참조(Visual Basic의 경우 Nothing)이어야 하며 컨텍스트로 들어오거나 나가는 모든 호출이 가로채집니다.
ctx 및 obj가 모두 Null 참조(Visual Basic의 경우 Nothing)이면 모든 컨텍스트로 들어오거나 나가는 모든 호출이 가로채집니다.
.NET Framework 보안
- SecurityPermission 코드를 CLR 인프라에 연결하는 데 필요한 권한입니다. 연관된 열거형: SecurityPermissionFlag.Infrastructure
플랫폼
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
2.0, 1.1, 1.0에서 지원
참고 항목
참조
Context 클래스
Context 멤버
System.Runtime.Remoting.Contexts 네임스페이스