MethodAttributes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flags for a method.
This enumeration supports a bitwise combination of its member values.
public enum class MethodAttributes
[System.Flags]
public enum MethodAttributes
[<System.Flags>]
type MethodAttributes =
Public Enum MethodAttributes
- Inheritance
-
MethodAttributes
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No flags specified. |
Public | 1 | The method is public. |
Private | 2 | The method is private. |
Static | 16 | The method is static. |
64 | The property is a hidden. |