Interface IMethodDefOrRef
- Namespace
- AsmResolver.DotNet
- Assembly
- AsmResolver.DotNet.dll
Represents a member that is either a method definition or a method reference, and can be referenced by a MethodDefOrRef coded index.
public interface IMethodDefOrRef : ICustomAttributeType, IMethodDescriptor, IMemberDescriptor, IFullNameProvider, INameProvider, IModuleProvider, IImportable, IHasCustomAttribute, IMetadataMember
- Inherited Members
- Extension Methods
Methods
ImportWith(ReferenceImporter)
Imports the method using the provided reference importer object.
IMethodDefOrRef ImportWith(ReferenceImporter importer)
Parameters
importerReferenceImporterThe reference importer to use.
Returns
- IMethodDefOrRef
The imported method.