The VirtualDisk class has static OpenDisk() methods which accept a file path as input. I have a use case where I don't necessarily know the disk type, but I only have a stream, not a file path.
Is there any way to use the convenience OpenDisk() method with a stream rather than a local file?
The
VirtualDiskclass has staticOpenDisk()methods which accept a file path as input. I have a use case where I don't necessarily know the disk type, but I only have a stream, not a file path.Is there any way to use the convenience
OpenDisk()method with a stream rather than a local file?