Vertaling van "objeto.NET" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
El motor en tiempo de ejecución asigna memoria para el objeto.NET desde su montón tras haber eliminado la memoria no utilizada, lo que permite que el motor en tiempo de ejecución mueva el objeto en la memoria como sea necesario.necessary.
Object Identity The runtime allocates memory for the.NET object from its garbage-collected heap, which enables the runtime to move the object around in memory as necessary.
En otras palabras, el objeto.Net es mapeado a través de la capa de interoperabilidad COM provista por el runtime de.Net.
In other words, the.Net object is mapped through the COM interoperability layer provided by the.Net runtime.
Se pueden hacer tres cosas con un objeto.NET creado con un constructor
There are three things that can be done with a.NET object created by a constructor
Un método de instancia es un método al que se le pasa un objeto.NET como primer argumento de la llamada al método.
An instance method has a.NET object passed to it as the first argument of the method call.
Los permisos de VG soportan cualquier objeto.Net: no IHM business objects, objetos IHM..., y consultas SQL.
VG permissions support any.Net object: non GUI business objects, GUI objects..., and SQL queries.
En la deserialización, hace lo contrario de la serialización, lo que significa que convierte una cadena JSON en un objeto.Net personalizado.
In Deserialization, it does the opposite of Serialization, which means it converts JSON string to a custom.Net object.
En Serialización, convierte un objeto.Net personalizado en una cadena JSON.
Crea una instancia de un objeto.Net o COM. Select-Object
Creates an instance of a.Net or COM object. Select-Object
Cuando se devuelve un objeto.NET o un tipo de datos que no es de cadena, numérico ni booleano, puede garantizar la conversión del tipo XPath/XQuery necesario usando primero un método.NET (p. ej. System.DateTime.ToString()) para convertir el objeto.NET en una cadena.
When a.NET object or a datatype other than string, numeric or boolean is returned, you can ensure conversion to the required XPath/XQuery type by first using a.NET method (for example System.DateTime.ToString()) to convert the.NET object to a string.
El JsonSerializer convierte los objetos.NET en su texto equivalente a JSON y viceversa asignando los nombres de las propiedades del objeto.NET a los nombres de las propiedades JSON.
The JsonSerializer converts.NET objects into their JSON equivalent text and back again by mapping the.NET object property names to the JSON property names.
Una vez que se ha construido un árbol de expresión, éste puede ser manipulado como cualquier otro objeto.NET - modificado, seriado para su almacenamiento o transmisión a través de la red, etc.
Once you have built an expression tree, it can be manipulated in the same way as any other.NET object - modified, serialized for persistent storage or transmission through the network, etc.
Este objeto.NET se suele crear usando una función de extensión (por ejemplo, una llamada a un constructor) o un parámetro o una variable de una hoja de estilos.
Represente cualquier página de un documento en un objeto.NET Graphic y establezca su tamaño y nivel de zoom para crear Forms y MVC Web.
You can also render any document page onto a.NET Graphic object and you can set its size and zoom level to create thumbnails.