MethodMapping Properties |
The MethodMapping type exposes the following members.
Name | Description | |
---|---|---|
AvailableContextItems |
Set of context items (MethodMappingContextItem) that are available in the current context.
| |
GenericMap |
Gets the GenericMap mapping the current generic context to the original generic context.
| |
InstanceType |
Gets the type of values of the this reference mapped in the current generic context.
If this is a value type (IsValueType is true), the current property
is a managed pointer to the value type.
| |
InstanceValueType |
Gets the value type of the this reference, without the managed pointer.
| |
IsValueType |
Determines whether the this object is a value type.
| |
MethodMappingInformation |
Gets static information about the current MethodMapping.
| |
MethodSignature |
Gets the method signature mapped in the current generic context.
| |
Module |
Gets the current ModuleDeclaration.
| |
Task |
Gets the parent AspectInfrastructureTask.
|