📄 methodinvocation5.vb
字号:
Imports System.ReflectionClass MethodInvocation5 Shared Function IsAccessible(ByVal FieldAccessability As FieldAttributes, ByVal CalledType As Type, ByVal CallerType As Type) As Integer Return 1 End Function Shared Function IsAccessible(ByVal CalledMethodAccessability As MethodAttributes, ByVal CalledType As Type, ByVal CallerType As Type) As Integer Return 0 End Function Shared Function Main() As Integer Return IsAccessible(MethodAttributes.Public, Nothing, Nothing) End FunctionEnd Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -