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: 4.3.48.0 (4.3.48.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().) |
Name | Description | |
---|---|---|
QueryInterface<T> |
Gets the implementation of a specified interface for the specified object.
(Defined by QueryInterfaceExtensions.) |