API ReferenceSandbox
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.
No results match this filter.
Properties
Showing 3 properties
public System.Type Sandbox.FieldDescription.FieldType { get; set; }
Property type.
public virtual bool Sandbox.FieldDescription.IsField { get; set; }
public bool Sandbox.FieldDescription.IsInitOnly { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Reflection |
| Doc ID | T:Sandbox.FieldDescription |