BinaryIo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class BinaryIo : Dynamics::AX::Application::Io
[Microsoft.Dynamics.Ax.Xpp.KernelClass]
public class BinaryIo : Dynamics.AX.Application.Io
[<Microsoft.Dynamics.Ax.Xpp.KernelClass>]
type BinaryIo = class
inherit Io
Public Class BinaryIo
Inherits Io
- Inheritance
- Attributes
Constructors
BinaryIo() | |
BinaryIo(IntPtr) | |
BinaryIo(String, String) |
Fields
__k_BinaryIoId | |
kernelClass | (Inherited from XppObjectBase) |
Methods
__shouldCallNew(Type) | |
addXppProxyReference(Type, Object) | (Inherited from XppObjectBase) |
Call(String, Object[], Type[], Object[]) | (Inherited from XppObjectBase) |
cancelTimeOut(Int32) | (Inherited from XppObjectBase) |
createKernelClass(Object[], Type[], Object[]) | (Inherited from XppObjectBase) |
equal(XppObjectBase) | (Inherited from XppObjectBase) |
finalize() |
Closes the file and, if data was written, flushes the file buffers to disk. |
GetIntPtr() | (Inherited from XppObjectBase) |
GetKernelInstanceUniqueId() | (Inherited from XppObjectBase) |
getTimeOutTimerHandle() | (Inherited from XppObjectBase) |
getXppProxyReference(Type) | (Inherited from XppObjectBase) |
handle() | |
inFieldDelimiter() |
Determines the delimiter used to separate fields in records accessed by the *Io classes. (Inherited from Io) |
inFieldDelimiter(String) | (Inherited from Io) |
inRecordDelimiter() |
Determines to the *Io classes what character or characters to search for to determine whether a full record has been read. (Inherited from Io) |
inRecordDelimiter(String) | (Inherited from Io) |
inRecordLength() |
Gets or sets the number of characters to read for each record in a file. (Inherited from Io) |
inRecordLength(Int32) | (Inherited from Io) |
IsManagedValid() | (Inherited from XppObjectBase) |
kernelhandle() | |
KernelInstanceDisposed() | (Inherited from XppObjectBase) |
MakeReflectionCall(String, Object[]) | (Inherited from XppObjectBase) |
newmethod() | (Inherited from XppObjectBase) |
newmethod(String, String) |
Creates an instance of the BinaryIo class. |
notify() | (Inherited from XppObjectBase) |
notifyAll() | (Inherited from XppObjectBase) |
objectOnServer() |
Obsolete.
(Inherited from XppObjectBase)
|
outFieldDelimiter() |
Gets or sets the sequence of characters that are written to a file that is used to separate the fields of a record. (Inherited from Io) |
outFieldDelimiter(String) | (Inherited from Io) |
outRecordDelimiter() |
Gets or sets the sequence of characters that is written to the output files, which separate the records in the output files. (Inherited from Io) |
outRecordDelimiter(String) | (Inherited from Io) |
read() |
Reads the next full record from the Io object. |
setTimeOut(String, Int32, Boolean) |
Obsolete.
(Inherited from XppObjectBase)
|
setTimeOut(String, Int32) |
Obsolete.
(Inherited from XppObjectBase)
|
status() |
Retrieves the status of the last operation that was performed on the Io object. |
usageCount() | (Inherited from XppObjectBase) |
VerifyKernelClass() | (Inherited from XppObjectBase) |
wait() | (Inherited from XppObjectBase) |
write(Object[]) |
Writes values of a simple type. |
writeExp(Object[]) |
Writes the content of a container to a file. |
Xml() | (Inherited from XppObjectBase) |
Xml(Int32) | (Inherited from XppObjectBase) |