_Assembly.FullName 属性

定义

为 COM 对象提供对 FullName 属性的与版本无关的访问。Provides COM objects with version-independent access to the FullName property.

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

属性值

String

程序集的显示名称。The display name of the assembly.

注解

此方法用于从非托管代码访问托管类,不应从托管代码调用。This method is for access to managed classes from unmanaged code, and should not be called from managed code.

FullName属性获取程序集的显示名称。The FullName property gets the display name of the assembly.

适用于

另请参阅