RemotingSurrogateSelector.GetSurrogate メソッド
アセンブリ: mscorlib (mscorlib.dll 内)

Public Overridable Function GetSurrogate ( _ type As Type, _ context As StreamingContext, _ <OutAttribute> ByRef ssout As ISurrogateSelector _ ) As ISerializationSurrogate
Dim instance As RemotingSurrogateSelector Dim type As Type Dim context As StreamingContext Dim ssout As ISurrogateSelector Dim returnValue As ISerializationSurrogate returnValue = instance.GetSurrogate(type, context, ssout)
public virtual ISerializationSurrogate GetSurrogate ( Type type, StreamingContext context, out ISurrogateSelector ssout )
public: virtual ISerializationSurrogate^ GetSurrogate ( Type^ type, StreamingContext context, [OutAttribute] ISurrogateSelector^% ssout )
public ISerializationSurrogate GetSurrogate ( Type type, StreamingContext context, /** @attribute OutAttribute() */ /** @ref */ ISurrogateSelector ssout )
戻り値
指定したコンテキストにおける指定した型に適したサロゲート。

リモート処理サロゲートは、MarshalByRefObject から派生したオブジェクトのリモートのシリアル化要求を処理します。MarshalByRefObject から派生したオブジェクトをリモートの場所にシリアル化するときに、リモート処理サロゲートは、リモート オブジェクトをアクティブ化し、そのオブジェクトと通信するために必要とされる関連情報をすべて格納する ObjRef を作成します。新しく作成された ObjRef は、リモートの場所に送信され、プロキシを作成するために使用できるようになります。

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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からRemotingSurrogateSelector.GetSurrogate メソッドを検索する場合は、下記のリンクをクリックしてください。

- RemotingSurrogateSelector.GetSurrogate メソッドのページへのリンク