Click or drag to resize

LibraryResourcesExist Method

Determines, if the provided library name can be used to load this library from an embedded resource.

Namespace: Aml.Engine.Resources
Assembly: Aml.Engine.Resources (in Aml.Engine.Resources.dll) Version: 3.0
Syntax
public static bool Exist(
	string libraryName
)

Parameters

libraryName  String

[Missing <param name="libraryName"/> documentation for "M:Aml.Engine.Resources.LibraryResources.Exist(System.String)"]

Return Value

Boolean
true, if the named library is an embdedded resource.
See Also