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

プロパティ値

読み取り専用です。 この型の完全なパスを取得します。

注釈

返される形式は、入れ子になった型の場合は "enclosingTypeFullName+ nestedTypeName" で、入れ子になっていない型の場合は "typeName" です。

適用対象