 | LibraryResourcesExist Method |
Determines, if the provided library name can be used to load this library from an embedded resource.
Namespace: Aml.Engine.ResourcesAssembly: Aml.Engine.Resources (in Aml.Engine.Resources.dll) Version: 3.0
Syntaxpublic static bool Exist(
string libraryName
)
Public Shared Function Exist (
libraryName As String
) As Boolean
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
Booleantrue, if the named library is an embdedded resource.
See Also