Summary
Syntax
public AssemblyInfoParseResult(string clsCompliant, string company, string comVisible, string configuration, string copyright, string description, string assemblyFileVersion, string guid, string assemblyInformationalVersion, string product, string title, string trademark, string assemblyVersion, IEnumerable<string> internalsVisibleTo)
Parameters
| Name |
Type |
Description |
| clsCompliant |
string |
Whether the assembly is CLS compliant. |
| company |
string |
The assembly company attribute. |
| comVisible |
string |
Whether the assembly is accessible from COM. |
| configuration |
string |
The assembly configuration attribute. |
| copyright |
string |
The assembly copyright attribute. |
| description |
string |
The assembly description attribute. |
| assemblyFileVersion |
string |
The assembly file version. |
| guid |
string |
The assembly GUID attribute. |
| assemblyInformationalVersion |
string |
The assembly informational version. |
| product |
string |
The assembly product attribute. |
| title |
string |
The assembly title attribute. |
| trademark |
string |
The assembly trademark attribute. |
| assemblyVersion |
string |
The assembly version. |
| internalsVisibleTo |
IEnumerable<string> |
The assemblies that internals are visible to. |
Return Value