TypeSpecDeclaration.GetTypeDefinition Method (BindingOptions) |
Finds in the current domain the TypeDefDeclaration corresponding
to the current type and specifies BindingOptions.
Namespace: PostSharp.Sdk.CodeModel
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public TypeDefDeclaration GetTypeDefinition( BindingOptions bindingOptions )
Parameters
- bindingOptions
- Type: PostSharp.Sdk.CodeModel.BindingOptions
Binding options.
Return Value
Type: TypeDefDeclarationThe TypeDefDeclaration corresponding to the current instance in the current domain.