ComponentInformation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| ComponentInformation(ComponentInformation) | |
| ComponentInformation(Object, String) |
Create a new instance of ComponentInformation |
ComponentInformation(ComponentInformation)
protected ComponentInformation(System.Device.ComponentInformation original);
Protected Sub New (original As ComponentInformation)
Parameters
- original
- ComponentInformation
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