public EvImportAttribute(EvDll dll = EvDll.Core, string name = null) { Dll = dll; Name = name; }
public EvImportAttribute(EvDll dll = EvDll.Core) { Dll = dll; }