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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照Weblioに収録されているすべての辞書からActivatedClientTypeEntry.ToString メソッドを検索する場合は、下記のリンクをクリックしてください。
全ての辞書からActivatedClientTypeEntry.ToString メソッド
を検索
- ActivatedClientTypeEntry.ToString メソッドのページへのリンク