TypeBuilder.FullName 屬性

定義

擷取這個類型的完整路徑。

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

屬性值

String

唯讀。 擷取這個類型的完整路徑。

備註

針對巢狀型別,傳回的格式為 "enclosingTypeFullName + nestedTypeName",而非巢狀型別為 "typeName"。

適用於