Forum Discussion
Thanks Now I have gotten Blob object.
Second Issue is to Cast the Blob object in some list/dictionary type object of JavaScript for traversing. As I told you we have stored blob object type of System.Collection.Generic.List of Double.
I have found the following description of System.Collection.Generic.List that takes the "<CLRType> collection" object. I don't know how to define <CLRType> collection object.
Description: System.Collection.Generic.List`1 zctor_3(<CLRType> collection);
So far code looks like and I get type Mismatch error.
rs.MoveFirst(); var blobSize = rs.Fields("slices").ActualSize; var blob = rs.Fields("slices").GetChunk(blobSize); var objList = Aliases.appName.AppDomain("appUI.exe").dotNET.System_Collections_Generic.List_1.zctor_3(blob); // Gives "Type Mismatch Error"
if your Blob is an image, it's not a collection. A collection is an object that has fields and properties and items. At least, that's my understanding.
I don't know the specific collection object you are trying to use so I can't help you further.
- mugheessiddiqui8 years agoContributor
No Blob is not an image, it's an serialized object of System.Collections.Generic.List.
Related Content
- 11 years ago
Recent Discussions
- 13 hours ago