Table of Contents

Enum ParameterAttributes

Namespace
AsmResolver.PE.DotNet.Metadata.Tables
Assembly
AsmResolver.PE.dll

Provides members defining all flags that can be assigned to a parameter definition.

[Flags]
public enum ParameterAttributes : ushort

Fields

HasDefault = 4096

Parameter has got a default value.

HasFieldMarshal = 8192

Parameter has got field marshalling information.

In = 1

Parameter is an input parameter.

Optional = 16

Parameter is an optional parameter.

Out = 2

Parameter is an output parameter.