<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0-preview.7.25380.108" />

DynamicallyAccessedMemberTypes

Specifies the types of members that are dynamically accessed. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
All = -1

Specifies all members.

AllConstructors = 1064967

Specifies all constructors, including those inherited from base classes.

AllEvents = 530432

Specifies all events, including those inherited from base classes.

AllFields = 65632

Specifies all fields, including those inherited from base classes.

AllMethods = 32792

Specifies all methods, including those inherited from base classes.

AllNestedTypes = 2228608

Specifies all nested types, including those inherited from base classes.

AllProperties = 263680

Specifies all properties, including those inherited from base classes.

Interfaces = 8192

Specifies all interfaces implemented by the type.

None = 0

Specifies no members.

Specifies all non-public constructors.

Specifies all non-public constructors, including those inherited from base classes.

Specifies all non-public events.

Specifies all non-public events, including those inherited from base classes.

Specifies all non-public fields.

Specifies all non-public fields, including those inherited from base classes.

Specifies all non-public methods.

Specifies all non-public methods, including those inherited from base classes.

Specifies all non-public nested types.

Specifies all non-public nested types, including those inherited from base classes.

Specifies all non-public properties.

Specifies all non-public properties, including those inherited from base classes.

Specifies all public constructors.

Specifies all public constructors, including those inherited from base classes.

PublicEvents = 2048

Specifies all public events.

Specifies all public fields.

Specifies all public methods.

Specifies all public nested types.

Specifies all public nested types, including those inherited from base classes.

Specifies the default, parameterless public constructor.

Specifies all public properties.