Class FieldRvaCloner
- Namespace
- AsmResolver.DotNet.Cloning
- Assembly
- AsmResolver.DotNet.dll
Provides a default implementation of the IFieldRvaCloner interface.
public class FieldRvaCloner : IFieldRvaCloner
- Inheritance
-
FieldRvaCloner
- Implements
- Inherited Members
Methods
CloneFieldRvaData(FieldDefinition)
Clones the contents of the FieldRva property of the provided field.
public ISegment? CloneFieldRvaData(FieldDefinition field)
Parameters
field
FieldDefinitionThe field.
Returns
- ISegment
The cloned segment.