Edit

Share via


ComponentInformation Constructors

Definition

Overloads

ComponentInformation(ComponentInformation)

protected ComponentInformation(System.Device.ComponentInformation original);
Protected Sub New (original As ComponentInformation)

Parameters

Applies to

ComponentInformation(Object, String)

Create a new instance of ComponentInformation

public ComponentInformation(object instance, string description);
new System.Device.ComponentInformation : obj * string -> System.Device.ComponentInformation
Public Sub New (instance As Object, description As String)

Parameters

instance
Object

The instance this information belongs to

description
String

An user-readable name for the object

Applies to