[]
Initializes a new instance of the Device class.
public static Device Create(Device device)
| Type | Name | Description |
|---|---|---|
| Device | device | The device. |
| Type | Description |
|---|---|
| Device |
Initializes a new instance of the Device class.
public static Device Create(Device device, CreationProperties creationProperties)
| Type | Name | Description |
|---|---|---|
| Device | device | The device. |
| CreationProperties | creationProperties | The creation properties. |
| Type | Description |
|---|---|
| Device |
Initializes a new instance of the Device class.
public static Device Create(Factory1 factory, Device device)
| Type | Name | Description |
|---|---|---|
| Factory1 | factory | |
| Device | device |
| Type | Description |
|---|---|
| Device |