SerializingBinaryWriter Class
<Obfuscation(Exclude = true)> _
<SerializationVersion(3)> _
Public Class SerializingBinaryWriter
Inherits BinaryWriter
This language is not supported or no code example is available.
[Obfuscation(Exclude = true)]
[SerializationVersion(3)]
public class SerializingBinaryWriter : BinaryWriter
This language is not supported or no code example is available.
[Obfuscation(Exclude = true)]
[SerializationVersion(3)]
public ref class SerializingBinaryWriter : public BinaryWriter^
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
SerializingBinaryWriter(Stream, int) |
Name | Description | |
---|---|---|
![]() |
BaseStream | Gets the underlying stream of the BinaryWriter. (inherited from BinaryWriter). |
Name | Description | |
---|---|---|
![]() |
Close | Closes the current BinaryWriter and the underlying stream. (inherited from BinaryWriter). |
![]() |
Dispose() | |
![]() |
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
![]() |
Flush | Clears all buffers for the current writer and causes any buffered data to be written to the underlying device. (inherited from BinaryWriter). |
![]() |
GetHashCode | Serves as the default hash function. (inherited from Object). |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() |
Seek(Int32, SeekOrigin) | Sets the position within the current stream. (inherited from BinaryWriter). |
![]() |
ToString | Returns a string that represents the current object. (inherited from Object). |
![]() |
Write(CheckOutInfo) | Write a check out info object |
![]() |
Write(string) | |
![]() |
Write(Address) | Write an address |
![]() |
Write(AttributeInfo) | Write an individual attribute |
![]() |
Write(AttributeConstraint) | Write an attribute constraint |
![]() |
Write(CADPublishPageParams) | |
![]() |
Write(CADPublishPlotDeviceInfo) | |
![]() |
Write(CADPublishSettings) | |
![]() |
Write(CompanyInfo) | WRite a company |
![]() |
Write(ContactInfo) | WRite a contact |
![]() |
Write(FileInfo) | Write info about a file object |
![]() |
Write(ProjectInfo) | |
![]() |
Write(Coordinate) | Write a coordinate |
![]() |
Write(DataOperationResponse<List<EntityID>>) | |
![]() |
Write(DataOperationResponse<List<FolderColumn>>) | |
![]() |
Write(DateTime) | Write date time |
![]() |
Write(DocLayoutReference) | |
![]() |
Write(DocReference) | |
![]() |
Write(DocType) | |
![]() |
Write(DocumentSpecificData) | |
![]() |
Write(EmbeddedFileAttribute) | Write an embedded file attribute |
![]() |
Write(EntityID) | Write an entity id |
![]() |
Write(FileChangeType) | Write role access |
![]() |
Write(FileInfoListResponse) | |
![]() |
Write(FilePlaceHolder) | |
![]() |
Write(List<AttributeInfo>) | Write a list of attributes |
![]() |
Write(List<EntityID>) | Write a list of entityids |
![]() |
Write(List<ProjectInfo>) | |
![]() |
Write(List<SourcedAttributeInfo>) | Write a list of sourced attributes |
![]() |
Write(LockInfo) | Write any lock info |
![]() |
Write(RoleAccessType) | Write role access |
![]() |
Write(SourcedAttributeInfo) | Write info about a sourced attribute |
![]() |
Write7BitEncodedInt(Int32) | Writes a 32-bit integer in a compressed format. (inherited from BinaryWriter). |
Contracts.Serialization.SerializingBinaryWriter