s&box docs

public sealed class Sandbox.FieldDescription : Sandbox.MemberDescription

Describes a field. We use this class to wrap and return FieldInfo's that are safe to interact with. Returned by `Sandbox.Internal.TypeLibrary` and `Sandbox.TypeDescription`.

Methods

Showing 2 methods

public object GetValue(object obj)

Get the value of this property on given object.

public void SetValue(object obj, object value)

Set the value of this property on given object.

Properties

Showing 3 properties

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Reflection
Doc IDT:Sandbox.FieldDescription

On this page