TypeBuilder.FullName 属性
定义
检索此类型的完整路径。Retrieves the full path of this type.
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
属性值
只读。Read-only. 检索此类型的完整路径。Retrieves the full path of this type.
注解
对于嵌套类型,返回的格式为 "enclosingTypeFullName + nestedTypeName"; 对于非嵌套类型,则为 "typeName"。The returned format is "enclosingTypeFullName+nestedTypeName" for nested types and "typeName" for non-nested types.