Enum MemberFunctionAttributes
- Namespace
- AsmResolver.Symbols.Pdb.Leaves
- Assembly
- AsmResolver.Symbols.Pdb.dll
Provides members defining all attributes that can be assigned to a member function.
[Flags]
public enum MemberFunctionAttributes : byte
Fields
Ctor = 2
Indicates the function is an instance constructor.
CtorVBase = 4
Indicates the function is an instance constructor of a class with virtual bases.
CxxReturnUdt = 1
Indicates if the function is a C++ style ReturnUDT function.