Click or drag to resize

NamespaceInfoFindResource Method (String)

Finds the resource in the Namespace of this Assembly

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Stream FindResource(
	string resourceName
)

Parameters

resourceName
Type: SystemString
Resource name without namespace

Return Value

Type: Stream
The resource stream if found, otherwise null
See Also