Pigmeo was a compiler and framework for writing microcontroller firmware in C# and other .NET languages, developed by Adrián Bulnes (Urriellu) between 2007 and 2010. This is a frozen, read-only archive of the project’s website, pigmeo.org; nothing here is maintained. Source code: github.com/Urriellu/pigmeo · Original capture: Wayback Machine · urriellu.net

FieldReference

From Pigmeo Development Wiki

Represents a reference to a field (static variables...)

Contents

Properties

DeclaringType.FullName

Name of the class where the reference is found

FieldType.FullName

Type of the variable being referenced (byte, int32...)

Name

Name of the variable being referenced