SignatureTypeEncoder.GenericInstantiation Metoda

Definice

Spustí podpis obecné instance.

public:
 System::Reflection::Metadata::Ecma335::GenericTypeArgumentsEncoder GenericInstantiation(System::Reflection::Metadata::EntityHandle genericType, int genericArgumentCount, bool isValueType);
public System.Reflection.Metadata.Ecma335.GenericTypeArgumentsEncoder GenericInstantiation (System.Reflection.Metadata.EntityHandle genericType, int genericArgumentCount, bool isValueType);
member this.GenericInstantiation : System.Reflection.Metadata.EntityHandle * int * bool -> System.Reflection.Metadata.Ecma335.GenericTypeArgumentsEncoder
Public Function GenericInstantiation (genericType As EntityHandle, genericArgumentCount As Integer, isValueType As Boolean) As GenericTypeArgumentsEncoder

Parametry

genericArgumentCount
Int32

Počet obecných argumentů

isValueType
Boolean

true pokud chcete typ označit jako typ hodnoty, false označit ho v podpisu jako typ odkazu.

Návraty

Výjimky

genericType nemá očekávaný druh popisovače.

genericArgumentCount není v rozsahu [1, 0xffff].

Platí pro