CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums


Loads the specified manifest resource from this assembly.

Namespace: ?System.Reflection.Emit
Assembly: ?mscorlib (in mscorlib.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Function GetManifestResourceStream ( _
	name As String _
) As Stream
C#
public override Stream GetManifestResourceStream(
	string name
)
Visual C++
public:
virtual Stream^ GetManifestResourceStream(
	String^ name
) override
JavaScript
function getManifestResourceStream(name);

Parameters

name
Type: System..::.String
The name of the manifest resource being requested.

Return Value

A Stream representing this manifest resource.

Implements

_Assembly..::.GetManifestResourceStream(String)

Exceptions

ExceptionCondition
System.Security..::.SecurityExceptionThe caller does not have the required permission.
System..::.NotSupportedExceptionThis method is not currently supported.

See Also



Free Download:
   
  Privacy | Contact Us
All Times Are GMT