指定したデリゲートで識別される、別のアプリケーション ドメイン内のコードを実行します。
Sub DoCallBack( _
ByVal theDelegate As CrossAppDomainDelegate _)
[C#]
void DoCallBack(
CrossAppDomainDelegatetheDelegate);
[C++]
void DoCallBack(
CrossAppDomainDelegate* theDelegate);
[JScript]
function DoCallBack(
theDelegate : CrossAppDomainDelegate);
パラメータ
- theDelegate
呼び出すメソッドを指定するデリゲート。
解説
theDelegate には、値渡しによるマーシャリング オブジェクト、 MarshalByRefObject 、または ContextBoundObject の各オブジェクトを指定できます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ