FrameworkName.FullName 속성

정의

FrameworkName 개체의 전체 이름을 가져옵니다.

public:
 property System::String ^ FullName { System::String ^ get(); };
public string FullName { get; }
member this.FullName : string
Public ReadOnly Property FullName As String

속성 값

String

FrameworkName 개체의 전체 이름입니다.

설명

속성에서 반환된 FullName 문자열의 형식은 다음과 같습니다.

identifier, Version=version[, Profile=profile]

여기서 식별자는 속성에 Identifier 해당하고 속성 versionVersion 에 대한 호출 Version.ToString 과 동일하며 profile 속성에 Profile 해당합니다. 프로필이 개체에 FrameworkName 할당되지 않은 경우 프로필 구성 요소는 문자열에 포함되지 않습니다.

속성 값 FullName 은 메서드에서 반환된 문자열과 ToString 동일합니다.

적용 대상