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: 6.9.11.0 (6.9.11.0)
C#
public static bool IsTransformed { get; }
Property Value
Type: Booleantrue if the calling program has been transformed by PostSharp, otherwise false.