InterceptableLocation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public abstract class InterceptableLocation
type InterceptableLocation = class
Public MustInherit Class InterceptableLocation
- Inheritance
-
InterceptableLocation
Properties
Data |
Opaque data which references a call when used as an argument to 'InterceptsLocationAttribute'. The value does not require escaping, i.e. it is valid in a string literal when wrapped in " (double-quote) characters. |
Version |
The version of the location encoding. Used as an argument to 'InterceptsLocationAttribute'. |
Methods
Equals(Object) | |
GetDisplayLocation() |
Gets a human-readable representation of the location, suitable for including in comments in generated code. |
GetHashCode() |
Extension Methods
GetInterceptsLocationAttributeSyntax(InterceptableLocation) |
Gets an attribute list syntax consisting of an InterceptsLocationAttribute, which intercepts the call referenced by parameter |
Applies to
.NET