The ComponentHandle type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateInstance | Overloaded. | |
| CreateStub<(Of <(TService, TTraits>)>) |
Creates an instance of a typed component handle for the specified component and traits instance.
The component handle will have a stub component descriptor for testing purposes.
| |
| Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetComponent |
Gets the component instance.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetTraits |
Gets the component traits.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsComponentHandleType |
Returns true if the specified type is a component handle type.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString |
Returns the component's id.
(Overrides Object..::.ToString()()().) |
Extension Methods
| Name | Description | |
|---|---|---|
| Format | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| Descriptor |
Gets the component descriptor.
| |
| Id |
Gets the component id.
| |
| ServiceType |
Gets the service type.
| |
| TraitsType |
Gets the traits type.
|
