Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

_Assembly::GetManifestResourceStream Method (Type^, String^)

 

Provides COM objects with version-independent access to the GetManifestResourceStream method.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Stream^ GetManifestResourceStream(
	Type^ type,
	String^ name
)

Parameters

type
Type: System::Type^

The type whose namespace is used to scope the manifest resource name.

name
Type: System::String^

The case-sensitive name of the manifest resource being requested.

Return Value

Type: System.IO::Stream^

A Stream representing this manifest resource.

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

The GetManifestResourceStream method loads the specified manifest resource, scoped by the namespace of the specified type, from this assembly.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft