Click or drag to resize

WebExtensionsOpenEmbeddedResourceStream Method

Opens a stream to an embedded resource.

Namespace: GSF.Web
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public static Stream OpenEmbeddedResourceStream(
	string resourceName
)
View Source

Parameters

resourceName  String
Fully qualified name of resource to open.

Return Value

Stream
Stream to embedded resource if found; otherwise, null.
See Also