TypeSpecDeclaration.GetSystemType Method (Type[], Type[], BindingOptions) |
Gets the system, runtime Type corresponding to the current type.
Namespace: PostSharp.Sdk.CodeModel
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public Type GetSystemType( Type[] genericTypeArguments, Type[] genericMethodArguments, BindingOptions bindingOptions )
Parameters
- genericTypeArguments
- Type: System.Type[]
Array of generic type arguments in the current context, or null if there is no generic type arguments in the current context. - genericMethodArguments
- Type: System.Type[]
Array of generic method arguments in the current context, or null if there is no generic type arguments in the current context. - bindingOptions
- Type: PostSharp.Sdk.CodeModel.BindingOptions
Binding options.
Return Value
Type: TypeThe system Type associated the current type in the given generic context.