Table of Contents

Enum MethodSemanticsAttributes

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

Provides members defining all flags that can be assigned to a method semantics row.

[Flags]
public enum MethodSemanticsAttributes : ushort

Fields

AddOn = 8

The method is an AddOn for an event.

Fire = 32

The method is used to fire an event.

Getter = 2

The method is a getter for a property.

Other = 4

The method is an unspecified method for a property or event.

RemoveOn = 16

The method is a RemoveOn for an event.

Setter = 1

The method is a setter for a property.