Click or drag to resize

ExtensionDefinitionMainDllFile Property

Name of the main assembly of the DLL library, This is the assembly loaded. If there are other resources file is used, including referenced assembly (.dll), images and other resources, you should add them in AddtionalFiles

Namespace:  Hummingbird.TestFramework.Extensibility
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public string MainDllFile { get; set; }

Property Value

Type: String
See Also