| AccessToObjectWithReflectionToolSetFieldWithInherit - метод |
Задаёт значение поля fieldName объекта obj.
Пространство имён:
FinistSoft.Services
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксис internal static void SetFieldWithInherit(
Object obj,
string fieldName,
Object value
)
Friend Shared Sub SetFieldWithInherit (
obj As Object,
fieldName As String,
value As Object
)
Dim obj As Object
Dim fieldName As String
Dim value As Object
AccessToObjectWithReflectionTool.SetFieldWithInherit(obj, fieldName,
value)
internal static function SetFieldWithInherit(
obj : Object,
fieldName : String,
value : Object
)
Параметры
- obj
- Тип: SystemObject
Объект. - fieldName
- Тип: SystemString
Имя поля. - value
- Тип: SystemObject
Значение.
См. также