SignatureTypeEncoder.Type(EntityHandle, Boolean) Método
Definição
Codifica uma referência a um tipo.Encodes a reference to a type.
public:
void Type(System::Reflection::Metadata::EntityHandle type, bool isValueType);
public void Type (System.Reflection.Metadata.EntityHandle type, bool isValueType);
member this.Type : System.Reflection.Metadata.EntityHandle * bool -> unit
Public Sub Type (type As EntityHandle, isValueType As Boolean)
Parâmetros
- type
- EntityHandle
TypeDefinitionHandle ou TypeReferenceHandle.TypeDefinitionHandle or TypeReferenceHandle.
- isValueType
- Boolean
true para marcar o tipo como tipo de valor, false para marcá-lo como um tipo de referência na assinatura.true to mark the type as value type, false to mark it as a reference type in the signature.
Exceções
type não tem o tipo de identificador esperado.type doesn't have the expected handle kind.