Creates a new instance of the class XAssemblyManifestResourceLocation.
Namespace:
SGP.XUtilityAssembly: SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718
Syntax
C# |
---|
public XAssemblyManifestResourceLocation( XAssemblyManifestResourceContainer container, string name, Object info ) |
Parameters
- container
- Type: SGP.XUtility..::.XAssemblyManifestResourceContainer
The container of a assembly XAssemblyManifestResourceContainer where the source is located.
- name
- Type: System..::.String
The full name of the source.
- info
- Type: System..::.Object
The additional information about the source.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | container is nullNothingnullptra null reference (Nothing in Visual Basic). |