|
DotNet6502
|
Public Member Functions | |
| DeviceDefinition (string dllName, string parameters) | |
Public Attributes | |
| string | DllNameWithExtension => $"{DllName}.dll" |
| string | AbsoluteDllNameWithExtension => Path.GetFullPath(DllNameWithExtension) |
| List< string > | SplitParameters => Parameters.Split(',').Select(p => p.Trim()).ToList() |
Properties | |
| string | DllName [get, set] |
| string | Parameters [get, set] |
| Host.DeviceDefinition.DeviceDefinition | ( | string | dllName, |
| string | parameters | ||
| ) |
| string Host.DeviceDefinition.AbsoluteDllNameWithExtension => Path.GetFullPath(DllNameWithExtension) |
| string Host.DeviceDefinition.DllNameWithExtension => $"{DllName}.dll" |
| List<string> Host.DeviceDefinition.SplitParameters => Parameters.Split(',').Select(p => p.Trim()).ToList() |
|
getset |
|
getset |