C# Class System.Reflection.TypeLoading.RoPinnedType

This is used to represent a PinnedType. It is quite ill-behaved so the only time it is created is by the EcmaPinnedTypeProvider. It is only used to implement the MethodBody.LocalVariables property.
Inheritance: System.Reflection.TypeLoading.RoWrappedType
Mostra file Open project: mikedn/runtime

Private Methods

Method Description
RoPinnedType ( System.Reflection.TypeLoading.RoType unmodifiedType )