Method | Description | |
---|---|---|
DisablePatchingByNameAttribute ( string regex, PatchingTarget target = PatchingTarget.Member ) : System |
|
public DisablePatchingByNameAttribute ( string regex, PatchingTarget target = PatchingTarget.Member ) : System | ||
regex | string | A regular expression to match the name of the element to ignore. |
target | PatchingTarget | Restricts the attribute to affect only elements of any of these types. |
return | System |