IpcServerChannel.Parse メソッド
アセンブリ: System.Runtime.Remoting (system.runtime.remoting.dll 内)

Dim instance As IpcServerChannel Dim url As String Dim objectURI As String Dim returnValue As String returnValue = instance.Parse(url, objectURI)
public final String Parse ( String url, /** @attribute OutAttribute() */ /** @ref */ String objectURI )
戻り値
現在のチャネルの URI。


// Parse the channel's URI. string[] urls = serverChannel.GetUrlsForUri("RemoteObject.rem"); if (urls.Length > 0) { string objectUrl = urls[0]; string objectUri; string channelUri = serverChannel.Parse(objectUrl, out objectUri); Console.WriteLine("The object URI is {0}.", objectUri); Console.WriteLine("The channel URI is {0}.", channelUri); Console.WriteLine("The object URL is {0}.", objectUrl); }
// Parse the channel's URI. array<String^>^urls = serverChannel->GetUrlsForUri( L"RemoteObject.rem" ); if ( urls->Length > 0 ) { String^ objectUrl = urls[ 0 ]; String^ objectUri; String^ channelUri = serverChannel->Parse( objectUrl,objectUri ); Console::WriteLine( L"The object URI is {0}.",objectUri ); Console::WriteLine( L"The channel URI is {0}.",channelUri ); Console::WriteLine( L"The object URL is {0}.",objectUrl ); }


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に収録されているすべての辞書からIpcServerChannel.Parse メソッドを検索する場合は、下記のリンクをクリックしてください。

- IpcServerChannel.Parse メソッドのページへのリンク