ConstructorDepth Structure |
System type used in the implementation of the OnInstanceConstructedAdvice. Do not use in user code.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public struct ConstructorDepth
The ConstructorDepth type exposes the following members.
Name | Description | |
---|---|---|
IsZero |
Determines whether the current depth is zero.
| |
Zero |
Gets a ConstructorDepth instance representing zero.
|
Name | Description | |
---|---|---|
Increment |
Creates a new instance of the ConstructorDepth type with a depth level that is one more than the current one.
| |
ToString | Returns the fully qualified type name of this instance. (Overrides ValueType.ToString().) |