AspectWeaverTransformation.GetDisplayName Method |
Gets the human-readable name of the current transformation.
Namespace: PostSharp.Sdk.AspectWeaver
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public abstract string GetDisplayName( MethodSemantics semantic )
Parameters
- semantic
- Type: PostSharp.Sdk.CodeModel.MethodSemantics
Semantic for which the name is requested.
Return Value
Type: StringThe human-readable name of the current transformation for the specified semantic.