ComponentInformation 构造函数

定义

重载

ComponentInformation(ComponentInformation)

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

参数

适用于

ComponentInformation(Object, String)

创建 的新实例 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)

参数

instance
Object

此信息所属的实例

description
String

对象的用户可读名称

适用于