C# Class Elmah.ManifestResourceHelper

Mostra file Open project: elmah/Elmah Class Usage Examples

Public Methods

Method Description
WriteResourceToStream ( Stream outputStream, Type type, string resourceName ) : void

Method Details

WriteResourceToStream() public static method

public static WriteResourceToStream ( Stream outputStream, Type type, string resourceName ) : void
outputStream Stream
type System.Type
resourceName string
return void