Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[Wird nachgeliefert.]
Namespace: System.Runtime.Remoting.Proxies
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
Public Function IsContextOK ( _
ctx As Context, _
msg As IConstructionCallMessage _
) As Boolean
'Usage
Dim instance As ProxyAttribute
Dim ctx As Context
Dim msg As IConstructionCallMessage
Dim returnValue As Boolean
returnValue = instance.IsContextOK(ctx, msg)
[ComVisibleAttribute(true)]
public bool IsContextOK (
Context ctx,
IConstructionCallMessage msg
)
[ComVisibleAttribute(true)]
public:
virtual bool IsContextOK (
Context^ ctx,
IConstructionCallMessage^ msg
) sealed
/** @attribute ComVisibleAttribute(true) */
public final boolean IsContextOK (
Context ctx,
IConstructionCallMessage msg
)
ComVisibleAttribute(true)
public final function IsContextOK (
ctx : Context,
msg : IConstructionCallMessage
) : boolean
Parameter
- ctx
- msg
Plattformen
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 unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 2.0, 1.1, 1.0
Siehe auch
Referenz
ProxyAttribute-Klasse
ProxyAttribute-Member
System.Runtime.Remoting.Proxies-Namespace