_Assembly.FullName 属性
定义
public:
property System::String ^ FullName { System::String ^ get(); };
public string FullName { get; }
member this.FullName : string
Public ReadOnly Property FullName As 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.