Property | Type | Description | |
---|---|---|---|
DLLFileName | byte[] | ||
Flag | byte | ||
Flags | uint | ||
ProviderUID | byte[] | ||
Version | byte | ||
WrappedFlags | uint |
Method | Description | |
---|---|---|
Deserialize ( byte buffer ) : uint |
Deserialized byte array to an ActionBlock instance
|
|
Serialize ( ) : byte[] |
Get serialized byte array for this struct
|
|
Size ( ) : int |
Get size of this class
|
|
StoreObjectEntryID ( ) : System |
Initializes a new instance of the StoreObjectEntryID class.
|
|
StoreObjectEntryID ( StoreObjectType objType ) : System |
Initializes a new instance of the StoreObjectEntryID class.
|
public Deserialize ( byte buffer ) : uint | ||
buffer | byte | Byte array contain data of an ActionBlock instance. |
return | uint |
public StoreObjectEntryID ( StoreObjectType objType ) : System | ||
objType | StoreObjectType | Type of Store object. |
return | System |