API ReferenceSandbox
FieldDescriptionclass
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`.
Methods2
Showing 2 methods
public object GetValue(object obj)
Get the value of this property on given object.
| Parameter | Type | Description |
|---|---|---|
| obj | object | — |
Returns:
object—public void SetValue(object obj, object value)
Set the value of this property on given object.
| Parameter | Type | Description |
|---|---|---|
| obj | object | — |
| value | object | — |
Returns:
void—No results match this filter.
Properties3
Showing 3 properties
public System.Type Sandbox.FieldDescription.FieldType { get; set; }
Property type.
public virtual bool Sandbox.FieldDescription.IsField { get; set; }
Returns:
bool—public bool Sandbox.FieldDescription.IsInitOnly { get; set; }
Returns:
bool—No results match this filter.