public class Util2
Public Class Util2
Dim instance As Util2
public ref class Util2
type Util2 = class end
Util2 | Initializes a new instance of the Util2 class |
CopyAllT1, T2(Type, Byte, Type, Util2TransformerConvertT1, T2, LengthProvider, MaxLengthProvider, ElementsProvider) | Convert array of struct in bytes into array of struct in bytes. |
CopyAllT1, T2(Type, Stream, Type, Stream, Util2TransformerConvertT1, T2, LengthProvider, MaxLengthProvider, ElementsProvider) | Convert array of struct in stream into array of struct in stream. |
Equals | 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) |
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) |
ReadAllT(Type, Byte, LengthProvider, MaxLengthProvider, ElementsProvider) | Read array of struct in byte array into List of objects. |
ReadAllT(Type, Stream, IListT, LengthProvider, MaxLengthProvider, ElementsProvider) | Read array of struct in stream into List of objects. |
ReadAllT(Type, Stream, Util2ObjectHandlerProcessT, LengthProvider, MaxLengthProvider, ElementsProvider) | Read array of struct in stream and processes them by handler. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
WriteAllT(Type, IListT, LengthProvider, MaxLengthProvider, ElementsProvider) | Write List of objects into array of struct in byte array. |
WriteAllT(Type, IListT, Stream, LengthProvider, MaxLengthProvider, ElementsProvider) | Write List of objects into array of struct in stream. |