| AssembliesGetFirstAssemblyWithResourceName Method |
Returns the first found
Assembly that contains an embedded resource with
the given resource name
Namespace:
Cauldron.Reflection
Assembly:
Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.2
Syntax public static Assembly GetFirstAssemblyWithResourceName(
string resourceInfoName
)
Public Shared Function GetFirstAssemblyWithResourceName (
resourceInfoName As String
) As Assembly
public:
static Assembly^ GetFirstAssemblyWithResourceName(
String^ resourceInfoName
)
Parameters
- resourceInfoName
- Type: SystemString
The end of the fully qualified name of the embedded resource
Return Value
Type:
AssemblyThe first found
Assembly otherwise returns null
Exceptions See Also