AssemblyBuilder.GetManifestResourceInfo(String) 方法
定义
返回关于给定资源如何保持的信息。Returns information about how the given resource has been persisted.
public:
override System::Reflection::ManifestResourceInfo ^ GetManifestResourceInfo(System::String ^ resourceName);
public override System.Reflection.ManifestResourceInfo? GetManifestResourceInfo (string resourceName);
public override System.Reflection.ManifestResourceInfo GetManifestResourceInfo (string resourceName);
override this.GetManifestResourceInfo : string -> System.Reflection.ManifestResourceInfo
Public Overrides Function GetManifestResourceInfo (resourceName As String) As ManifestResourceInfo
参数
- resourceName
- String
资源的名称。The name of the resource.
返回
使用资源的拓扑信息填充的 ManifestResourceInfo;如果未找到资源,则为 null
。ManifestResourceInfo populated with information about the resource's topology, or null
if the resource is not found.
例外
目前尚不支持此方法。This method is not currently supported.
调用方没有所要求的权限。The caller does not have the required permission.