The VCOverride type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VCOverride | Initializes a new instance of the VCOverride class |
Methods
Name | Description | |
---|---|---|
Attach |
Sets corresponding delegates of VCOverride with another virtualManager
methods. It enumerates all methods of virtualManager and searches for a field with
same name in VCOverride, wraps method into and assigns to that field.
It doesn't change other field values.
| |
Clear |
Sets all fields to null. Assumed, that all fields are delegates
|