Enum GetMemberOptions
- Namespace
- ICSharpCode.Decompiler.TypeSystem
- Assembly
- ICSharpCode.Decompiler.dll
[Flags]
public enum GetMemberOptions
Fields
IgnoreInheritedMembers = 2
Do not list inherited members - only list members defined directly on this type.
None = 0
No options specified - this is the default. Members will be specialized, and inherited members will be included.
ReturnMemberDefinitions = 1
Do not specialize the returned members - directly return the definitions.