CustomAttributeDeclaration.ConstructRuntimeObject Method |
Namespace: PostSharp.Sdk.CodeModel
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
public Object ConstructRuntimeObject()
Return Value
Type: ObjectAn object constructed from Constructor with all NamedArguments properly set.
Exception | Condition |
---|---|
CustomAttributeConstructorException | The constructor or a property setter threw an exception. |