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; }
<DataMemberAttribute>
Public Property MainDllFile As String
Get
Set
public:
[DataMemberAttribute]
property String^ MainDllFile {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member MainDllFile : string with get, set
Property Value
Type:
StringSee Also