Class BufferConnectionInfo
Inheritance
System.Object
BufferConnectionInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Experior.Core.dll
Syntax
[Serializable]
public class BufferConnectionInfo : ConnectionInfo
Constructors
BufferConnectionInfo()
Declaration
public BufferConnectionInfo()
Fields
iautoallocate
Declaration
public bool iautoallocate
Field Value
Type |
Description |
System.Boolean |
|
imaxs
Declaration
public Dictionary<string, int> imaxs
Field Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Int32> |
|
ioffsets
Declaration
public Dictionary<string, int> ioffsets
Field Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Int32> |
|
oautoallocate
Declaration
public bool oautoallocate
Field Value
Type |
Description |
System.Boolean |
|
offset
Declaration
Field Value
Type |
Description |
System.Int32 |
|
omaxs
Declaration
public Dictionary<string, int> omaxs
Field Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Int32> |
|
ooffsets
Declaration
public Dictionary<string, int> ooffsets
Field Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Int32> |
|