IManagedReferenceType
Overview
A managed reference is a "by ref" type in .NET, used for var/out parameters. Managed references are automatically created. Although they can be used manually, they're only allowed in parameter types (in which case it would be a var or out parameter), or on the stack (as a local).
Location
- Reference: RemObjects.Elements.Cirrus.dll
- Namespace: RemObjects.Elements.Cirrus
- Ancestry: IType | IManagedReferenceType