Initializes a new instance of the
GACEntry class
Namespace:
Nova.Utilities
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public GACEntry(
string assemblyName,
string version,
string culture,
string publicKeyToken,
string architecture,
string path
)
Parameters
- assemblyName
- Type: SystemString
- version
- Type: SystemString
- culture
- Type: SystemString
- publicKeyToken
- Type: SystemString
- architecture
- Type: SystemString
- path
- Type: SystemString
See Also