一款简单易用的基础网络通讯组件库。

AccessType 枚举

操作权限

Definition

命名空间: TouchSocket.Dmtp.Rpc
程序集: TouchSocketPro.Dmtp (在 TouchSocketPro.Dmtp.dll 中) 版本:4.1.4.7+7f7e1f78093c99347956e09330d5d7aca1d2bdf2
C#
[FlagsAttribute]
[EnterpriseEditionAttribute]
public enum AccessType

成员

Owner1 所有者可操作
Service2 服务器可操作
Everyone4 任何人可操作

扩展方法

GetAttributeT 获取枚举成员上绑定的指定类型的自定义属性。
(由 SystemExtension 定义。)
GetDescription 获取资源字符
(由 StringResStore 定义。)

参见