The VCOverride type exposes the following members.

Methods

  NameDescription
Public methodAttach
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.
Public methodClear
Sets all fields to null. Assumed, that all fields are delegates

See Also