Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Silverlight では、ユーザーはファイル パスではなくファイル ストリームを取得します... 2 つの違いを教えてください。Silverlight でファイル パスを見つける方法はありますか?
ストリームはデータへのパイプであり、パスは文字列.Nameです...実際に がある場合はパスを取得できるかもしれませんFileStreamが、Stream: がある場合はそれほど多くありません。
.Name
FileStream
Stream
ストリームはソースにプラグインされるパイプラインであり、ファイル パスは異なる OS で異なる単なる文字列です。