MethodMappingInformation Class |
The part of a MethodMapping that is constant over all transformations of a pipeline.
Namespace: PostSharp.Sdk.AspectInfrastructure
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public sealed class MethodMappingInformation
The MethodMappingInformation type exposes the following members.
Name | Description | |
---|---|---|
MethodMappingInformation |
Initializes a MethodMappingInformation based on a prototype MethodDefDeclaration.
|
Name | Description | |
---|---|---|
HasByRefParameter |
Determines whether the method has at least one out or ref parameter.
| |
IsRefReturn |
Determines whether the method returns a managed pointer.
| |
IsStatic |
Determines whether the method is static.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetParameterKind |
Gets the kind of a parameter.
| |
GetParameterName |
Gets the name of a parameter.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |