_Assembly.GetManifestResourceNames 方法
定义
为 COM 对象提供对 GetManifestResourceNames() 方法的与版本无关的访问。Provides COM objects with version-independent access to the GetManifestResourceNames() method.
public:
cli::array <System::String ^> ^ GetManifestResourceNames();
public string[] GetManifestResourceNames ();
abstract member GetManifestResourceNames : unit -> string[]
Public Function GetManifestResourceNames () As String()
返回
- String[]
包含所有资源的名称的类型 String 数组。An array of type String containing the names of all the resources.
注解
此方法用于从非托管代码访问托管类,不应从托管代码调用。This method is for access to managed classes from unmanaged code, and should not be called from managed code.
GetManifestResourceNames方法返回此程序集中的所有资源的名称。The GetManifestResourceNames method returns the names of all the resources in this assembly.