Table of Contents

Class ReversePatchAttribute

Namespace
Concord
Assembly
Concord.Emit.dll

Marks a template method as a reverse patch that binds to the pristine original target method.

[AttributeUsage(AttributeTargets.Method)]
public sealed class ReversePatchAttribute : Attribute
Inheritance
ReversePatchAttribute
Inherited Members

Constructors

ReversePatchAttribute(string)

Initializes a new reverse patch declaration.

public ReversePatchAttribute(string method)

Parameters

method string

The original method name to bind.

Properties

Method

Gets the original method name this reverse patch binds.

public string Method { get; }

Property Value

string