Loads the specified manifest resource, scoped by the namespace of the specified type, from this assembly.
Public Overridable Function GetManifestResourceStream ( _ type As Type, _ name As String _ ) As Stream
Dim instance As [Assembly] Dim type As Type Dim name As String Dim returnValue As Stream returnValue = instance.GetManifestResourceStream(type, _ name)
public virtual Stream GetManifestResourceStream( Type type, string name )
public: virtual Stream^ GetManifestResourceStream( Type^ type, String^ name )
public function GetManifestResourceStream( type : Type, name : String ) : Stream
The name parameter is nullNothingnullptra null reference (Nothing in Visual Basic).
The name parameter is an empty string ("").
A file that was found could not be loaded.
name was not found.
name is not a valid assembly.
For example, if the full name specified for type is "MyNameSpace.MyClasses" and name is "Net", this method overload searches for a resource named "MyNameSpace.Net".
Resource information is returned only if the resource is visible to the caller, or the caller has ReflectionPermission.
This method returns nullNothingnullptra 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..::.MemberAccess flag.
If the assembly manifest lists a resource file, GetManifestResourceStream returns a Stream object even if the resource file cannot be found on disk at the time. If the resource file is not found, passing the resulting Stream object to the ResourceReader constructor causes an ArgumentException.
to access a private resource. Associated enumeration: ReflectionPermissionFlag..::.MemberAccess
when invoked late-bound through mechanisms such as Type..::.InvokeMember. Associated enumeration: ReflectionPermissionFlag..::.MemberAccess.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune