MemberAccessorStaticSetValue 方法
静态设置成员值
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:4.1.4.7+7f7e1f78093c99347956e09330d5d7aca1d2bdf2
public static void StaticSetValue(
Object instance,
string memberName,
Object newValue
)
Public Shared Sub StaticSetValue (
instance As Object,
memberName As String,
newValue As Object
)
static member StaticSetValue :
instance : Object *
memberName : string *
newValue : Object -> unit
参数
- instance Object
- 对象实例
- memberName String
- 成员名称
- newValue Object
- 新值