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())

적용 대상