Post.IsTransformed Property |
Determines whether the calling program has been transformed by PostSharp. Calls to this property are replaced
at build time.
Namespace: PostSharp
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static bool IsTransformed { get; }
Property Value
Type: Booleantrue if the calling program has been transformed by PostSharp, otherwise false.