MetadataBuilder.GetOrAddConstantBlob(Object) Método
Definición
Codifica un valor constante en un blob y lo agrega al montón blob, si aún no lo está.Encodes a constant value to a blob and adds it to the Blob heap, if it's not there already. Usa UTF16 para codificar las constantes de cadena.Uses UTF16 to encode string constants.
public:
System::Reflection::Metadata::BlobHandle GetOrAddConstantBlob(System::Object ^ value);
public System.Reflection.Metadata.BlobHandle GetOrAddConstantBlob (object? value);
public System.Reflection.Metadata.BlobHandle GetOrAddConstantBlob (object value);
member this.GetOrAddConstantBlob : obj -> System.Reflection.Metadata.BlobHandle
Public Function GetOrAddConstantBlob (value As Object) As BlobHandle
Parámetros
- value
- Object
El valor constante que se va a agregar.The constant value to add.
Devoluciones
Un identificador del blob agregado o existente.A handle to the added or existing blob.