_Assembly.GetManifestResourceInfo(String) Method

Definition

Provides COM objects with version-independent access to the GetManifestResourceInfo(String) method.

public:
 System::Reflection::ManifestResourceInfo ^ GetManifestResourceInfo(System::String ^ resourceName);
public System.Reflection.ManifestResourceInfo GetManifestResourceInfo (string resourceName);
abstract member GetManifestResourceInfo : string -> System.Reflection.ManifestResourceInfo
Public Function GetManifestResourceInfo (resourceName As String) As ManifestResourceInfo

Parameters

resourceName
String

The case-sensitive name of the resource.

Returns

A ManifestResourceInfo object populated with information about the resource's topology, or null if the resource is not found.

Remarks

This method is for access to managed classes from unmanaged code, and should not be called from managed code.

The GetManifestResourceInfo method returns information about how the given resource has been persisted.

Applies to

See also