======Класс UnmanagedBuffer====== * **Пространство имен:** [[developers:references:topomatic.cad.foundation|Topomatic.Cad.Foundation]] * **Сборка:** Topomatic.Cad.Foundation (в Topomatic.Cad.Foundation.dll) =====Иерархия наследования===== * System.Object * Topomatic.Cad.Foundation.UnmanagedBuffer =====Синтаксис===== public sealed class UnmanagedBuffer : IDisposable =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.cad.foundation.unmanagedbuffer..ctor|UnmanagedBuffer()]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.unmanagedbuffer.capacity|Capacity]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.unmanagedbuffer.count|Count]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.unmanagedbuffer.handleref|HandleRef]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.unmanagedbuffer.pointer|Pointer]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.unmanagedbuffer.tag|Tag]]| | =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.unmanagedbuffer.addbyte_system.byte|AddByte(Byte)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.unmanagedbuffer.adddouble_system.double|AddDouble(Double)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.unmanagedbuffer.addfloat_system.single|AddFloat(Single)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.unmanagedbuffer.addinteger_system.int32|AddInteger(Int32)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.unmanagedbuffer.addpointf_system.drawing.pointf|AddPointF(PointF)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.unmanagedbuffer.addshort_system.int16|AddShort(Int16)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.unmanagedbuffer.assign_topomatic.cad.foundation.unmanagedbuffer|Assign(UnmanagedBuffer)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.unmanagedbuffer.clear|Clear()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.unmanagedbuffer.dispose|Dispose()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.unmanagedbuffer.ensurecapacity_system.int32|EnsureCapacity(Int32)]]| | |{{developers:references:method.png|Метод}}|Equals(Object)| Определяет, равен ли заданный объект текущему объекту. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.unmanagedbuffer.getbyte_system.int32|GetByte(Int32)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.unmanagedbuffer.getfloat_system.int32|GetFloat(Int32)]]| | |{{developers:references:method.png|Метод}}|GetHashCode()| Служит хэш-функцией по умолчанию. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.unmanagedbuffer.getinteger_system.int32|GetInteger(Int32)]]| | |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.unmanagedbuffer.removeinteger_system.int32|RemoveInteger(Int32)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.unmanagedbuffer.setbyte_system.int32_system.byte|SetByte(Int32, Byte)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.unmanagedbuffer.setfloat_system.int32_system.single|SetFloat(Int32, Single)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.unmanagedbuffer.setinteger_system.int32_system.int32|SetInteger(Int32, Int32)]]| | |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)|