ActivatedClientTypeEntry.ToString 메서드

정의

클라이언트 활성화 형식의 형식 이름, 어셈블리 이름 및 애플리케이션 URL을 로 String반환합니다.

public:
 override System::String ^ ToString();
public override string ToString();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

반품

클라이언트 활성화 형식의 형식 이름, 어셈블리 이름 및 애플리케이션 URL입니다 String.

예제

다음 코드 예제에서는 메서드의 사용을 보여 있습니다 ToString .

// Print the string representation of the type entry.
Console::WriteLine( "Type and assembly name and application URL of the remote object: {0}", activatedClientTypeEntry->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())

적용 대상