Method | Description | |
---|---|---|
AssemblyInfo ( |
Initializes a new instance of the AssemblyInfo class.
|
|
FindType ( string typeName ) : |
Finds the specified typeName searching through all loaded assemblies.
|
|
GetAttributes ( ) : |
Gets a collection of assembly attributes exposed by the assembly.
|
|
GetCustomAttribute ( |
Gets the specified assembly attribute if it is exposed by the assembly. This method always returns |
|
GetEmbeddedResource ( string resourceName ) : Stream |
Gets the specified embedded resource from the assembly.
|
Method | Description | |
---|---|---|
LoadAssemblyFromResource ( string assemblyName ) : void | ||
ResolveAssemblyFromResource ( object sender, |
public AssemblyInfo ( |
||
assemblyInstance | An |
|
return | System |
public static FindType ( string typeName ) : |
||
typeName | string | Fully qualified type name. |
return |
public GetAttributes ( ) : |
||
return |
public GetCustomAttribute ( |
||
attributeType | Type of the attribute to get. | |
return |
public GetEmbeddedResource ( string resourceName ) : Stream | ||
resourceName | string | The full name (including the namespace) of the embedded resource to get. |
return | Stream |