RewritingSignatureAttribute class

Attribute that contains a signature identifying the parameters used during binary rewriting of an assembly.

[AttributeUsage(AttributeTargets.Assembly)]
public sealed class RewritingSignatureAttribute : Attribute

Public Members

name description
RewritingSignatureAttribute(…) Initializes a new instance of the RewritingSignatureAttribute class.
readonly Signature Signature identifying parameters used during rewriting.
readonly Version The version of Coyote used for the rewriting.

Remarks

If this attribute is applied to an assembly manifest, it denotes that the assembly has been rewritten.

See Also