Summary
Returns the restrictiveness modifier (public/private/protected/internal) of the specified `method`.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor .Procedural .Scripting - Containing Type
- CSharpProcedural
Syntax
public static AccessModifiers GetRestrictivenessModifier(MethodInfo method)
Parameters
| Name | Type | Description |
|---|---|---|
| method | MethodInfo |
Return Value
| Type | Description |
|---|---|
| AccessModifiers |