Assembly.GetManifestResourceStream Method (Type, String)
Assembly: mscorlib (in mscorlib.dll)
public Stream GetManifestResourceStream ( Type type, String name )
public function GetManifestResourceStream ( type : Type, name : String ) : Stream
Parameters
- type
The type whose namespace is used to scope the manifest resource name.
- name
The case-sensitive name of the manifest resource being requested.
Return Value
A Stream representing this manifest resource.Resource information is returned only if the resource is visible to the caller, or the caller has ReflectionPermission.
Note |
|---|
| This method returns a null reference (Nothing in Visual Basic) if a private resource in another assembly is accessed and the caller does not have ReflectionPermission with the ReflectionPermissionFlag.TypeInformation flag. |
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Note