C# Class System.Reflection.TypeLoading.Ecma.EcmaPinnedTypeProvider

Inheritance: System.Reflection.TypeLoading.Ecma.EcmaWrappedTypeProvider
Show file Open project: mikedn/runtime

Public Methods

Method Description
GetModifiedType ( RoType modifier, RoType unmodifiedType, bool isRequired ) : RoType
GetPinnedType ( RoType elementType ) : RoType

Private Methods

Method Description
EcmaPinnedTypeProvider ( System.Reflection.TypeLoading.Ecma.EcmaModule module )

Method Details

GetModifiedType() public final method

public final GetModifiedType ( RoType modifier, RoType unmodifiedType, bool isRequired ) : RoType
modifier RoType
unmodifiedType RoType
isRequired bool
return RoType

GetPinnedType() public final method

public final GetPinnedType ( RoType elementType ) : RoType
elementType RoType
return RoType