Creating IStream object in C#

前端 未结 4 2001
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-14 07:18

I\'m writing a project and working with another party DLL.

Function from their DLL wants an IStream object to save result, but I can\'t understand how to create an I

4条回答
  •  情深已故
    2021-01-14 07:49

    Here is a managed implementation from Microsoft now that .Net is more open source:

    https://referencesource.microsoft.com/#PresentationFramework/src/Framework/MS/Internal/IO/Packaging/managedIStream.cs

提交回复
热议问题