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

Dim instance As ActivatedClientTypeEntry Dim returnValue As String returnValue = instance.ToString
String としてのクライアント側でアクティブ化される型の型名、アセンブリ名、およびアプリケーションの URL。

ToString メソッドを使用するコード例を次に示します。
' Print the string representation of the type entry. Console.WriteLine( _ "Type name, assembly name and application URL " + _ "of the remote object: " + _ myActivatedClientTypeEntry.ToString())
// Print the string representation of the type entry. Console.WriteLine( "Type name, assembly name and application URL " + "of the remote object: " + myActivatedClientTypeEntry.ToString());

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


- ActivatedClientTypeEntry.ToString メソッドのページへのリンク