Static Image Export in F#
Plotly allows you to save static images of your plots. Save the image to your local computer, or embed it inside your Jupyter notebooks as a static image.
In [1]:
#r "nuget: Plotly.NET, 2.0.0-preview.8"
#r "nuget: Plotly.NET.Interactive, 2.0.0-preview.8"
open Plotly.NET
The below script needs to be able to find the current output cell; this is an easy method to get it.
Installed Packages
- Plotly.NET, 2.0.0-preview.8
- Plotly.NET.Interactive, 2.0.0-preview.8
Loading extensions from Plotly.NET.Interactive.dll
Added Kernel Extension including formatters for Plotly.NET charts.
Create a Figure¶
In [2]:
open Plotly.NET.TraceObjects
let N = 100
let rnd = System.Random()
let x = Array.init N (fun _ -> rnd.NextDouble())
let y = Array.init N (fun _ -> rnd.NextDouble())
let marker = Marker.init(Size= 30,Colorscale=StyleParam.Colorscale.Viridis);
marker?color <- x
let scatter =
Chart.Scatter(x,y,StyleParam.Mode.Markers,Opacity=0.6)
|> Chart.withMarker(marker)
// |> Chart.withSize(800.,500.)
Write Image File¶
In [4]:
open System.IO
let srcPath="static/images/"
if not <| Directory.Exists(srcPath) then
Directory.CreateDirectory(srcPath) |> ignore
Raster Formats: PNG, JPEG, SVG and PDF¶
In [5]:
let fileName = "fig1.png";
let imagePath = srcPath + fileName;
let path = Path.Combine(imagePath);
File.Create(path);
Out[5]:
Handle | CanRead | CanWrite | SafeFileHandle | Name | IsAsync | Length | Position | CanSeek | CanTimeout | ReadTimeout | WriteTimeout |
---|---|---|---|---|---|---|---|---|---|---|---|
530 | True | True | { Microsoft.Win32.SafeHandles.SafeFileHandle: IsInvalid: False, IsClosed: False } | /home/circleci/project/build/fsharp/ipynb/static/images/fig1.png | False | 0 | 0 | True | False | { System.InvalidOperationException: Timeouts are not supported on this stream.
at System.IO.Stream.get_ReadTimeout()
at lambda_method466(Closure , FileStream )
at Microsoft.DotNet.Interactive.Formatting.MemberAccessor1.GetValueOrException(T∈stance)∈D:workspacework1ssrcMicrosoft.DotNet.Interactive.Forma∈gMemberAessor{T}.cs:l∈e57:Tar≥tSite:{Int32≥tReadTimeout():Name:≥tReadTimeout,Declar∈gType:System.IO.Stream,Ref≤ctedType:System.IO.Stream,MemberType:Method,MηdataToken:100684459,Mode̲:{System.Private.CoreLib.dll:MDStreamVersion:131072,Fl̲yQualifiedName:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲VersionId:53ef14d9-e3b9-404f-ad8f-84cace173c67,MηdataToken:1,ScopeName:System.Private.CoreLib.dll,Name:System.Private.CoreLib.dll,Assembly:{System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e:CodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Fl̲Name:System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e,EntryP∮:<νll>,Def∈edTypes:[Microsoft.CodeAnalysis.EmbeddedAribute,System.Runtime.Comπ≤rServices.IsUnmana≥dAribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Aribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Conribute,System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute,System.Runtime.Comπ≤rServices.NativeInte≥rAribute,Interop,Interop+Ker≠l32,Interop+O≤32,Interop+O≤Aut32,Interop+Globalization,Interop+Globalization+Rest̲Code,Interop+Globalization+TimeZo≠DisplayNameType,Interop+BOOL,Interop+Advaπ32,Interop+Advaπ32+ActivityControl,Interop+Advaπ32+EVENTFILTERDESCRIPTOR,Interop+Advaπ32+EtwEnab≤Callback,Interop+HostPolicy,Interop+HostPolicy+corehostresolvecompo≠ntdependenciesrest̲fn...(2044more)],IsCol≤ctib≤:False,ManifestMode̲:{System.Private.CoreLib.dll:MDStreamVersion:131072,Fl̲yQualifiedName:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲VersionId:53ef14d9-e3b9-404f-ad8f-84cace173c67,MηdataToken:1,ScopeName:System.Private.CoreLib.dll,Name:System.Private.CoreLib.dll,Assembly:{System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e:CodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Fl̲Name:System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e,EntryP∮:<νll>,Def∈edTypes:[Microsoft.CodeAnalysis.EmbeddedAribute,System.Runtime.Comπ≤rServices.IsUnmana≥dAribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Aribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Conribute,System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute,System.Runtime.Comπ≤rServices.NativeInte≥rAribute,Interop,Interop+Ker≠l32,Interop+O≤32,Interop+O≤Aut32,Interop+Globalization,Interop+Globalization+Rest̲Code,Interop+Globalization+TimeZo≠DisplayNameType,Interop+BOOL,Interop+Advaπ32,Interop+Advaπ32+ActivityControl,Interop+Advaπ32+EVENTFILTERDESCRIPTOR,Interop+Advaπ32+EtwEnab≤Callback,Interop+HostPolicy,Interop+HostPolicy+corehostresolvecompo≠ntdependenciesrest̲fn...(2044more)],IsCol≤ctib≤:False,ManifestMode̲:System.Private.CoreLib.dll,Ref≤ctionOnly:False,Location:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Ima≥RuntimeVersion:v4.0.30319,GlobalAssemblyCache:False,HostCon0,IsDynamic:False,ExportedTypes:[Microsoft.W∈32.SafeHand≤s.CriticalHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.CriticalHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeWaitHand≤,Microsoft.W∈32.SafeHand≤s.SafeFi≤Hand≤,System.ArgItera→r,System.Array,System.Aribute,System.BadIma≥FormatException,System.Buffer,System.Decimal,System.De≤gate,System.Eνm,System.Environment,System.Environment+SpecialFolder,System.Environment+SpecialFolderOption,System.Exception,System.Gℂol≤ctionMode,System.GCNotificationStatus...(1086more)],IsFl̲yTrusted:True,Cus→mAributes:[System.Ref≤ction.AssemblyProductAribute(Microsoft® .NET)System.Runtime.Comπ≤rServices.ComπlationRelaxationsAribute((Int32)8)System.Runtime.Comπ≤rServices.RuntimeCompatibilityAribute(WrapNonExceptionThrows=True)System.Diagnostics.Debuggab≤Aribute((System.Diagnostics.Debuggab≤Aribute+Debugg∈gModes)2)System.CLSCompliantAribute((B∞≤an)True)System.Runtime.InteropServices.ComVisib≤Aribute((B∞≤an)False)System.Runtime.InteropServices.Defat̲DllImportSearchPathsAribute((System.Runtime.InteropServices.DllImportSearchPath)2050)System.Ref≤ction.AssemblyMηdataAribute(Serviceable,True)System.Ref≤ction.AssemblyMηdataAribute(.NETFrameworkAssembly,)System.Resources.NeutralResourcesLangua≥Aribute(en-US)System.Runtime.Version∈g.Tar≥tFrameworkAribute(.NETCoreApp,Version=v5.0,FrameworkDisplayName=)System.Ref≤ction.AssemblyCompanyAribute(Microsoft Corporation)System.Ref≤ction.AssemblyConfigurationAribute(Release)System.Ref≤ction.AssemblyCopyrightAribute(© Microsoft Corporation. All rights reserved.)System.Ref≤ction.AssemblyDescriptionAribute(System.Private.CoreLib)System.Ref≤ction.AssemblyFi≤VersionAribute(5.0.1121.47308)System.Ref≤ction.AssemblyInformationalVersionAribute(5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc)System.Runtime.Comπ≤rServices.ExtensionAribute()System.Ref≤ction.AssemblyTit≤Aribute(System.Private.CoreLib)System.Ref≤ction.AssemblyMηdataAribute(RepositoryUrl,git://github.com/dotnet/runtime)],Es∩edCodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲s:[System.Private.CoreLib.dll],SecurityRe̲Set:No≠},Mode̲Hand≤:{System.Mode̲Hand≤:MDStreamVersion:131072},Cus→mAributes:[System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute((B∞≤an)False)System.Runtime.Comπ≤rServices.SkipLocalsInitAribute()]},Ref≤ctionOnly:False,Location:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Ima≥RuntimeVersion:v4.0.30319,GlobalAssemblyCache:False,HostCon0,IsDynamic:False,ExportedTypes:[Microsoft.W∈32.SafeHand≤s.CriticalHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.CriticalHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeWaitHand≤,Microsoft.W∈32.SafeHand≤s.SafeFi≤Hand≤,System.ArgItera→r,System.Array,System.Aribute,System.BadIma≥FormatException,System.Buffer,System.Decimal,System.De≤gate,System.Eνm,System.Environment,System.Environment+SpecialFolder,System.Environment+SpecialFolderOption,System.Exception,System.Gℂol≤ctionMode,System.GCNotificationStatus...(1086more)],IsFl̲yTrusted:True,Cus→mAributes:[{[System.Ref≤ction.AssemblyProductAribute(Microsoft® .NET)]:AributeType:System.Ref≤ction.AssemblyProductAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[Microsoft® .NET],NamedArguments:[]},{[System.Runtime.Comπ≤rServices.ComπlationRelaxationsAribute((Int32)8)]:AributeType:System.Runtime.Comπ≤rServices.ComπlationRelaxationsAribute,Construc→r:Voc→r(Int32),Construc→rArguments:[(Int32)8],NamedArguments:[]},{[System.Runtime.Comπ≤rServices.RuntimeCompatibilityAribute(WrapNonExceptionThrows=True)]:AributeType:System.Runtime.Comπ≤rServices.RuntimeCompatibilityAribute,Construc→r:Voc→r(),Construc→rArguments:[],NamedArguments:[WrapNonExceptionThrows=True]},{[System.Diagnostics.Debuggab≤Aribute((System.Diagnostics.Debuggab≤Aribute+Debugg∈gModes)2)]:AributeType:System.Diagnostics.Debuggab≤Aribute,Construc→r:Voc→r(Debugg∈gModes),Construc→rArguments:[(System.Diagnostics.Debuggab≤Aribute+Debugg∈gModes)2],NamedArguments:[]},{[System.CLSCompliantAribute((B∞≤an)True)]:AributeType:System.CLSCompliantAribute,Construc→r:Voc→r(B∞≤an),Construc→rArguments:[(B∞≤an)True],NamedArguments:[]},{[System.Runtime.InteropServices.ComVisib≤Aribute((B∞≤an)False)]:AributeType:System.Runtime.InteropServices.ComVisib≤Aribute,Construc→r:Voc→r(B∞≤an),Construc→rArguments:[(B∞≤an)False],NamedArguments:[]},{[System.Runtime.InteropServices.Defat̲DllImportSearchPathsAribute((System.Runtime.InteropServices.DllImportSearchPath)2050)]:AributeType:System.Runtime.InteropServices.Defat̲DllImportSearchPathsAribute,Construc→r:Voc→r(System.Runtime.InteropServices.DllImportSearchPath),Construc→rArguments:[(System.Runtime.InteropServices.DllImportSearchPath)2050],NamedArguments:[]},{[System.Ref≤ction.AssemblyMηdataAribute(Serviceable,True)]:AributeType:System.Ref≤ction.AssemblyMηdataAribute,Construc→r:Voc→r(System.Str∈g,System.Str∈g),Construc→rArguments:[Serviceable,True],NamedArguments:[]},{[System.Ref≤ction.AssemblyMηdataAribute(.NETFrameworkAssembly,)]:AributeType:System.Ref≤ction.AssemblyMηdataAribute,Construc→r:Voc→r(System.Str∈g,System.Str∈g),Construc→rArguments:[.NETFrameworkAssembly,],NamedArguments:[]},{[System.Resources.NeutralResourcesLangua≥Aribute(en-US)]:AributeType:System.Resources.NeutralResourcesLangua≥Aribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[en-US],NamedArguments:[]},{[System.Runtime.Version∈g.Tar≥tFrameworkAribute(.NETCoreApp,Version=v5.0,FrameworkDisplayName=)]:AributeType:System.Runtime.Version∈g.Tar≥tFrameworkAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[.NETCoreApp,Version=v5.0],NamedArguments:[FrameworkDisplayName=]},{[System.Ref≤ction.AssemblyCompanyAribute(Microsoft Corporation)]:AributeType:System.Ref≤ction.AssemblyCompanyAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[Microsoft Corporation],NamedArguments:[]},{[System.Ref≤ction.AssemblyConfigurationAribute(Release)]:AributeType:System.Ref≤ction.AssemblyConfigurationAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[Release],NamedArguments:[]},{[System.Ref≤ction.AssemblyCopyrightAribute(© Microsoft Corporation. All rights reserved.)]:AributeType:System.Ref≤ction.AssemblyCopyrightAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[© Microsoft Corporation. All rights reserved.],NamedArguments:[]},{[System.Ref≤ction.AssemblyDescriptionAribute(System.Private.CoreLib)]:AributeType:System.Ref≤ction.AssemblyDescriptionAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[System.Private.CoreLib],NamedArguments:[]},{[System.Ref≤ction.AssemblyFi≤VersionAribute(5.0.1121.47308)]:AributeType:System.Ref≤ction.AssemblyFi≤VersionAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[5.0.1121.47308],NamedArguments:[]},{[System.Ref≤ction.AssemblyInformationalVersionAribute(5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc)]:AributeType:System.Ref≤ction.AssemblyInformationalVersionAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc],NamedArguments:[]},{[System.Runtime.Comπ≤rServices.ExtensionAribute()]:AributeType:System.Runtime.Comπ≤rServices.ExtensionAribute,Construc→r:Voc→r(),Construc→rArguments:[],NamedArguments:[]},{[System.Ref≤ction.AssemblyTit≤Aribute(System.Private.CoreLib)]:AributeType:System.Ref≤ction.AssemblyTit≤Aribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[System.Private.CoreLib],NamedArguments:[]},{[System.Ref≤ction.AssemblyMηdataAribute(RepositoryUrl,git://github.com/dotnet/runtime)]:AributeType:System.Ref≤ction.AssemblyMηdataAribute,Construc→r:Voc→r(System.Str∈g,System.Str∈g),Construc→rArguments:[RepositoryUrl,git://github.com/dotnet/runtime],NamedArguments:[]}],Es∩edCodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲s:[{System.Private.CoreLib.dll:MDStreamVersion:131072,Fl̲yQualifiedName:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲VersionId:53ef14d9-e3b9-404f-ad8f-84cace173c67,MηdataToken:1,ScopeName:System.Private.CoreLib.dll,Name:System.Private.CoreLib.dll,Assembly:System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e,Mode̲Hand≤:System.Mode̲Hand≤,Cus→mAributes:[System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute((B∞≤an)False)System.Runtime.Comπ≤rServices.SkipLocalsInitAribute()]}],SecurityRe̲Set:No≠},Mode̲Hand≤:{System.Mode̲Hand≤:MDStreamVersion:131072},Cus→mAributes:[{[System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute((B∞≤an)False)]:AributeType:System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute,Construc→r:{Voc→r(B∞≤an):Name:.c→r,MemberType:Construc→r,Declar∈gType:System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute,Ref≤ctedType:System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute,MηdataToken:100663302,Mode̲:System.Private.CoreLib.dll,MethodHand≤:System.RuntimeMethodHand≤,Aributes:PrivateScope,Public,HBySig,SpecialName,RTSpecialName,Call∈gConvention:Standard,HasThis,IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,Is|t|ract:False,IsConstruc→r:True,IsF∈al:False,IsHBySig:True,IsSpecialName:True,IsStatic:False,..},Construc→rArguments:[(B∞≤an)False],NamedArguments:[]},{[System.Runtime.Comπ≤rServices.SkipLocalsInitAribute()]:AributeType:System.Runtime.Comπ≤rServices.SkipLocalsInitAribute,Construc→r:{Voc→r():Name:.c→r,MemberType:Construc→r,Declar∈gType:System.Runtime.Comπ≤rServices.SkipLocalsInitAribute,Ref≤ctedType:System.Runtime.Comπ≤rServices.SkipLocalsInitAribute,MηdataToken:100681208,Mode̲:System.Private.CoreLib.dll,MethodHand≤:System.RuntimeMethodHand≤,Aributes:PrivateScope,Public,HBySig,SpecialName,RTSpecialName,Call∈gConvention:Standard,HasThis,IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,Is|t|ract:False,IsConstruc→r:True,IsF∈al:False,IsHBySig:True,IsSpecialName:True,IsStatic:False,..},Construc→rArguments:[],NamedArguments:[]}]},IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,MethodHand≤:{System.RuntimeMethodHand≤:Value:140304027485160},Aributes:PrivateScope,Public,Virtual,HBySig,Vtab≤LayoutMask,SpecialName,Call∈gConvention:Standard,HasThis,ReturnType:System.Int32,ReturnTypeCus→mAributes:{Int32:ParameterType:System.Int32,Name:<νll>,HasDefat̲Value:True,Defat̲Value:<νll>,RawDefat̲Value:<νll>,MηdataToken:134217728,Aributes:No≠,Member:{Int32≥tReadTimeout():Name:≥tReadTimeout,Declar∈gType:System.IO.Stream,Ref≤ctedType:System.IO.Stream,MemberType:Method,MηdataToken:100684459,Mode̲:{System.Private.CoreLib.dll:MDStreamVersion:131072,Fl̲yQualifiedName:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲VersionId:53ef14d9-e3b9-404f-ad8f-84cace173c67,MηdataToken:1,ScopeName:System.Private.CoreLib.dll,Name:System.Private.CoreLib.dll,Assembly:{System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e:CodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Fl̲Name:System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e,EntryP∮:<νll>,Def∈edTypes:[Microsoft.CodeAnalysis.EmbeddedAribute,System.Runtime.Comπ≤rServices.IsUnmana≥dAribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Aribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Conribute,System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute,System.Runtime.Comπ≤rServices.NativeInte≥rAribute,Interop,Interop+Ker≠l32,Interop+O≤32,Interop+O≤Aut32,Interop+Globalization,Interop+Globalization+Rest̲Code,Interop+Globalization+TimeZo≠DisplayNameType,Interop+BOOL,Interop+Advaπ32,Interop+Advaπ32+ActivityControl,Interop+Advaπ32+EVENTFILTERDESCRIPTOR,Interop+Advaπ32+EtwEnab≤Callback,Interop+HostPolicy,Interop+HostPolicy+corehostresolvecompo≠ntdependenciesrest̲fn...(2044more)],IsCol≤ctib≤:False,ManifestMode̲:System.Private.CoreLib.dll,Ref≤ctionOnly:False,Location:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Ima≥RuntimeVersion:v4.0.30319,GlobalAssemblyCache:False,HostCon0,IsDynamic:False,ExportedTypes:[Microsoft.W∈32.SafeHand≤s.CriticalHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.CriticalHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeWaitHand≤,Microsoft.W∈32.SafeHand≤s.SafeFi≤Hand≤,System.ArgItera→r,System.Array,System.Aribute,System.BadIma≥FormatException,System.Buffer,System.Decimal,System.De≤gate,System.Eνm,System.Environment,System.Environment+SpecialFolder,System.Environment+SpecialFolderOption,System.Exception,System.Gℂol≤ctionMode,System.GCNotificationStatus...(1086more)],IsFl̲yTrusted:True,Cus→mAributes:[System.Ref≤ction.AssemblyProductAribute(Microsoft® .NET)System.Runtime.Comπ≤rServices.ComπlationRelaxationsAribute((Int32)8)System.Runtime.Comπ≤rServices.RuntimeCompatibilityAribute(WrapNonExceptionThrows=True)System.Diagnostics.Debuggab≤Aribute((System.Diagnostics.Debuggab≤Aribute+Debugg∈gModes)2)System.CLSCompliantAribute((B∞≤an)True)System.Runtime.InteropServices.ComVisib≤Aribute((B∞≤an)False)System.Runtime.InteropServices.Defat̲DllImportSearchPathsAribute((System.Runtime.InteropServices.DllImportSearchPath)2050)System.Ref≤ction.AssemblyMηdataAribute(Serviceable,True)System.Ref≤ction.AssemblyMηdataAribute(.NETFrameworkAssembly,)System.Resources.NeutralResourcesLangua≥Aribute(en-US)System.Runtime.Version∈g.Tar≥tFrameworkAribute(.NETCoreApp,Version=v5.0,FrameworkDisplayName=)System.Ref≤ction.AssemblyCompanyAribute(Microsoft Corporation)System.Ref≤ction.AssemblyConfigurationAribute(Release)System.Ref≤ction.AssemblyCopyrightAribute(© Microsoft Corporation. All rights reserved.)System.Ref≤ction.AssemblyDescriptionAribute(System.Private.CoreLib)System.Ref≤ction.AssemblyFi≤VersionAribute(5.0.1121.47308)System.Ref≤ction.AssemblyInformationalVersionAribute(5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc)System.Runtime.Comπ≤rServices.ExtensionAribute()System.Ref≤ction.AssemblyTit≤Aribute(System.Private.CoreLib)System.Ref≤ction.AssemblyMηdataAribute(RepositoryUrl,git://github.com/dotnet/runtime)],Es∩edCodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲s:[System.Private.CoreLib.dll],SecurityRe̲Set:No≠},Mode̲Hand≤:{System.Mode̲Hand≤:MDStreamVersion:131072},Cus→mAributes:[System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute((B∞≤an)False)System.Runtime.Comπ≤rServices.SkipLocalsInitAribute()]},IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,MethodHand≤:{System.RuntimeMethodHand≤:Value:140304027485160},Aributes:PrivateScope,Public,Virtual,HBySig,Vtab≤LayoutMask,SpecialName,Call∈gConvention:Standard,HasThis,ReturnType:System.Int32,ReturnTypeCus→mAributes:{Int32:ParameterType:System.Int32,Name:<νll>,HasDefat̲Value:True,Defat̲Value:<νll>,RawDefat̲Value:<νll>,MηdataToken:134217728,Aributes:No≠,Member:{Int32≥tReadTimeout():Name:≥tReadTimeout,Declar∈gType:System.IO.Stream,Ref≤ctedType:System.IO.Stream,MemberType:Method,MηdataToken:100684459,Mode̲:System.Private.CoreLib.dll,IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,MethodHand≤:System.RuntimeMethodHand≤,Aributes:PrivateScope,Public,Virtual,HBySig,Vtab≤LayoutMask,SpecialName,Call∈gConvention:Standard,HasThis,ReturnType:System.Int32,ReturnTypeCus→mAributes:Int32,ReturnParameter:Int32,IsCol≤ctib≤:False,IsGe≠ricMethod:False,IsGe≠ricMethodDef∈ition:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,..},Position:-1,IsIn:False,IsLcFalse,IsOptional:False,IsOut:False,IsRetval:False,Cus→mAributes:[]},ReturnParameter:{Int32:ParameterType:System.Int32,Name:<νll>,HasDefat̲Value:True,Defat̲Value:<νll>,RawDefat̲Value:<νll>,MηdataToken:134217728,Aributes:No≠,Member:{Int32≥tReadTimeout():Name:≥tReadTimeout,Declar∈gType:System.IO.Stream,Ref≤ctedType:System.IO.Stream,MemberType:Method,MηdataToken:100684459,Mode̲:System.Private.CoreLib.dll,IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,MethodHand≤:System.RuntimeMethodHand≤,Aributes:PrivateScope,Public,Virtual,HBySig,Vtab≤LayoutMask,SpecialName,Call∈gConvention:Standard,HasThis,ReturnType:System.Int32,ReturnTypeCus→mAributes:Int32,ReturnParameter:Int32,IsCol≤ctib≤:False,IsGe≠ricMethod:False,IsGe≠ricMethodDef∈ition:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,..},Position:-1,IsIn:False,IsLcFalse,IsOptional:False,IsOut:False,IsRetval:False,Cus→mAributes:[]},IsCol≤ctib≤:False,IsGe≠ricMethod:False,IsGe≠ricMethodDef∈ition:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,..},Position:-1,IsIn:False,IsLcFalse,IsOptional:False,IsOut:False,IsRetval:False,Cus→mAributes:[]},ReturnParameter:{Int32:ParameterType:System.Int32,Name:<νll>,HasDefat̲Value:True,Defat̲Value:<νll>,RawDefat̲Value:<νll>,MηdataToken:134217728,Aributes:No≠,Member:{Int32≥tReadTimeout():Name:≥tReadTimeout,Declar∈gType:System.IO.Stream,Ref≤ctedType:System.IO.Stream,MemberType:Method,MηdataToken:100684459,Mode̲:{System.Private.CoreLib.dll:MDStreamVersion:131072,Fl̲yQualifiedName:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲VersionId:53ef14d9-e3b9-404f-ad8f-84cace173c67,MηdataToken:1,ScopeName:System.Private.CoreLib.dll,Name:System.Private.CoreLib.dll,Assembly:{System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e:CodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Fl̲Name:System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e,EntryP∮:<νll>,Def∈edTypes:[Microsoft.CodeAnalysis.EmbeddedAribute,System.Runtime.Comπ≤rServices.IsUnmana≥dAribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Aribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Conribute,System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute,System.Runtime.Comπ≤rServices.NativeInte≥rAribute,Interop,Interop+Ker≠l32,Interop+O≤32,Interop+O≤Aut32,Interop+Globalization,Interop+Globalization+Rest̲Code,Interop+Globalization+TimeZo≠DisplayNameType,Interop+BOOL,Interop+Advaπ32,Interop+Advaπ32+ActivityControl,Interop+Advaπ32+EVENTFILTERDESCRIPTOR,Interop+Advaπ32+EtwEnab≤Callback,Interop+HostPolicy,Interop+HostPolicy+corehostresolvecompo≠ntdependenciesrest̲fn...(2044more)],IsCol≤ctib≤:False,ManifestMode̲:System.Private.CoreLib.dll,Ref≤ctionOnly:False,Location:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Ima≥RuntimeVersion:v4.0.30319,GlobalAssemblyCache:False,HostCon0,IsDynamic:False,ExportedTypes:[Microsoft.W∈32.SafeHand≤s.CriticalHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.CriticalHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeWaitHand≤,Microsoft.W∈32.SafeHand≤s.SafeFi≤Hand≤,System.ArgItera→r,System.Array,System.Aribute,System.BadIma≥FormatException,System.Buffer,System.Decimal,System.De≤gate,System.Eνm,System.Environment,System.Environment+SpecialFolder,System.Environment+SpecialFolderOption,System.Exception,System.Gℂol≤ctionMode,System.GCNotificationStatus...(1086more)],IsFl̲yTrusted:True,Cus→mAributes:[System.Ref≤ction.AssemblyProductAribute(Microsoft® .NET)System.Runtime.Comπ≤rServices.ComπlationRelaxationsAribute((Int32)8)System.Runtime.Comπ≤rServices.RuntimeCompatibilityAribute(WrapNonExceptionThrows=True)System.Diagnostics.Debuggab≤Aribute((System.Diagnostics.Debuggab≤Aribute+Debugg∈gModes)2)System.CLSCompliantAribute((B∞≤an)True)System.Runtime.InteropServices.ComVisib≤Aribute((B∞≤an)False)System.Runtime.InteropServices.Defat̲DllImportSearchPathsAribute((System.Runtime.InteropServices.DllImportSearchPath)2050)System.Ref≤ction.AssemblyMηdataAribute(Serviceable,True)System.Ref≤ction.AssemblyMηdataAribute(.NETFrameworkAssembly,)System.Resources.NeutralResourcesLangua≥Aribute(en-US)System.Runtime.Version∈g.Tar≥tFrameworkAribute(.NETCoreApp,Version=v5.0,FrameworkDisplayName=)System.Ref≤ction.AssemblyCompanyAribute(Microsoft Corporation)System.Ref≤ction.AssemblyConfigurationAribute(Release)System.Ref≤ction.AssemblyCopyrightAribute(© Microsoft Corporation. All rights reserved.)System.Ref≤ction.AssemblyDescriptionAribute(System.Private.CoreLib)System.Ref≤ction.AssemblyFi≤VersionAribute(5.0.1121.47308)System.Ref≤ction.AssemblyInformationalVersionAribute(5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc)System.Runtime.Comπ≤rServices.ExtensionAribute()System.Ref≤ction.AssemblyTit≤Aribute(System.Private.CoreLib)System.Ref≤ction.AssemblyMηdataAribute(RepositoryUrl,git://github.com/dotnet/runtime)],Es∩edCodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲s:[System.Private.CoreLib.dll],SecurityRe̲Set:No≠},Mode̲Hand≤:{System.Mode̲Hand≤:MDStreamVersion:131072},Cus→mAributes:[System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute((B∞≤an)False)System.Runtime.Comπ≤rServices.SkipLocalsInitAribute()]},IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,MethodHand≤:{System.RuntimeMethodHand≤:Value:140304027485160},Aributes:PrivateScope,Public,Virtual,HBySig,Vtab≤LayoutMask,SpecialName,Call∈gConvention:Standard,HasThis,ReturnType:System.Int32,ReturnTypeCus→mAributes:{Int32:ParameterType:System.Int32,Name:<νll>,HasDefat̲Value:True,Defat̲Value:<νll>,RawDefat̲Value:<νll>,MηdataToken:134217728,Aributes:No≠,Member:{Int32≥tReadTimeout():Name:≥tReadTimeout,Declar∈gType:System.IO.Stream,Ref≤ctedType:System.IO.Stream,MemberType:Method,MηdataToken:100684459,Mode̲:System.Private.CoreLib.dll,IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,MethodHand≤:System.RuntimeMethodHand≤,Aributes:PrivateScope,Public,Virtual,HBySig,Vtab≤LayoutMask,SpecialName,Call∈gConvention:Standard,HasThis,ReturnType:System.Int32,ReturnTypeCus→mAributes:Int32,ReturnParameter:Int32,IsCol≤ctib≤:False,IsGe≠ricMethod:False,IsGe≠ricMethodDef∈ition:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,..},Position:-1,IsIn:False,IsLcFalse,IsOptional:False,IsOut:False,IsRetval:False,Cus→mAributes:[]},ReturnParameter:{Int32:ParameterType:System.Int32,Name:<νll>,HasDefat̲Value:True,Defat̲Value:<νll>,RawDefat̲Value:<νll>,MηdataToken:134217728,Aributes:No≠,Member:{Int32≥tReadTimeout():Name:≥tReadTimeout,Declar∈gType:System.IO.Stream,Ref≤ctedType:System.IO.Stream,MemberType:Method,MηdataToken:100684459,Mode̲:System.Private.CoreLib.dll,IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,MethodHand≤:System.RuntimeMethodHand≤,Aributes:PrivateScope,Public,Virtual,HBySig,Vtab≤LayoutMask,SpecialName,Call∈gConvention:Standard,HasThis,ReturnType:System.Int32,ReturnTypeCus→mAributes:Int32,ReturnParameter:Int32,IsCol≤ctib≤:False,IsGe≠ricMethod:False,IsGe≠ricMethodDef∈ition:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,..},Position:-1,IsIn:False,IsLcFalse,IsOptional:False,IsOut:False,IsRetval:False,Cus→mAributes:[]},IsCol≤ctib≤:False,IsGe≠ricMethod:False,IsGe≠ricMethodDef∈ition:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,..},Position:-1,IsIn:False,IsLcFalse,IsOptional:False,IsOut:False,IsRetval:False,Cus→mAributes:[]},IsCol≤ctib≤:False,IsGe≠ricMethod:False,IsGe≠ricMethodDef∈ition:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,..},StackTrace:atSystem.IO.Stream.≥tReadTimeout()atλmethod466(Closure,Fi≤Stream)atMicrosoft.DotNet.Interactive.Forma∈g.MemberAessor1.GetValueOrException(T instance) in D:\workspace\_work\1\s\src\Microsoft.DotNet.Interactive.Formatting\MemberAccessor{T}.cs:line 57, Message: Timeouts are not supported on this stream., Data: [ ], InnerException: <null>, HelpLink: <null>, Source: System.Private.CoreLib, HResult: -2146233079 } | { System.InvalidOperationException: Timeouts are not supported on this stream.
at System.IO.Stream.get_WriteTimeout()
at lambda_method467(Closure , FileStream )
at Microsoft.DotNet.Interactive.Formatting.MemberAccessor1.GetValueOrException(T∈stance)∈D:workspacework1ssrcMicrosoft.DotNet.Interactive.Forma∈gMemberAessor{T}.cs:l∈e57:Tar≥tSite:{Int32≥tWriteTimeout():Name:≥tWriteTimeout,Declar∈gType:System.IO.Stream,Ref≤ctedType:System.IO.Stream,MemberType:Method,MηdataToken:100684461,Mode̲:{System.Private.CoreLib.dll:MDStreamVersion:131072,Fl̲yQualifiedName:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲VersionId:53ef14d9-e3b9-404f-ad8f-84cace173c67,MηdataToken:1,ScopeName:System.Private.CoreLib.dll,Name:System.Private.CoreLib.dll,Assembly:{System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e:CodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Fl̲Name:System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e,EntryP∮:<νll>,Def∈edTypes:[Microsoft.CodeAnalysis.EmbeddedAribute,System.Runtime.Comπ≤rServices.IsUnmana≥dAribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Aribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Conribute,System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute,System.Runtime.Comπ≤rServices.NativeInte≥rAribute,Interop,Interop+Ker≠l32,Interop+O≤32,Interop+O≤Aut32,Interop+Globalization,Interop+Globalization+Rest̲Code,Interop+Globalization+TimeZo≠DisplayNameType,Interop+BOOL,Interop+Advaπ32,Interop+Advaπ32+ActivityControl,Interop+Advaπ32+EVENTFILTERDESCRIPTOR,Interop+Advaπ32+EtwEnab≤Callback,Interop+HostPolicy,Interop+HostPolicy+corehostresolvecompo≠ntdependenciesrest̲fn...(2044more)],IsCol≤ctib≤:False,ManifestMode̲:{System.Private.CoreLib.dll:MDStreamVersion:131072,Fl̲yQualifiedName:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲VersionId:53ef14d9-e3b9-404f-ad8f-84cace173c67,MηdataToken:1,ScopeName:System.Private.CoreLib.dll,Name:System.Private.CoreLib.dll,Assembly:{System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e:CodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Fl̲Name:System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e,EntryP∮:<νll>,Def∈edTypes:[Microsoft.CodeAnalysis.EmbeddedAribute,System.Runtime.Comπ≤rServices.IsUnmana≥dAribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Aribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Conribute,System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute,System.Runtime.Comπ≤rServices.NativeInte≥rAribute,Interop,Interop+Ker≠l32,Interop+O≤32,Interop+O≤Aut32,Interop+Globalization,Interop+Globalization+Rest̲Code,Interop+Globalization+TimeZo≠DisplayNameType,Interop+BOOL,Interop+Advaπ32,Interop+Advaπ32+ActivityControl,Interop+Advaπ32+EVENTFILTERDESCRIPTOR,Interop+Advaπ32+EtwEnab≤Callback,Interop+HostPolicy,Interop+HostPolicy+corehostresolvecompo≠ntdependenciesrest̲fn...(2044more)],IsCol≤ctib≤:False,ManifestMode̲:System.Private.CoreLib.dll,Ref≤ctionOnly:False,Location:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Ima≥RuntimeVersion:v4.0.30319,GlobalAssemblyCache:False,HostCon0,IsDynamic:False,ExportedTypes:[Microsoft.W∈32.SafeHand≤s.CriticalHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.CriticalHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeWaitHand≤,Microsoft.W∈32.SafeHand≤s.SafeFi≤Hand≤,System.ArgItera→r,System.Array,System.Aribute,System.BadIma≥FormatException,System.Buffer,System.Decimal,System.De≤gate,System.Eνm,System.Environment,System.Environment+SpecialFolder,System.Environment+SpecialFolderOption,System.Exception,System.Gℂol≤ctionMode,System.GCNotificationStatus...(1086more)],IsFl̲yTrusted:True,Cus→mAributes:[System.Ref≤ction.AssemblyProductAribute(Microsoft® .NET)System.Runtime.Comπ≤rServices.ComπlationRelaxationsAribute((Int32)8)System.Runtime.Comπ≤rServices.RuntimeCompatibilityAribute(WrapNonExceptionThrows=True)System.Diagnostics.Debuggab≤Aribute((System.Diagnostics.Debuggab≤Aribute+Debugg∈gModes)2)System.CLSCompliantAribute((B∞≤an)True)System.Runtime.InteropServices.ComVisib≤Aribute((B∞≤an)False)System.Runtime.InteropServices.Defat̲DllImportSearchPathsAribute((System.Runtime.InteropServices.DllImportSearchPath)2050)System.Ref≤ction.AssemblyMηdataAribute(Serviceable,True)System.Ref≤ction.AssemblyMηdataAribute(.NETFrameworkAssembly,)System.Resources.NeutralResourcesLangua≥Aribute(en-US)System.Runtime.Version∈g.Tar≥tFrameworkAribute(.NETCoreApp,Version=v5.0,FrameworkDisplayName=)System.Ref≤ction.AssemblyCompanyAribute(Microsoft Corporation)System.Ref≤ction.AssemblyConfigurationAribute(Release)System.Ref≤ction.AssemblyCopyrightAribute(© Microsoft Corporation. All rights reserved.)System.Ref≤ction.AssemblyDescriptionAribute(System.Private.CoreLib)System.Ref≤ction.AssemblyFi≤VersionAribute(5.0.1121.47308)System.Ref≤ction.AssemblyInformationalVersionAribute(5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc)System.Runtime.Comπ≤rServices.ExtensionAribute()System.Ref≤ction.AssemblyTit≤Aribute(System.Private.CoreLib)System.Ref≤ction.AssemblyMηdataAribute(RepositoryUrl,git://github.com/dotnet/runtime)],Es∩edCodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲s:[System.Private.CoreLib.dll],SecurityRe̲Set:No≠},Mode̲Hand≤:{System.Mode̲Hand≤:MDStreamVersion:131072},Cus→mAributes:[System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute((B∞≤an)False)System.Runtime.Comπ≤rServices.SkipLocalsInitAribute()]},Ref≤ctionOnly:False,Location:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Ima≥RuntimeVersion:v4.0.30319,GlobalAssemblyCache:False,HostCon0,IsDynamic:False,ExportedTypes:[Microsoft.W∈32.SafeHand≤s.CriticalHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.CriticalHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeWaitHand≤,Microsoft.W∈32.SafeHand≤s.SafeFi≤Hand≤,System.ArgItera→r,System.Array,System.Aribute,System.BadIma≥FormatException,System.Buffer,System.Decimal,System.De≤gate,System.Eνm,System.Environment,System.Environment+SpecialFolder,System.Environment+SpecialFolderOption,System.Exception,System.Gℂol≤ctionMode,System.GCNotificationStatus...(1086more)],IsFl̲yTrusted:True,Cus→mAributes:[{[System.Ref≤ction.AssemblyProductAribute(Microsoft® .NET)]:AributeType:System.Ref≤ction.AssemblyProductAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[Microsoft® .NET],NamedArguments:[]},{[System.Runtime.Comπ≤rServices.ComπlationRelaxationsAribute((Int32)8)]:AributeType:System.Runtime.Comπ≤rServices.ComπlationRelaxationsAribute,Construc→r:Voc→r(Int32),Construc→rArguments:[(Int32)8],NamedArguments:[]},{[System.Runtime.Comπ≤rServices.RuntimeCompatibilityAribute(WrapNonExceptionThrows=True)]:AributeType:System.Runtime.Comπ≤rServices.RuntimeCompatibilityAribute,Construc→r:Voc→r(),Construc→rArguments:[],NamedArguments:[WrapNonExceptionThrows=True]},{[System.Diagnostics.Debuggab≤Aribute((System.Diagnostics.Debuggab≤Aribute+Debugg∈gModes)2)]:AributeType:System.Diagnostics.Debuggab≤Aribute,Construc→r:Voc→r(Debugg∈gModes),Construc→rArguments:[(System.Diagnostics.Debuggab≤Aribute+Debugg∈gModes)2],NamedArguments:[]},{[System.CLSCompliantAribute((B∞≤an)True)]:AributeType:System.CLSCompliantAribute,Construc→r:Voc→r(B∞≤an),Construc→rArguments:[(B∞≤an)True],NamedArguments:[]},{[System.Runtime.InteropServices.ComVisib≤Aribute((B∞≤an)False)]:AributeType:System.Runtime.InteropServices.ComVisib≤Aribute,Construc→r:Voc→r(B∞≤an),Construc→rArguments:[(B∞≤an)False],NamedArguments:[]},{[System.Runtime.InteropServices.Defat̲DllImportSearchPathsAribute((System.Runtime.InteropServices.DllImportSearchPath)2050)]:AributeType:System.Runtime.InteropServices.Defat̲DllImportSearchPathsAribute,Construc→r:Voc→r(System.Runtime.InteropServices.DllImportSearchPath),Construc→rArguments:[(System.Runtime.InteropServices.DllImportSearchPath)2050],NamedArguments:[]},{[System.Ref≤ction.AssemblyMηdataAribute(Serviceable,True)]:AributeType:System.Ref≤ction.AssemblyMηdataAribute,Construc→r:Voc→r(System.Str∈g,System.Str∈g),Construc→rArguments:[Serviceable,True],NamedArguments:[]},{[System.Ref≤ction.AssemblyMηdataAribute(.NETFrameworkAssembly,)]:AributeType:System.Ref≤ction.AssemblyMηdataAribute,Construc→r:Voc→r(System.Str∈g,System.Str∈g),Construc→rArguments:[.NETFrameworkAssembly,],NamedArguments:[]},{[System.Resources.NeutralResourcesLangua≥Aribute(en-US)]:AributeType:System.Resources.NeutralResourcesLangua≥Aribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[en-US],NamedArguments:[]},{[System.Runtime.Version∈g.Tar≥tFrameworkAribute(.NETCoreApp,Version=v5.0,FrameworkDisplayName=)]:AributeType:System.Runtime.Version∈g.Tar≥tFrameworkAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[.NETCoreApp,Version=v5.0],NamedArguments:[FrameworkDisplayName=]},{[System.Ref≤ction.AssemblyCompanyAribute(Microsoft Corporation)]:AributeType:System.Ref≤ction.AssemblyCompanyAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[Microsoft Corporation],NamedArguments:[]},{[System.Ref≤ction.AssemblyConfigurationAribute(Release)]:AributeType:System.Ref≤ction.AssemblyConfigurationAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[Release],NamedArguments:[]},{[System.Ref≤ction.AssemblyCopyrightAribute(© Microsoft Corporation. All rights reserved.)]:AributeType:System.Ref≤ction.AssemblyCopyrightAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[© Microsoft Corporation. All rights reserved.],NamedArguments:[]},{[System.Ref≤ction.AssemblyDescriptionAribute(System.Private.CoreLib)]:AributeType:System.Ref≤ction.AssemblyDescriptionAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[System.Private.CoreLib],NamedArguments:[]},{[System.Ref≤ction.AssemblyFi≤VersionAribute(5.0.1121.47308)]:AributeType:System.Ref≤ction.AssemblyFi≤VersionAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[5.0.1121.47308],NamedArguments:[]},{[System.Ref≤ction.AssemblyInformationalVersionAribute(5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc)]:AributeType:System.Ref≤ction.AssemblyInformationalVersionAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc],NamedArguments:[]},{[System.Runtime.Comπ≤rServices.ExtensionAribute()]:AributeType:System.Runtime.Comπ≤rServices.ExtensionAribute,Construc→r:Voc→r(),Construc→rArguments:[],NamedArguments:[]},{[System.Ref≤ction.AssemblyTit≤Aribute(System.Private.CoreLib)]:AributeType:System.Ref≤ction.AssemblyTit≤Aribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[System.Private.CoreLib],NamedArguments:[]},{[System.Ref≤ction.AssemblyMηdataAribute(RepositoryUrl,git://github.com/dotnet/runtime)]:AributeType:System.Ref≤ction.AssemblyMηdataAribute,Construc→r:Voc→r(System.Str∈g,System.Str∈g),Construc→rArguments:[RepositoryUrl,git://github.com/dotnet/runtime],NamedArguments:[]}],Es∩edCodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲s:[{System.Private.CoreLib.dll:MDStreamVersion:131072,Fl̲yQualifiedName:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲VersionId:53ef14d9-e3b9-404f-ad8f-84cace173c67,MηdataToken:1,ScopeName:System.Private.CoreLib.dll,Name:System.Private.CoreLib.dll,Assembly:System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e,Mode̲Hand≤:System.Mode̲Hand≤,Cus→mAributes:[System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute((B∞≤an)False)System.Runtime.Comπ≤rServices.SkipLocalsInitAribute()]}],SecurityRe̲Set:No≠},Mode̲Hand≤:{System.Mode̲Hand≤:MDStreamVersion:131072},Cus→mAributes:[{[System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute((B∞≤an)False)]:AributeType:System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute,Construc→r:{Voc→r(B∞≤an):Name:.c→r,MemberType:Construc→r,Declar∈gType:System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute,Ref≤ctedType:System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute,MηdataToken:100663302,Mode̲:System.Private.CoreLib.dll,MethodHand≤:System.RuntimeMethodHand≤,Aributes:PrivateScope,Public,HBySig,SpecialName,RTSpecialName,Call∈gConvention:Standard,HasThis,IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,Is|t|ract:False,IsConstruc→r:True,IsF∈al:False,IsHBySig:True,IsSpecialName:True,IsStatic:False,..},Construc→rArguments:[(B∞≤an)False],NamedArguments:[]},{[System.Runtime.Comπ≤rServices.SkipLocalsInitAribute()]:AributeType:System.Runtime.Comπ≤rServices.SkipLocalsInitAribute,Construc→r:{Voc→r():Name:.c→r,MemberType:Construc→r,Declar∈gType:System.Runtime.Comπ≤rServices.SkipLocalsInitAribute,Ref≤ctedType:System.Runtime.Comπ≤rServices.SkipLocalsInitAribute,MηdataToken:100681208,Mode̲:System.Private.CoreLib.dll,MethodHand≤:System.RuntimeMethodHand≤,Aributes:PrivateScope,Public,HBySig,SpecialName,RTSpecialName,Call∈gConvention:Standard,HasThis,IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,Is|t|ract:False,IsConstruc→r:True,IsF∈al:False,IsHBySig:True,IsSpecialName:True,IsStatic:False,..},Construc→rArguments:[],NamedArguments:[]}]},IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,MethodHand≤:{System.RuntimeMethodHand≤:Value:140304027485192},Aributes:PrivateScope,Public,Virtual,HBySig,Vtab≤LayoutMask,SpecialName,Call∈gConvention:Standard,HasThis,ReturnType:System.Int32,ReturnTypeCus→mAributes:{Int32:ParameterType:System.Int32,Name:<νll>,HasDefat̲Value:True,Defat̲Value:<νll>,RawDefat̲Value:<νll>,MηdataToken:134217728,Aributes:No≠,Member:{Int32≥tWriteTimeout():Name:≥tWriteTimeout,Declar∈gType:System.IO.Stream,Ref≤ctedType:System.IO.Stream,MemberType:Method,MηdataToken:100684461,Mode̲:{System.Private.CoreLib.dll:MDStreamVersion:131072,Fl̲yQualifiedName:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲VersionId:53ef14d9-e3b9-404f-ad8f-84cace173c67,MηdataToken:1,ScopeName:System.Private.CoreLib.dll,Name:System.Private.CoreLib.dll,Assembly:{System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e:CodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Fl̲Name:System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e,EntryP∮:<νll>,Def∈edTypes:[Microsoft.CodeAnalysis.EmbeddedAribute,System.Runtime.Comπ≤rServices.IsUnmana≥dAribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Aribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Conribute,System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute,System.Runtime.Comπ≤rServices.NativeInte≥rAribute,Interop,Interop+Ker≠l32,Interop+O≤32,Interop+O≤Aut32,Interop+Globalization,Interop+Globalization+Rest̲Code,Interop+Globalization+TimeZo≠DisplayNameType,Interop+BOOL,Interop+Advaπ32,Interop+Advaπ32+ActivityControl,Interop+Advaπ32+EVENTFILTERDESCRIPTOR,Interop+Advaπ32+EtwEnab≤Callback,Interop+HostPolicy,Interop+HostPolicy+corehostresolvecompo≠ntdependenciesrest̲fn...(2044more)],IsCol≤ctib≤:False,ManifestMode̲:System.Private.CoreLib.dll,Ref≤ctionOnly:False,Location:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Ima≥RuntimeVersion:v4.0.30319,GlobalAssemblyCache:False,HostCon0,IsDynamic:False,ExportedTypes:[Microsoft.W∈32.SafeHand≤s.CriticalHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.CriticalHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeWaitHand≤,Microsoft.W∈32.SafeHand≤s.SafeFi≤Hand≤,System.ArgItera→r,System.Array,System.Aribute,System.BadIma≥FormatException,System.Buffer,System.Decimal,System.De≤gate,System.Eνm,System.Environment,System.Environment+SpecialFolder,System.Environment+SpecialFolderOption,System.Exception,System.Gℂol≤ctionMode,System.GCNotificationStatus...(1086more)],IsFl̲yTrusted:True,Cus→mAributes:[System.Ref≤ction.AssemblyProductAribute(Microsoft® .NET)System.Runtime.Comπ≤rServices.ComπlationRelaxationsAribute((Int32)8)System.Runtime.Comπ≤rServices.RuntimeCompatibilityAribute(WrapNonExceptionThrows=True)System.Diagnostics.Debuggab≤Aribute((System.Diagnostics.Debuggab≤Aribute+Debugg∈gModes)2)System.CLSCompliantAribute((B∞≤an)True)System.Runtime.InteropServices.ComVisib≤Aribute((B∞≤an)False)System.Runtime.InteropServices.Defat̲DllImportSearchPathsAribute((System.Runtime.InteropServices.DllImportSearchPath)2050)System.Ref≤ction.AssemblyMηdataAribute(Serviceable,True)System.Ref≤ction.AssemblyMηdataAribute(.NETFrameworkAssembly,)System.Resources.NeutralResourcesLangua≥Aribute(en-US)System.Runtime.Version∈g.Tar≥tFrameworkAribute(.NETCoreApp,Version=v5.0,FrameworkDisplayName=)System.Ref≤ction.AssemblyCompanyAribute(Microsoft Corporation)System.Ref≤ction.AssemblyConfigurationAribute(Release)System.Ref≤ction.AssemblyCopyrightAribute(© Microsoft Corporation. All rights reserved.)System.Ref≤ction.AssemblyDescriptionAribute(System.Private.CoreLib)System.Ref≤ction.AssemblyFi≤VersionAribute(5.0.1121.47308)System.Ref≤ction.AssemblyInformationalVersionAribute(5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc)System.Runtime.Comπ≤rServices.ExtensionAribute()System.Ref≤ction.AssemblyTit≤Aribute(System.Private.CoreLib)System.Ref≤ction.AssemblyMηdataAribute(RepositoryUrl,git://github.com/dotnet/runtime)],Es∩edCodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲s:[System.Private.CoreLib.dll],SecurityRe̲Set:No≠},Mode̲Hand≤:{System.Mode̲Hand≤:MDStreamVersion:131072},Cus→mAributes:[System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute((B∞≤an)False)System.Runtime.Comπ≤rServices.SkipLocalsInitAribute()]},IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,MethodHand≤:{System.RuntimeMethodHand≤:Value:140304027485192},Aributes:PrivateScope,Public,Virtual,HBySig,Vtab≤LayoutMask,SpecialName,Call∈gConvention:Standard,HasThis,ReturnType:System.Int32,ReturnTypeCus→mAributes:{Int32:ParameterType:System.Int32,Name:<νll>,HasDefat̲Value:True,Defat̲Value:<νll>,RawDefat̲Value:<νll>,MηdataToken:134217728,Aributes:No≠,Member:{Int32≥tWriteTimeout():Name:≥tWriteTimeout,Declar∈gType:System.IO.Stream,Ref≤ctedType:System.IO.Stream,MemberType:Method,MηdataToken:100684461,Mode̲:System.Private.CoreLib.dll,IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,MethodHand≤:System.RuntimeMethodHand≤,Aributes:PrivateScope,Public,Virtual,HBySig,Vtab≤LayoutMask,SpecialName,Call∈gConvention:Standard,HasThis,ReturnType:System.Int32,ReturnTypeCus→mAributes:Int32,ReturnParameter:Int32,IsCol≤ctib≤:False,IsGe≠ricMethod:False,IsGe≠ricMethodDef∈ition:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,..},Position:-1,IsIn:False,IsLcFalse,IsOptional:False,IsOut:False,IsRetval:False,Cus→mAributes:[]},ReturnParameter:{Int32:ParameterType:System.Int32,Name:<νll>,HasDefat̲Value:True,Defat̲Value:<νll>,RawDefat̲Value:<νll>,MηdataToken:134217728,Aributes:No≠,Member:{Int32≥tWriteTimeout():Name:≥tWriteTimeout,Declar∈gType:System.IO.Stream,Ref≤ctedType:System.IO.Stream,MemberType:Method,MηdataToken:100684461,Mode̲:System.Private.CoreLib.dll,IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,MethodHand≤:System.RuntimeMethodHand≤,Aributes:PrivateScope,Public,Virtual,HBySig,Vtab≤LayoutMask,SpecialName,Call∈gConvention:Standard,HasThis,ReturnType:System.Int32,ReturnTypeCus→mAributes:Int32,ReturnParameter:Int32,IsCol≤ctib≤:False,IsGe≠ricMethod:False,IsGe≠ricMethodDef∈ition:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,..},Position:-1,IsIn:False,IsLcFalse,IsOptional:False,IsOut:False,IsRetval:False,Cus→mAributes:[]},IsCol≤ctib≤:False,IsGe≠ricMethod:False,IsGe≠ricMethodDef∈ition:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,..},Position:-1,IsIn:False,IsLcFalse,IsOptional:False,IsOut:False,IsRetval:False,Cus→mAributes:[]},ReturnParameter:{Int32:ParameterType:System.Int32,Name:<νll>,HasDefat̲Value:True,Defat̲Value:<νll>,RawDefat̲Value:<νll>,MηdataToken:134217728,Aributes:No≠,Member:{Int32≥tWriteTimeout():Name:≥tWriteTimeout,Declar∈gType:System.IO.Stream,Ref≤ctedType:System.IO.Stream,MemberType:Method,MηdataToken:100684461,Mode̲:{System.Private.CoreLib.dll:MDStreamVersion:131072,Fl̲yQualifiedName:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲VersionId:53ef14d9-e3b9-404f-ad8f-84cace173c67,MηdataToken:1,ScopeName:System.Private.CoreLib.dll,Name:System.Private.CoreLib.dll,Assembly:{System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e:CodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Fl̲Name:System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e,EntryP∮:<νll>,Def∈edTypes:[Microsoft.CodeAnalysis.EmbeddedAribute,System.Runtime.Comπ≤rServices.IsUnmana≥dAribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Aribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Conribute,System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute,System.Runtime.Comπ≤rServices.NativeInte≥rAribute,Interop,Interop+Ker≠l32,Interop+O≤32,Interop+O≤Aut32,Interop+Globalization,Interop+Globalization+Rest̲Code,Interop+Globalization+TimeZo≠DisplayNameType,Interop+BOOL,Interop+Advaπ32,Interop+Advaπ32+ActivityControl,Interop+Advaπ32+EVENTFILTERDESCRIPTOR,Interop+Advaπ32+EtwEnab≤Callback,Interop+HostPolicy,Interop+HostPolicy+corehostresolvecompo≠ntdependenciesrest̲fn...(2044more)],IsCol≤ctib≤:False,ManifestMode̲:System.Private.CoreLib.dll,Ref≤ctionOnly:False,Location:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Ima≥RuntimeVersion:v4.0.30319,GlobalAssemblyCache:False,HostCon0,IsDynamic:False,ExportedTypes:[Microsoft.W∈32.SafeHand≤s.CriticalHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.CriticalHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeWaitHand≤,Microsoft.W∈32.SafeHand≤s.SafeFi≤Hand≤,System.ArgItera→r,System.Array,System.Aribute,System.BadIma≥FormatException,System.Buffer,System.Decimal,System.De≤gate,System.Eνm,System.Environment,System.Environment+SpecialFolder,System.Environment+SpecialFolderOption,System.Exception,System.Gℂol≤ctionMode,System.GCNotificationStatus...(1086more)],IsFl̲yTrusted:True,Cus→mAributes:[System.Ref≤ction.AssemblyProductAribute(Microsoft® .NET)System.Runtime.Comπ≤rServices.ComπlationRelaxationsAribute((Int32)8)System.Runtime.Comπ≤rServices.RuntimeCompatibilityAribute(WrapNonExceptionThrows=True)System.Diagnostics.Debuggab≤Aribute((System.Diagnostics.Debuggab≤Aribute+Debugg∈gModes)2)System.CLSCompliantAribute((B∞≤an)True)System.Runtime.InteropServices.ComVisib≤Aribute((B∞≤an)False)System.Runtime.InteropServices.Defat̲DllImportSearchPathsAribute((System.Runtime.InteropServices.DllImportSearchPath)2050)System.Ref≤ction.AssemblyMηdataAribute(Serviceable,True)System.Ref≤ction.AssemblyMηdataAribute(.NETFrameworkAssembly,)System.Resources.NeutralResourcesLangua≥Aribute(en-US)System.Runtime.Version∈g.Tar≥tFrameworkAribute(.NETCoreApp,Version=v5.0,FrameworkDisplayName=)System.Ref≤ction.AssemblyCompanyAribute(Microsoft Corporation)System.Ref≤ction.AssemblyConfigurationAribute(Release)System.Ref≤ction.AssemblyCopyrightAribute(© Microsoft Corporation. All rights reserved.)System.Ref≤ction.AssemblyDescriptionAribute(System.Private.CoreLib)System.Ref≤ction.AssemblyFi≤VersionAribute(5.0.1121.47308)System.Ref≤ction.AssemblyInformationalVersionAribute(5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc)System.Runtime.Comπ≤rServices.ExtensionAribute()System.Ref≤ction.AssemblyTit≤Aribute(System.Private.CoreLib)System.Ref≤ction.AssemblyMηdataAribute(RepositoryUrl,git://github.com/dotnet/runtime)],Es∩edCodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲s:[System.Private.CoreLib.dll],SecurityRe̲Set:No≠},Mode̲Hand≤:{System.Mode̲Hand≤:MDStreamVersion:131072},Cus→mAributes:[System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute((B∞≤an)False)System.Runtime.Comπ≤rServices.SkipLocalsInitAribute()]},IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,MethodHand≤:{System.RuntimeMethodHand≤:Value:140304027485192},Aributes:PrivateScope,Public,Virtual,HBySig,Vtab≤LayoutMask,SpecialName,Call∈gConvention:Standard,HasThis,ReturnType:System.Int32,ReturnTypeCus→mAributes:{Int32:ParameterType:System.Int32,Name:<νll>,HasDefat̲Value:True,Defat̲Value:<νll>,RawDefat̲Value:<νll>,MηdataToken:134217728,Aributes:No≠,Member:{Int32≥tWriteTimeout():Name:≥tWriteTimeout,Declar∈gType:System.IO.Stream,Ref≤ctedType:System.IO.Stream,MemberType:Method,MηdataToken:100684461,Mode̲:System.Private.CoreLib.dll,IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,MethodHand≤:System.RuntimeMethodHand≤,Aributes:PrivateScope,Public,Virtual,HBySig,Vtab≤LayoutMask,SpecialName,Call∈gConvention:Standard,HasThis,ReturnType:System.Int32,ReturnTypeCus→mAributes:Int32,ReturnParameter:Int32,IsCol≤ctib≤:False,IsGe≠ricMethod:False,IsGe≠ricMethodDef∈ition:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,..},Position:-1,IsIn:False,IsLcFalse,IsOptional:False,IsOut:False,IsRetval:False,Cus→mAributes:[]},ReturnParameter:{Int32:ParameterType:System.Int32,Name:<νll>,HasDefat̲Value:True,Defat̲Value:<νll>,RawDefat̲Value:<νll>,MηdataToken:134217728,Aributes:No≠,Member:{Int32≥tWriteTimeout():Name:≥tWriteTimeout,Declar∈gType:System.IO.Stream,Ref≤ctedType:System.IO.Stream,MemberType:Method,MηdataToken:100684461,Mode̲:System.Private.CoreLib.dll,IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,MethodHand≤:System.RuntimeMethodHand≤,Aributes:PrivateScope,Public,Virtual,HBySig,Vtab≤LayoutMask,SpecialName,Call∈gConvention:Standard,HasThis,ReturnType:System.Int32,ReturnTypeCus→mAributes:Int32,ReturnParameter:Int32,IsCol≤ctib≤:False,IsGe≠ricMethod:False,IsGe≠ricMethodDef∈ition:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,..},Position:-1,IsIn:False,IsLcFalse,IsOptional:False,IsOut:False,IsRetval:False,Cus→mAributes:[]},IsCol≤ctib≤:False,IsGe≠ricMethod:False,IsGe≠ricMethodDef∈ition:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,..},Position:-1,IsIn:False,IsLcFalse,IsOptional:False,IsOut:False,IsRetval:False,Cus→mAributes:[]},IsCol≤ctib≤:False,IsGe≠ricMethod:False,IsGe≠ricMethodDef∈ition:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,..},StackTrace:atSystem.IO.Stream.≥tWriteTimeout()atλmethod467(Closure,Fi≤Stream)atMicrosoft.DotNet.Interactive.Forma∈g.MemberAessor1.GetValueOrException(T instance) in D:\workspace\_work\1\s\src\Microsoft.DotNet.Interactive.Formatting\MemberAccessor{T}.cs:line 57, Message: Timeouts are not supported on this stream., Data: [ ], InnerException: <null>, HelpLink: <null>, Source: System.Private.CoreLib, HResult: -2146233079 } |
In [6]:
let fileName = "fig1.jpeg";
let imagePath = srcPath + fileName;
let path = Path.Combine(imagePath);
File.Create(path);
Out[6]:
Handle | CanRead | CanWrite | SafeFileHandle | Name | IsAsync | Length | Position | CanSeek | CanTimeout | ReadTimeout | WriteTimeout |
---|---|---|---|---|---|---|---|---|---|---|---|
532 | True | True | { Microsoft.Win32.SafeHandles.SafeFileHandle: IsInvalid: False, IsClosed: False } | /home/circleci/project/build/fsharp/ipynb/static/images/fig1.jpeg | False | 0 | 0 | True | False | { System.InvalidOperationException: Timeouts are not supported on this stream.
at System.IO.Stream.get_ReadTimeout()
at lambda_method466(Closure , FileStream )
at Microsoft.DotNet.Interactive.Formatting.MemberAccessor1.GetValueOrException(T∈stance)∈D:workspacework1ssrcMicrosoft.DotNet.Interactive.Forma∈gMemberAessor{T}.cs:l∈e57:Tar≥tSite:{Int32≥tReadTimeout():Name:≥tReadTimeout,Declar∈gType:System.IO.Stream,Ref≤ctedType:System.IO.Stream,MemberType:Method,MηdataToken:100684459,Mode̲:{System.Private.CoreLib.dll:MDStreamVersion:131072,Fl̲yQualifiedName:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲VersionId:53ef14d9-e3b9-404f-ad8f-84cace173c67,MηdataToken:1,ScopeName:System.Private.CoreLib.dll,Name:System.Private.CoreLib.dll,Assembly:{System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e:CodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Fl̲Name:System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e,EntryP∮:<νll>,Def∈edTypes:[Microsoft.CodeAnalysis.EmbeddedAribute,System.Runtime.Comπ≤rServices.IsUnmana≥dAribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Aribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Conribute,System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute,System.Runtime.Comπ≤rServices.NativeInte≥rAribute,Interop,Interop+Ker≠l32,Interop+O≤32,Interop+O≤Aut32,Interop+Globalization,Interop+Globalization+Rest̲Code,Interop+Globalization+TimeZo≠DisplayNameType,Interop+BOOL,Interop+Advaπ32,Interop+Advaπ32+ActivityControl,Interop+Advaπ32+EVENTFILTERDESCRIPTOR,Interop+Advaπ32+EtwEnab≤Callback,Interop+HostPolicy,Interop+HostPolicy+corehostresolvecompo≠ntdependenciesrest̲fn...(2044more)],IsCol≤ctib≤:False,ManifestMode̲:{System.Private.CoreLib.dll:MDStreamVersion:131072,Fl̲yQualifiedName:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲VersionId:53ef14d9-e3b9-404f-ad8f-84cace173c67,MηdataToken:1,ScopeName:System.Private.CoreLib.dll,Name:System.Private.CoreLib.dll,Assembly:{System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e:CodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Fl̲Name:System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e,EntryP∮:<νll>,Def∈edTypes:[Microsoft.CodeAnalysis.EmbeddedAribute,System.Runtime.Comπ≤rServices.IsUnmana≥dAribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Aribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Conribute,System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute,System.Runtime.Comπ≤rServices.NativeInte≥rAribute,Interop,Interop+Ker≠l32,Interop+O≤32,Interop+O≤Aut32,Interop+Globalization,Interop+Globalization+Rest̲Code,Interop+Globalization+TimeZo≠DisplayNameType,Interop+BOOL,Interop+Advaπ32,Interop+Advaπ32+ActivityControl,Interop+Advaπ32+EVENTFILTERDESCRIPTOR,Interop+Advaπ32+EtwEnab≤Callback,Interop+HostPolicy,Interop+HostPolicy+corehostresolvecompo≠ntdependenciesrest̲fn...(2044more)],IsCol≤ctib≤:False,ManifestMode̲:System.Private.CoreLib.dll,Ref≤ctionOnly:False,Location:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Ima≥RuntimeVersion:v4.0.30319,GlobalAssemblyCache:False,HostCon0,IsDynamic:False,ExportedTypes:[Microsoft.W∈32.SafeHand≤s.CriticalHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.CriticalHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeWaitHand≤,Microsoft.W∈32.SafeHand≤s.SafeFi≤Hand≤,System.ArgItera→r,System.Array,System.Aribute,System.BadIma≥FormatException,System.Buffer,System.Decimal,System.De≤gate,System.Eνm,System.Environment,System.Environment+SpecialFolder,System.Environment+SpecialFolderOption,System.Exception,System.Gℂol≤ctionMode,System.GCNotificationStatus...(1086more)],IsFl̲yTrusted:True,Cus→mAributes:[System.Ref≤ction.AssemblyProductAribute(Microsoft® .NET)System.Runtime.Comπ≤rServices.ComπlationRelaxationsAribute((Int32)8)System.Runtime.Comπ≤rServices.RuntimeCompatibilityAribute(WrapNonExceptionThrows=True)System.Diagnostics.Debuggab≤Aribute((System.Diagnostics.Debuggab≤Aribute+Debugg∈gModes)2)System.CLSCompliantAribute((B∞≤an)True)System.Runtime.InteropServices.ComVisib≤Aribute((B∞≤an)False)System.Runtime.InteropServices.Defat̲DllImportSearchPathsAribute((System.Runtime.InteropServices.DllImportSearchPath)2050)System.Ref≤ction.AssemblyMηdataAribute(Serviceable,True)System.Ref≤ction.AssemblyMηdataAribute(.NETFrameworkAssembly,)System.Resources.NeutralResourcesLangua≥Aribute(en-US)System.Runtime.Version∈g.Tar≥tFrameworkAribute(.NETCoreApp,Version=v5.0,FrameworkDisplayName=)System.Ref≤ction.AssemblyCompanyAribute(Microsoft Corporation)System.Ref≤ction.AssemblyConfigurationAribute(Release)System.Ref≤ction.AssemblyCopyrightAribute(© Microsoft Corporation. All rights reserved.)System.Ref≤ction.AssemblyDescriptionAribute(System.Private.CoreLib)System.Ref≤ction.AssemblyFi≤VersionAribute(5.0.1121.47308)System.Ref≤ction.AssemblyInformationalVersionAribute(5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc)System.Runtime.Comπ≤rServices.ExtensionAribute()System.Ref≤ction.AssemblyTit≤Aribute(System.Private.CoreLib)System.Ref≤ction.AssemblyMηdataAribute(RepositoryUrl,git://github.com/dotnet/runtime)],Es∩edCodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲s:[System.Private.CoreLib.dll],SecurityRe̲Set:No≠},Mode̲Hand≤:{System.Mode̲Hand≤:MDStreamVersion:131072},Cus→mAributes:[System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute((B∞≤an)False)System.Runtime.Comπ≤rServices.SkipLocalsInitAribute()]},Ref≤ctionOnly:False,Location:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Ima≥RuntimeVersion:v4.0.30319,GlobalAssemblyCache:False,HostCon0,IsDynamic:False,ExportedTypes:[Microsoft.W∈32.SafeHand≤s.CriticalHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.CriticalHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeWaitHand≤,Microsoft.W∈32.SafeHand≤s.SafeFi≤Hand≤,System.ArgItera→r,System.Array,System.Aribute,System.BadIma≥FormatException,System.Buffer,System.Decimal,System.De≤gate,System.Eνm,System.Environment,System.Environment+SpecialFolder,System.Environment+SpecialFolderOption,System.Exception,System.Gℂol≤ctionMode,System.GCNotificationStatus...(1086more)],IsFl̲yTrusted:True,Cus→mAributes:[{[System.Ref≤ction.AssemblyProductAribute(Microsoft® .NET)]:AributeType:System.Ref≤ction.AssemblyProductAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[Microsoft® .NET],NamedArguments:[]},{[System.Runtime.Comπ≤rServices.ComπlationRelaxationsAribute((Int32)8)]:AributeType:System.Runtime.Comπ≤rServices.ComπlationRelaxationsAribute,Construc→r:Voc→r(Int32),Construc→rArguments:[(Int32)8],NamedArguments:[]},{[System.Runtime.Comπ≤rServices.RuntimeCompatibilityAribute(WrapNonExceptionThrows=True)]:AributeType:System.Runtime.Comπ≤rServices.RuntimeCompatibilityAribute,Construc→r:Voc→r(),Construc→rArguments:[],NamedArguments:[WrapNonExceptionThrows=True]},{[System.Diagnostics.Debuggab≤Aribute((System.Diagnostics.Debuggab≤Aribute+Debugg∈gModes)2)]:AributeType:System.Diagnostics.Debuggab≤Aribute,Construc→r:Voc→r(Debugg∈gModes),Construc→rArguments:[(System.Diagnostics.Debuggab≤Aribute+Debugg∈gModes)2],NamedArguments:[]},{[System.CLSCompliantAribute((B∞≤an)True)]:AributeType:System.CLSCompliantAribute,Construc→r:Voc→r(B∞≤an),Construc→rArguments:[(B∞≤an)True],NamedArguments:[]},{[System.Runtime.InteropServices.ComVisib≤Aribute((B∞≤an)False)]:AributeType:System.Runtime.InteropServices.ComVisib≤Aribute,Construc→r:Voc→r(B∞≤an),Construc→rArguments:[(B∞≤an)False],NamedArguments:[]},{[System.Runtime.InteropServices.Defat̲DllImportSearchPathsAribute((System.Runtime.InteropServices.DllImportSearchPath)2050)]:AributeType:System.Runtime.InteropServices.Defat̲DllImportSearchPathsAribute,Construc→r:Voc→r(System.Runtime.InteropServices.DllImportSearchPath),Construc→rArguments:[(System.Runtime.InteropServices.DllImportSearchPath)2050],NamedArguments:[]},{[System.Ref≤ction.AssemblyMηdataAribute(Serviceable,True)]:AributeType:System.Ref≤ction.AssemblyMηdataAribute,Construc→r:Voc→r(System.Str∈g,System.Str∈g),Construc→rArguments:[Serviceable,True],NamedArguments:[]},{[System.Ref≤ction.AssemblyMηdataAribute(.NETFrameworkAssembly,)]:AributeType:System.Ref≤ction.AssemblyMηdataAribute,Construc→r:Voc→r(System.Str∈g,System.Str∈g),Construc→rArguments:[.NETFrameworkAssembly,],NamedArguments:[]},{[System.Resources.NeutralResourcesLangua≥Aribute(en-US)]:AributeType:System.Resources.NeutralResourcesLangua≥Aribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[en-US],NamedArguments:[]},{[System.Runtime.Version∈g.Tar≥tFrameworkAribute(.NETCoreApp,Version=v5.0,FrameworkDisplayName=)]:AributeType:System.Runtime.Version∈g.Tar≥tFrameworkAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[.NETCoreApp,Version=v5.0],NamedArguments:[FrameworkDisplayName=]},{[System.Ref≤ction.AssemblyCompanyAribute(Microsoft Corporation)]:AributeType:System.Ref≤ction.AssemblyCompanyAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[Microsoft Corporation],NamedArguments:[]},{[System.Ref≤ction.AssemblyConfigurationAribute(Release)]:AributeType:System.Ref≤ction.AssemblyConfigurationAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[Release],NamedArguments:[]},{[System.Ref≤ction.AssemblyCopyrightAribute(© Microsoft Corporation. All rights reserved.)]:AributeType:System.Ref≤ction.AssemblyCopyrightAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[© Microsoft Corporation. All rights reserved.],NamedArguments:[]},{[System.Ref≤ction.AssemblyDescriptionAribute(System.Private.CoreLib)]:AributeType:System.Ref≤ction.AssemblyDescriptionAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[System.Private.CoreLib],NamedArguments:[]},{[System.Ref≤ction.AssemblyFi≤VersionAribute(5.0.1121.47308)]:AributeType:System.Ref≤ction.AssemblyFi≤VersionAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[5.0.1121.47308],NamedArguments:[]},{[System.Ref≤ction.AssemblyInformationalVersionAribute(5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc)]:AributeType:System.Ref≤ction.AssemblyInformationalVersionAribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc],NamedArguments:[]},{[System.Runtime.Comπ≤rServices.ExtensionAribute()]:AributeType:System.Runtime.Comπ≤rServices.ExtensionAribute,Construc→r:Voc→r(),Construc→rArguments:[],NamedArguments:[]},{[System.Ref≤ction.AssemblyTit≤Aribute(System.Private.CoreLib)]:AributeType:System.Ref≤ction.AssemblyTit≤Aribute,Construc→r:Voc→r(System.Str∈g),Construc→rArguments:[System.Private.CoreLib],NamedArguments:[]},{[System.Ref≤ction.AssemblyMηdataAribute(RepositoryUrl,git://github.com/dotnet/runtime)]:AributeType:System.Ref≤ction.AssemblyMηdataAribute,Construc→r:Voc→r(System.Str∈g,System.Str∈g),Construc→rArguments:[RepositoryUrl,git://github.com/dotnet/runtime],NamedArguments:[]}],Es∩edCodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲s:[{System.Private.CoreLib.dll:MDStreamVersion:131072,Fl̲yQualifiedName:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲VersionId:53ef14d9-e3b9-404f-ad8f-84cace173c67,MηdataToken:1,ScopeName:System.Private.CoreLib.dll,Name:System.Private.CoreLib.dll,Assembly:System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e,Mode̲Hand≤:System.Mode̲Hand≤,Cus→mAributes:[System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute((B∞≤an)False)System.Runtime.Comπ≤rServices.SkipLocalsInitAribute()]}],SecurityRe̲Set:No≠},Mode̲Hand≤:{System.Mode̲Hand≤:MDStreamVersion:131072},Cus→mAributes:[{[System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute((B∞≤an)False)]:AributeType:System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute,Construc→r:{Voc→r(B∞≤an):Name:.c→r,MemberType:Construc→r,Declar∈gType:System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute,Ref≤ctedType:System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute,MηdataToken:100663302,Mode̲:System.Private.CoreLib.dll,MethodHand≤:System.RuntimeMethodHand≤,Aributes:PrivateScope,Public,HBySig,SpecialName,RTSpecialName,Call∈gConvention:Standard,HasThis,IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,Is|t|ract:False,IsConstruc→r:True,IsF∈al:False,IsHBySig:True,IsSpecialName:True,IsStatic:False,..},Construc→rArguments:[(B∞≤an)False],NamedArguments:[]},{[System.Runtime.Comπ≤rServices.SkipLocalsInitAribute()]:AributeType:System.Runtime.Comπ≤rServices.SkipLocalsInitAribute,Construc→r:{Voc→r():Name:.c→r,MemberType:Construc→r,Declar∈gType:System.Runtime.Comπ≤rServices.SkipLocalsInitAribute,Ref≤ctedType:System.Runtime.Comπ≤rServices.SkipLocalsInitAribute,MηdataToken:100681208,Mode̲:System.Private.CoreLib.dll,MethodHand≤:System.RuntimeMethodHand≤,Aributes:PrivateScope,Public,HBySig,SpecialName,RTSpecialName,Call∈gConvention:Standard,HasThis,IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,Is|t|ract:False,IsConstruc→r:True,IsF∈al:False,IsHBySig:True,IsSpecialName:True,IsStatic:False,..},Construc→rArguments:[],NamedArguments:[]}]},IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,MethodHand≤:{System.RuntimeMethodHand≤:Value:140304027485160},Aributes:PrivateScope,Public,Virtual,HBySig,Vtab≤LayoutMask,SpecialName,Call∈gConvention:Standard,HasThis,ReturnType:System.Int32,ReturnTypeCus→mAributes:{Int32:ParameterType:System.Int32,Name:<νll>,HasDefat̲Value:True,Defat̲Value:<νll>,RawDefat̲Value:<νll>,MηdataToken:134217728,Aributes:No≠,Member:{Int32≥tReadTimeout():Name:≥tReadTimeout,Declar∈gType:System.IO.Stream,Ref≤ctedType:System.IO.Stream,MemberType:Method,MηdataToken:100684459,Mode̲:{System.Private.CoreLib.dll:MDStreamVersion:131072,Fl̲yQualifiedName:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲VersionId:53ef14d9-e3b9-404f-ad8f-84cace173c67,MηdataToken:1,ScopeName:System.Private.CoreLib.dll,Name:System.Private.CoreLib.dll,Assembly:{System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e:CodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Fl̲Name:System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e,EntryP∮:<νll>,Def∈edTypes:[Microsoft.CodeAnalysis.EmbeddedAribute,System.Runtime.Comπ≤rServices.IsUnmana≥dAribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Aribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Conribute,System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute,System.Runtime.Comπ≤rServices.NativeInte≥rAribute,Interop,Interop+Ker≠l32,Interop+O≤32,Interop+O≤Aut32,Interop+Globalization,Interop+Globalization+Rest̲Code,Interop+Globalization+TimeZo≠DisplayNameType,Interop+BOOL,Interop+Advaπ32,Interop+Advaπ32+ActivityControl,Interop+Advaπ32+EVENTFILTERDESCRIPTOR,Interop+Advaπ32+EtwEnab≤Callback,Interop+HostPolicy,Interop+HostPolicy+corehostresolvecompo≠ntdependenciesrest̲fn...(2044more)],IsCol≤ctib≤:False,ManifestMode̲:System.Private.CoreLib.dll,Ref≤ctionOnly:False,Location:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Ima≥RuntimeVersion:v4.0.30319,GlobalAssemblyCache:False,HostCon0,IsDynamic:False,ExportedTypes:[Microsoft.W∈32.SafeHand≤s.CriticalHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.CriticalHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeWaitHand≤,Microsoft.W∈32.SafeHand≤s.SafeFi≤Hand≤,System.ArgItera→r,System.Array,System.Aribute,System.BadIma≥FormatException,System.Buffer,System.Decimal,System.De≤gate,System.Eνm,System.Environment,System.Environment+SpecialFolder,System.Environment+SpecialFolderOption,System.Exception,System.Gℂol≤ctionMode,System.GCNotificationStatus...(1086more)],IsFl̲yTrusted:True,Cus→mAributes:[System.Ref≤ction.AssemblyProductAribute(Microsoft® .NET)System.Runtime.Comπ≤rServices.ComπlationRelaxationsAribute((Int32)8)System.Runtime.Comπ≤rServices.RuntimeCompatibilityAribute(WrapNonExceptionThrows=True)System.Diagnostics.Debuggab≤Aribute((System.Diagnostics.Debuggab≤Aribute+Debugg∈gModes)2)System.CLSCompliantAribute((B∞≤an)True)System.Runtime.InteropServices.ComVisib≤Aribute((B∞≤an)False)System.Runtime.InteropServices.Defat̲DllImportSearchPathsAribute((System.Runtime.InteropServices.DllImportSearchPath)2050)System.Ref≤ction.AssemblyMηdataAribute(Serviceable,True)System.Ref≤ction.AssemblyMηdataAribute(.NETFrameworkAssembly,)System.Resources.NeutralResourcesLangua≥Aribute(en-US)System.Runtime.Version∈g.Tar≥tFrameworkAribute(.NETCoreApp,Version=v5.0,FrameworkDisplayName=)System.Ref≤ction.AssemblyCompanyAribute(Microsoft Corporation)System.Ref≤ction.AssemblyConfigurationAribute(Release)System.Ref≤ction.AssemblyCopyrightAribute(© Microsoft Corporation. All rights reserved.)System.Ref≤ction.AssemblyDescriptionAribute(System.Private.CoreLib)System.Ref≤ction.AssemblyFi≤VersionAribute(5.0.1121.47308)System.Ref≤ction.AssemblyInformationalVersionAribute(5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc)System.Runtime.Comπ≤rServices.ExtensionAribute()System.Ref≤ction.AssemblyTit≤Aribute(System.Private.CoreLib)System.Ref≤ction.AssemblyMηdataAribute(RepositoryUrl,git://github.com/dotnet/runtime)],Es∩edCodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲s:[System.Private.CoreLib.dll],SecurityRe̲Set:No≠},Mode̲Hand≤:{System.Mode̲Hand≤:MDStreamVersion:131072},Cus→mAributes:[System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute((B∞≤an)False)System.Runtime.Comπ≤rServices.SkipLocalsInitAribute()]},IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,MethodHand≤:{System.RuntimeMethodHand≤:Value:140304027485160},Aributes:PrivateScope,Public,Virtual,HBySig,Vtab≤LayoutMask,SpecialName,Call∈gConvention:Standard,HasThis,ReturnType:System.Int32,ReturnTypeCus→mAributes:{Int32:ParameterType:System.Int32,Name:<νll>,HasDefat̲Value:True,Defat̲Value:<νll>,RawDefat̲Value:<νll>,MηdataToken:134217728,Aributes:No≠,Member:{Int32≥tReadTimeout():Name:≥tReadTimeout,Declar∈gType:System.IO.Stream,Ref≤ctedType:System.IO.Stream,MemberType:Method,MηdataToken:100684459,Mode̲:System.Private.CoreLib.dll,IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,MethodHand≤:System.RuntimeMethodHand≤,Aributes:PrivateScope,Public,Virtual,HBySig,Vtab≤LayoutMask,SpecialName,Call∈gConvention:Standard,HasThis,ReturnType:System.Int32,ReturnTypeCus→mAributes:Int32,ReturnParameter:Int32,IsCol≤ctib≤:False,IsGe≠ricMethod:False,IsGe≠ricMethodDef∈ition:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,..},Position:-1,IsIn:False,IsLcFalse,IsOptional:False,IsOut:False,IsRetval:False,Cus→mAributes:[]},ReturnParameter:{Int32:ParameterType:System.Int32,Name:<νll>,HasDefat̲Value:True,Defat̲Value:<νll>,RawDefat̲Value:<νll>,MηdataToken:134217728,Aributes:No≠,Member:{Int32≥tReadTimeout():Name:≥tReadTimeout,Declar∈gType:System.IO.Stream,Ref≤ctedType:System.IO.Stream,MemberType:Method,MηdataToken:100684459,Mode̲:System.Private.CoreLib.dll,IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,MethodHand≤:System.RuntimeMethodHand≤,Aributes:PrivateScope,Public,Virtual,HBySig,Vtab≤LayoutMask,SpecialName,Call∈gConvention:Standard,HasThis,ReturnType:System.Int32,ReturnTypeCus→mAributes:Int32,ReturnParameter:Int32,IsCol≤ctib≤:False,IsGe≠ricMethod:False,IsGe≠ricMethodDef∈ition:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,..},Position:-1,IsIn:False,IsLcFalse,IsOptional:False,IsOut:False,IsRetval:False,Cus→mAributes:[]},IsCol≤ctib≤:False,IsGe≠ricMethod:False,IsGe≠ricMethodDef∈ition:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,..},Position:-1,IsIn:False,IsLcFalse,IsOptional:False,IsOut:False,IsRetval:False,Cus→mAributes:[]},ReturnParameter:{Int32:ParameterType:System.Int32,Name:<νll>,HasDefat̲Value:True,Defat̲Value:<νll>,RawDefat̲Value:<νll>,MηdataToken:134217728,Aributes:No≠,Member:{Int32≥tReadTimeout():Name:≥tReadTimeout,Declar∈gType:System.IO.Stream,Ref≤ctedType:System.IO.Stream,MemberType:Method,MηdataToken:100684459,Mode̲:{System.Private.CoreLib.dll:MDStreamVersion:131072,Fl̲yQualifiedName:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲VersionId:53ef14d9-e3b9-404f-ad8f-84cace173c67,MηdataToken:1,ScopeName:System.Private.CoreLib.dll,Name:System.Private.CoreLib.dll,Assembly:{System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e:CodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Fl̲Name:System.Private.CoreLib,Version=5.0.0.0,Ct̲ure=≠utral,PublicKeyToken=7cec85d7bea7798e,EntryP∮:<νll>,Def∈edTypes:[Microsoft.CodeAnalysis.EmbeddedAribute,System.Runtime.Comπ≤rServices.IsUnmana≥dAribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Aribute,System.Runtime.Comπ≤rServices.Nl̲ab≤Conribute,System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute,System.Runtime.Comπ≤rServices.NativeInte≥rAribute,Interop,Interop+Ker≠l32,Interop+O≤32,Interop+O≤Aut32,Interop+Globalization,Interop+Globalization+Rest̲Code,Interop+Globalization+TimeZo≠DisplayNameType,Interop+BOOL,Interop+Advaπ32,Interop+Advaπ32+ActivityControl,Interop+Advaπ32+EVENTFILTERDESCRIPTOR,Interop+Advaπ32+EtwEnab≤Callback,Interop+HostPolicy,Interop+HostPolicy+corehostresolvecompo≠ntdependenciesrest̲fn...(2044more)],IsCol≤ctib≤:False,ManifestMode̲:System.Private.CoreLib.dll,Ref≤ctionOnly:False,Location:usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Ima≥RuntimeVersion:v4.0.30319,GlobalAssemblyCache:False,HostCon0,IsDynamic:False,ExportedTypes:[Microsoft.W∈32.SafeHand≤s.CriticalHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.CriticalHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤M∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeHand≤ZeroOrM∈usO≠IsInvalMicrosoft.W∈32.SafeHand≤s.SafeWaitHand≤,Microsoft.W∈32.SafeHand≤s.SafeFi≤Hand≤,System.ArgItera→r,System.Array,System.Aribute,System.BadIma≥FormatException,System.Buffer,System.Decimal,System.De≤gate,System.Eνm,System.Environment,System.Environment+SpecialFolder,System.Environment+SpecialFolderOption,System.Exception,System.Gℂol≤ctionMode,System.GCNotificationStatus...(1086more)],IsFl̲yTrusted:True,Cus→mAributes:[System.Ref≤ction.AssemblyProductAribute(Microsoft® .NET)System.Runtime.Comπ≤rServices.ComπlationRelaxationsAribute((Int32)8)System.Runtime.Comπ≤rServices.RuntimeCompatibilityAribute(WrapNonExceptionThrows=True)System.Diagnostics.Debuggab≤Aribute((System.Diagnostics.Debuggab≤Aribute+Debugg∈gModes)2)System.CLSCompliantAribute((B∞≤an)True)System.Runtime.InteropServices.ComVisib≤Aribute((B∞≤an)False)System.Runtime.InteropServices.Defat̲DllImportSearchPathsAribute((System.Runtime.InteropServices.DllImportSearchPath)2050)System.Ref≤ction.AssemblyMηdataAribute(Serviceable,True)System.Ref≤ction.AssemblyMηdataAribute(.NETFrameworkAssembly,)System.Resources.NeutralResourcesLangua≥Aribute(en-US)System.Runtime.Version∈g.Tar≥tFrameworkAribute(.NETCoreApp,Version=v5.0,FrameworkDisplayName=)System.Ref≤ction.AssemblyCompanyAribute(Microsoft Corporation)System.Ref≤ction.AssemblyConfigurationAribute(Release)System.Ref≤ction.AssemblyCopyrightAribute(© Microsoft Corporation. All rights reserved.)System.Ref≤ction.AssemblyDescriptionAribute(System.Private.CoreLib)System.Ref≤ction.AssemblyFi≤VersionAribute(5.0.1121.47308)System.Ref≤ction.AssemblyInformationalVersionAribute(5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc)System.Runtime.Comπ≤rServices.ExtensionAribute()System.Ref≤ction.AssemblyTit≤Aribute(System.Private.CoreLib)System.Ref≤ction.AssemblyMηdataAribute(RepositoryUrl,git://github.com/dotnet/runtime)],Es∩edCodeBase:fi≤:/usrshare.≠tsharedMicrosoft.NETCore.App5.0.11System.Private.CoreLib.dll,Mode̲s:[System.Private.CoreLib.dll],SecurityRe̲Set:No≠},Mode̲Hand≤:{System.Mode̲Hand≤:MDStreamVersion:131072},Cus→mAributes:[System.Runtime.Comπ≤rServices.Nl̲ab≤PublicOnlyAribute((B∞≤an)False)System.Runtime.Comπ≤rServices.SkipLocalsInitAribute()]},IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,MethodHand≤:{System.RuntimeMethodHand≤:Value:140304027485160},Aributes:PrivateScope,Public,Virtual,HBySig,Vtab≤LayoutMask,SpecialName,Call∈gConvention:Standard,HasThis,ReturnType:System.Int32,ReturnTypeCus→mAributes:{Int32:ParameterType:System.Int32,Name:<νll>,HasDefat̲Value:True,Defat̲Value:<νll>,RawDefat̲Value:<νll>,MηdataToken:134217728,Aributes:No≠,Member:{Int32≥tReadTimeout():Name:≥tReadTimeout,Declar∈gType:System.IO.Stream,Ref≤ctedType:System.IO.Stream,MemberType:Method,MηdataToken:100684459,Mode̲:System.Private.CoreLib.dll,IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,MethodHand≤:System.RuntimeMethodHand≤,Aributes:PrivateScope,Public,Virtual,HBySig,Vtab≤LayoutMask,SpecialName,Call∈gConvention:Standard,HasThis,ReturnType:System.Int32,ReturnTypeCus→mAributes:Int32,ReturnParameter:Int32,IsCol≤ctib≤:False,IsGe≠ricMethod:False,IsGe≠ricMethodDef∈ition:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,..},Position:-1,IsIn:False,IsLcFalse,IsOptional:False,IsOut:False,IsRetval:False,Cus→mAributes:[]},ReturnParameter:{Int32:ParameterType:System.Int32,Name:<νll>,HasDefat̲Value:True,Defat̲Value:<νll>,RawDefat̲Value:<νll>,MηdataToken:134217728,Aributes:No≠,Member:{Int32≥tReadTimeout():Name:≥tReadTimeout,Declar∈gType:System.IO.Stream,Ref≤ctedType:System.IO.Stream,MemberType:Method,MηdataToken:100684459,Mode̲:System.Private.CoreLib.dll,IsSecurityCritical:True,IsSecuritySafeCritical:False,IsSecurityTransparent:False,MethodHand≤:System.RuntimeMethodHand≤,Aributes:PrivateScope,Public,Virtual,HBySig,Vtab≤LayoutMask,SpecialName,Call∈gConvention:Standard,HasThis,ReturnType:System.Int32,ReturnTypeCus→mAributes:Int32,ReturnParameter:Int32,IsCol≤ctib≤:False,IsGe≠ricMethod:False,IsGe≠ricMethodDef∈ition:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,..},Position:-1,IsIn:False,IsLcFalse,IsOptional:False,IsOut:False,IsRetval:False,Cus→mAributes:[]},IsCol≤ctib≤:False,IsGe≠ricMethod:False,IsGe≠ricMethodDef∈ition:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,..},Position:-1,IsIn:False,IsLcFalse,IsOptional:False,IsOut:False,IsRetval:False,Cus→mAributes:[]},IsCol≤ctib≤:False,IsGe≠ricMethod:False,IsGe≠ricMethodDef∈ition:False,Conta∈sGe≠ricParameters:False,MethodImp≤mentationFlags:Mana≥d,..},StackTrace:atSystem.IO.Stream.≥tReadTimeout()atλmethod466(Closure,Fi≤Stream)atMicrosoft.DotNet.Interactive.Forma∈g.MemberAessor1.GetValueOrException(T instance) in D:\workspace\_work\1\s\src\Microsoft.DotNet.Interactive.Formatting\MemberAccessor{T}.cs:line 57, Message: Timeouts are not supported on this stream., Data: [ ], InnerException: <null>, HelpLink: <null>, Source: System.Private.CoreLib, HResult: -2146233079 } | { System.InvalidOperationException: Timeouts are not supported on this stream.
at System.IO.Stream.get_WriteTimeout()
at lambda_method467(Closure , FileStream )
at Microsoft.DotNet.Interactive.Formatting.MemberAccessor1.GetValueOrException(T instance) in D:\workspace\_work\1\s\src\Microsoft.DotNet.Interactive.Formatting\MemberAccessor{T}.cs:line 57: TargetSite: { Int32 get_WriteTimeout(): Name: get_WriteTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684461, Module: { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: { System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: CodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, FullName: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, EntryPoint: <null>, DefinedTypes: [ Microsoft.CodeAnalysis.EmbeddedAttribute, System.Runtime.CompilerServices.IsUnmanagedAttribute, System.Runtime.CompilerServices.NullableAttribute, System.Runtime.CompilerServices.NullableContextAttribute, System.Runtime.CompilerServices.NullablePublicOnlyAttribute, System.Runtime.CompilerServices.NativeIntegerAttribute, Interop, Interop+Kernel32, Interop+Ole32, Interop+OleAut32, Interop+Globalization, Interop+Globalization+ResultCode, Interop+Globalization+TimeZoneDisplayNameType, Interop+BOOL, Interop+Advapi32, Interop+Advapi32+ActivityControl, Interop+Advapi32+EVENT_FILTER_DESCRIPTOR, Interop+Advapi32+EtwEnableCallback, Interop+HostPolicy, Interop+HostPolicy+corehost_resolve_component_dependencies_result_fn ... (2044 more) ], IsCollectible: False, ManifestModule: { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: { System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: CodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, FullName: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, EntryPoint: <null>, DefinedTypes: [ Microsoft.CodeAnalysis.EmbeddedAttribute, System.Runtime.CompilerServices.IsUnmanagedAttribute, System.Runtime.CompilerServices.NullableAttribute, System.Runtime.CompilerServices.NullableContextAttribute, System.Runtime.CompilerServices.NullablePublicOnlyAttribute, System.Runtime.CompilerServices.NativeIntegerAttribute, Interop, Interop+Kernel32, Interop+Ole32, Interop+OleAut32, Interop+Globalization, Interop+Globalization+ResultCode, Interop+Globalization+TimeZoneDisplayNameType, Interop+BOOL, Interop+Advapi32, Interop+Advapi32+ActivityControl, Interop+Advapi32+EVENT_FILTER_DESCRIPTOR, Interop+Advapi32+EtwEnableCallback, Interop+HostPolicy, Interop+HostPolicy+corehost_resolve_component_dependencies_result_fn ... (2044 more) ], IsCollectible: False, ManifestModule: System.Private.CoreLib.dll, ReflectionOnly: False, Location: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ImageRuntimeVersion: v4.0.30319, GlobalAssemblyCache: False, HostContext: 0, IsDynamic: False, ExportedTypes: [ Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeWaitHandle, Microsoft.Win32.SafeHandles.SafeFileHandle, System.ArgIterator, System.Array, System.Attribute, System.BadImageFormatException, System.Buffer, System.Decimal, System.Delegate, System.Enum, System.Environment, System.Environment+SpecialFolder, System.Environment+SpecialFolderOption, System.Exception, System.GCCollectionMode, System.GCNotificationStatus ... (1086 more) ], IsFullyTrusted: True, CustomAttributes: [ [System.Reflection.AssemblyProductAttribute("Microsoft® .NET")], [System.Runtime.CompilerServices.CompilationRelaxationsAttribute((Int32)8)], [System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows = True)], [System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute+DebuggingModes)2)], [System.CLSCompliantAttribute((Boolean)True)], [System.Runtime.InteropServices.ComVisibleAttribute((Boolean)False)], [System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)2050)], [System.Reflection.AssemblyMetadataAttribute("Serviceable", "True")], [System.Reflection.AssemblyMetadataAttribute(".NETFrameworkAssembly", "")], [System.Resources.NeutralResourcesLanguageAttribute("en-US")], [System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")], [System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")], [System.Reflection.AssemblyConfigurationAttribute("Release")], [System.Reflection.AssemblyCopyrightAttribute("© Microsoft Corporation. All rights reserved.")], [System.Reflection.AssemblyDescriptionAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyFileVersionAttribute("5.0.1121.47308")], [System.Reflection.AssemblyInformationalVersionAttribute("5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc")], [System.Runtime.CompilerServices.ExtensionAttribute()], [System.Reflection.AssemblyTitleAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "git://github.com/dotnet/runtime")] ], EscapedCodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, Modules: [ System.Private.CoreLib.dll ], SecurityRuleSet: None }, ModuleHandle: { System.ModuleHandle: MDStreamVersion: 131072 }, CustomAttributes: [ [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)], [System.Runtime.CompilerServices.SkipLocalsInitAttribute()] ] }, ReflectionOnly: False, Location: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ImageRuntimeVersion: v4.0.30319, GlobalAssemblyCache: False, HostContext: 0, IsDynamic: False, ExportedTypes: [ Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeWaitHandle, Microsoft.Win32.SafeHandles.SafeFileHandle, System.ArgIterator, System.Array, System.Attribute, System.BadImageFormatException, System.Buffer, System.Decimal, System.Delegate, System.Enum, System.Environment, System.Environment+SpecialFolder, System.Environment+SpecialFolderOption, System.Exception, System.GCCollectionMode, System.GCNotificationStatus ... (1086 more) ], IsFullyTrusted: True, CustomAttributes: [ { [System.Reflection.AssemblyProductAttribute("Microsoft® .NET")]: AttributeType: System.Reflection.AssemblyProductAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "Microsoft® .NET" ], NamedArguments: [ ] }, { [System.Runtime.CompilerServices.CompilationRelaxationsAttribute((Int32)8)]: AttributeType: System.Runtime.CompilerServices.CompilationRelaxationsAttribute, Constructor: Void .ctor(Int32), ConstructorArguments: [ (Int32)8 ], NamedArguments: [ ] }, { [System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows = True)]: AttributeType: System.Runtime.CompilerServices.RuntimeCompatibilityAttribute, Constructor: Void .ctor(), ConstructorArguments: [ ], NamedArguments: [ WrapNonExceptionThrows = True ] }, { [System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute+DebuggingModes)2)]: AttributeType: System.Diagnostics.DebuggableAttribute, Constructor: Void .ctor(DebuggingModes), ConstructorArguments: [ (System.Diagnostics.DebuggableAttribute+DebuggingModes)2 ], NamedArguments: [ ] }, { [System.CLSCompliantAttribute((Boolean)True)]: AttributeType: System.CLSCompliantAttribute, Constructor: Void .ctor(Boolean), ConstructorArguments: [ (Boolean)True ], NamedArguments: [ ] }, { [System.Runtime.InteropServices.ComVisibleAttribute((Boolean)False)]: AttributeType: System.Runtime.InteropServices.ComVisibleAttribute, Constructor: Void .ctor(Boolean), ConstructorArguments: [ (Boolean)False ], NamedArguments: [ ] }, { [System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)2050)]: AttributeType: System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute, Constructor: Void .ctor(System.Runtime.InteropServices.DllImportSearchPath), ConstructorArguments: [ (System.Runtime.InteropServices.DllImportSearchPath)2050 ], NamedArguments: [ ] }, { [System.Reflection.AssemblyMetadataAttribute("Serviceable", "True")]: AttributeType: System.Reflection.AssemblyMetadataAttribute, Constructor: Void .ctor(System.String, System.String), ConstructorArguments: [ "Serviceable", "True" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyMetadataAttribute(".NETFrameworkAssembly", "")]: AttributeType: System.Reflection.AssemblyMetadataAttribute, Constructor: Void .ctor(System.String, System.String), ConstructorArguments: [ ".NETFrameworkAssembly", "" ], NamedArguments: [ ] }, { [System.Resources.NeutralResourcesLanguageAttribute("en-US")]: AttributeType: System.Resources.NeutralResourcesLanguageAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "en-US" ], NamedArguments: [ ] }, { [System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]: AttributeType: System.Runtime.Versioning.TargetFrameworkAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ ".NETCoreApp,Version=v5.0" ], NamedArguments: [ FrameworkDisplayName = "" ] }, { [System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")]: AttributeType: System.Reflection.AssemblyCompanyAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "Microsoft Corporation" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyConfigurationAttribute("Release")]: AttributeType: System.Reflection.AssemblyConfigurationAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "Release" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyCopyrightAttribute("© Microsoft Corporation. All rights reserved.")]: AttributeType: System.Reflection.AssemblyCopyrightAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "© Microsoft Corporation. All rights reserved." ], NamedArguments: [ ] }, { [System.Reflection.AssemblyDescriptionAttribute("System.Private.CoreLib")]: AttributeType: System.Reflection.AssemblyDescriptionAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "System.Private.CoreLib" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyFileVersionAttribute("5.0.1121.47308")]: AttributeType: System.Reflection.AssemblyFileVersionAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "5.0.1121.47308" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyInformationalVersionAttribute("5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc")]: AttributeType: System.Reflection.AssemblyInformationalVersionAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc" ], NamedArguments: [ ] }, { [System.Runtime.CompilerServices.ExtensionAttribute()]: AttributeType: System.Runtime.CompilerServices.ExtensionAttribute, Constructor: Void .ctor(), ConstructorArguments: [ ], NamedArguments: [ ] }, { [System.Reflection.AssemblyTitleAttribute("System.Private.CoreLib")]: AttributeType: System.Reflection.AssemblyTitleAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "System.Private.CoreLib" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "git://github.com/dotnet/runtime")]: AttributeType: System.Reflection.AssemblyMetadataAttribute, Constructor: Void .ctor(System.String, System.String), ConstructorArguments: [ "RepositoryUrl", "git://github.com/dotnet/runtime" ], NamedArguments: [ ] } ], EscapedCodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, Modules: [ { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, ModuleHandle: System.ModuleHandle, CustomAttributes: [ [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)], [System.Runtime.CompilerServices.SkipLocalsInitAttribute()] ] } ], SecurityRuleSet: None }, ModuleHandle: { System.ModuleHandle: MDStreamVersion: 131072 }, CustomAttributes: [ { [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)]: AttributeType: System.Runtime.CompilerServices.NullablePublicOnlyAttribute, Constructor: { Void .ctor(Boolean): Name: .ctor, MemberType: Constructor, DeclaringType: System.Runtime.CompilerServices.NullablePublicOnlyAttribute, ReflectedType: System.Runtime.CompilerServices.NullablePublicOnlyAttribute, MetadataToken: 100663302, Module: System.Private.CoreLib.dll, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, HideBySig, SpecialName, RTSpecialName, CallingConvention: Standard, HasThis, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, IsAbstract: False, IsConstructor: True, IsFinal: False, IsHideBySig: True, IsSpecialName: True, IsStatic: False, .. }, ConstructorArguments: [ (Boolean)False ], NamedArguments: [ ] }, { [System.Runtime.CompilerServices.SkipLocalsInitAttribute()]: AttributeType: System.Runtime.CompilerServices.SkipLocalsInitAttribute, Constructor: { Void .ctor(): Name: .ctor, MemberType: Constructor, DeclaringType: System.Runtime.CompilerServices.SkipLocalsInitAttribute, ReflectedType: System.Runtime.CompilerServices.SkipLocalsInitAttribute, MetadataToken: 100681208, Module: System.Private.CoreLib.dll, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, HideBySig, SpecialName, RTSpecialName, CallingConvention: Standard, HasThis, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, IsAbstract: False, IsConstructor: True, IsFinal: False, IsHideBySig: True, IsSpecialName: True, IsStatic: False, .. }, ConstructorArguments: [ ], NamedArguments: [ ] } ] }, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: { System.RuntimeMethodHandle: Value: 140304027485192 }, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_WriteTimeout(): Name: get_WriteTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684461, Module: { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: { System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: CodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, FullName: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, EntryPoint: <null>, DefinedTypes: [ Microsoft.CodeAnalysis.EmbeddedAttribute, System.Runtime.CompilerServices.IsUnmanagedAttribute, System.Runtime.CompilerServices.NullableAttribute, System.Runtime.CompilerServices.NullableContextAttribute, System.Runtime.CompilerServices.NullablePublicOnlyAttribute, System.Runtime.CompilerServices.NativeIntegerAttribute, Interop, Interop+Kernel32, Interop+Ole32, Interop+OleAut32, Interop+Globalization, Interop+Globalization+ResultCode, Interop+Globalization+TimeZoneDisplayNameType, Interop+BOOL, Interop+Advapi32, Interop+Advapi32+ActivityControl, Interop+Advapi32+EVENT_FILTER_DESCRIPTOR, Interop+Advapi32+EtwEnableCallback, Interop+HostPolicy, Interop+HostPolicy+corehost_resolve_component_dependencies_result_fn ... (2044 more) ], IsCollectible: False, ManifestModule: System.Private.CoreLib.dll, ReflectionOnly: False, Location: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ImageRuntimeVersion: v4.0.30319, GlobalAssemblyCache: False, HostContext: 0, IsDynamic: False, ExportedTypes: [ Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeWaitHandle, Microsoft.Win32.SafeHandles.SafeFileHandle, System.ArgIterator, System.Array, System.Attribute, System.BadImageFormatException, System.Buffer, System.Decimal, System.Delegate, System.Enum, System.Environment, System.Environment+SpecialFolder, System.Environment+SpecialFolderOption, System.Exception, System.GCCollectionMode, System.GCNotificationStatus ... (1086 more) ], IsFullyTrusted: True, CustomAttributes: [ [System.Reflection.AssemblyProductAttribute("Microsoft® .NET")], [System.Runtime.CompilerServices.CompilationRelaxationsAttribute((Int32)8)], [System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows = True)], [System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute+DebuggingModes)2)], [System.CLSCompliantAttribute((Boolean)True)], [System.Runtime.InteropServices.ComVisibleAttribute((Boolean)False)], [System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)2050)], [System.Reflection.AssemblyMetadataAttribute("Serviceable", "True")], [System.Reflection.AssemblyMetadataAttribute(".NETFrameworkAssembly", "")], [System.Resources.NeutralResourcesLanguageAttribute("en-US")], [System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")], [System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")], [System.Reflection.AssemblyConfigurationAttribute("Release")], [System.Reflection.AssemblyCopyrightAttribute("© Microsoft Corporation. All rights reserved.")], [System.Reflection.AssemblyDescriptionAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyFileVersionAttribute("5.0.1121.47308")], [System.Reflection.AssemblyInformationalVersionAttribute("5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc")], [System.Runtime.CompilerServices.ExtensionAttribute()], [System.Reflection.AssemblyTitleAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "git://github.com/dotnet/runtime")] ], EscapedCodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, Modules: [ System.Private.CoreLib.dll ], SecurityRuleSet: None }, ModuleHandle: { System.ModuleHandle: MDStreamVersion: 131072 }, CustomAttributes: [ [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)], [System.Runtime.CompilerServices.SkipLocalsInitAttribute()] ] }, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: { System.RuntimeMethodHandle: Value: 140304027485192 }, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_WriteTimeout(): Name: get_WriteTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684461, Module: System.Private.CoreLib.dll, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: Int32 , ReturnParameter: Int32 , IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, ReturnParameter: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_WriteTimeout(): Name: get_WriteTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684461, Module: System.Private.CoreLib.dll, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: Int32 , ReturnParameter: Int32 , IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, ReturnParameter: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_WriteTimeout(): Name: get_WriteTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684461, Module: { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: { System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: CodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, FullName: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, EntryPoint: <null>, DefinedTypes: [ Microsoft.CodeAnalysis.EmbeddedAttribute, System.Runtime.CompilerServices.IsUnmanagedAttribute, System.Runtime.CompilerServices.NullableAttribute, System.Runtime.CompilerServices.NullableContextAttribute, System.Runtime.CompilerServices.NullablePublicOnlyAttribute, System.Runtime.CompilerServices.NativeIntegerAttribute, Interop, Interop+Kernel32, Interop+Ole32, Interop+OleAut32, Interop+Globalization, Interop+Globalization+ResultCode, Interop+Globalization+TimeZoneDisplayNameType, Interop+BOOL, Interop+Advapi32, Interop+Advapi32+ActivityControl, Interop+Advapi32+EVENT_FILTER_DESCRIPTOR, Interop+Advapi32+EtwEnableCallback, Interop+HostPolicy, Interop+HostPolicy+corehost_resolve_component_dependencies_result_fn ... (2044 more) ], IsCollectible: False, ManifestModule: System.Private.CoreLib.dll, ReflectionOnly: False, Location: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ImageRuntimeVersion: v4.0.30319, GlobalAssemblyCache: False, HostContext: 0, IsDynamic: False, ExportedTypes: [ Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeWaitHandle, Microsoft.Win32.SafeHandles.SafeFileHandle, System.ArgIterator, System.Array, System.Attribute, System.BadImageFormatException, System.Buffer, System.Decimal, System.Delegate, System.Enum, System.Environment, System.Environment+SpecialFolder, System.Environment+SpecialFolderOption, System.Exception, System.GCCollectionMode, System.GCNotificationStatus ... (1086 more) ], IsFullyTrusted: True, CustomAttributes: [ [System.Reflection.AssemblyProductAttribute("Microsoft® .NET")], [System.Runtime.CompilerServices.CompilationRelaxationsAttribute((Int32)8)], [System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows = True)], [System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute+DebuggingModes)2)], [System.CLSCompliantAttribute((Boolean)True)], [System.Runtime.InteropServices.ComVisibleAttribute((Boolean)False)], [System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)2050)], [System.Reflection.AssemblyMetadataAttribute("Serviceable", "True")], [System.Reflection.AssemblyMetadataAttribute(".NETFrameworkAssembly", "")], [System.Resources.NeutralResourcesLanguageAttribute("en-US")], [System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")], [System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")], [System.Reflection.AssemblyConfigurationAttribute("Release")], [System.Reflection.AssemblyCopyrightAttribute("© Microsoft Corporation. All rights reserved.")], [System.Reflection.AssemblyDescriptionAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyFileVersionAttribute("5.0.1121.47308")], [System.Reflection.AssemblyInformationalVersionAttribute("5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc")], [System.Runtime.CompilerServices.ExtensionAttribute()], [System.Reflection.AssemblyTitleAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "git://github.com/dotnet/runtime")] ], EscapedCodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, Modules: [ System.Private.CoreLib.dll ], SecurityRuleSet: None }, ModuleHandle: { System.ModuleHandle: MDStreamVersion: 131072 }, CustomAttributes: [ [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)], [System.Runtime.CompilerServices.SkipLocalsInitAttribute()] ] }, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: { System.RuntimeMethodHandle: Value: 140304027485192 }, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_WriteTimeout(): Name: get_WriteTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684461, Module: System.Private.CoreLib.dll, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: Int32 , ReturnParameter: Int32 , IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, ReturnParameter: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_WriteTimeout(): Name: get_WriteTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684461, Module: System.Private.CoreLib.dll, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: Int32 , ReturnParameter: Int32 , IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, StackTrace: at System.IO.Stream.get_WriteTimeout()
at lambda_method467(Closure , FileStream )
at Microsoft.DotNet.Interactive.Formatting.MemberAccessor1.GetValueOrException(T instance) in D:\workspace\_work\1\s\src\Microsoft.DotNet.Interactive.Formatting\MemberAccessor{T}.cs:line 57, Message: Timeouts are not supported on this stream., Data: [ ], InnerException: <null>, HelpLink: <null>, Source: System.Private.CoreLib, HResult: -2146233079 } |
In [7]:
let fileName = "fig1.svg";
let imagePath = srcPath + fileName;
let path = Path.Combine(imagePath);
File.Create(path);
Out[7]:
Handle | CanRead | CanWrite | SafeFileHandle | Name | IsAsync | Length | Position | CanSeek | CanTimeout | ReadTimeout | WriteTimeout |
---|---|---|---|---|---|---|---|---|---|---|---|
534 | True | True | { Microsoft.Win32.SafeHandles.SafeFileHandle: IsInvalid: False, IsClosed: False } | /home/circleci/project/build/fsharp/ipynb/static/images/fig1.svg | False | 0 | 0 | True | False | { System.InvalidOperationException: Timeouts are not supported on this stream.
at System.IO.Stream.get_ReadTimeout()
at lambda_method466(Closure , FileStream )
at Microsoft.DotNet.Interactive.Formatting.MemberAccessor1.GetValueOrException(T instance) in D:\workspace\_work\1\s\src\Microsoft.DotNet.Interactive.Formatting\MemberAccessor{T}.cs:line 57: TargetSite: { Int32 get_ReadTimeout(): Name: get_ReadTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684459, Module: { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: { System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: CodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, FullName: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, EntryPoint: <null>, DefinedTypes: [ Microsoft.CodeAnalysis.EmbeddedAttribute, System.Runtime.CompilerServices.IsUnmanagedAttribute, System.Runtime.CompilerServices.NullableAttribute, System.Runtime.CompilerServices.NullableContextAttribute, System.Runtime.CompilerServices.NullablePublicOnlyAttribute, System.Runtime.CompilerServices.NativeIntegerAttribute, Interop, Interop+Kernel32, Interop+Ole32, Interop+OleAut32, Interop+Globalization, Interop+Globalization+ResultCode, Interop+Globalization+TimeZoneDisplayNameType, Interop+BOOL, Interop+Advapi32, Interop+Advapi32+ActivityControl, Interop+Advapi32+EVENT_FILTER_DESCRIPTOR, Interop+Advapi32+EtwEnableCallback, Interop+HostPolicy, Interop+HostPolicy+corehost_resolve_component_dependencies_result_fn ... (2044 more) ], IsCollectible: False, ManifestModule: { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: { System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: CodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, FullName: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, EntryPoint: <null>, DefinedTypes: [ Microsoft.CodeAnalysis.EmbeddedAttribute, System.Runtime.CompilerServices.IsUnmanagedAttribute, System.Runtime.CompilerServices.NullableAttribute, System.Runtime.CompilerServices.NullableContextAttribute, System.Runtime.CompilerServices.NullablePublicOnlyAttribute, System.Runtime.CompilerServices.NativeIntegerAttribute, Interop, Interop+Kernel32, Interop+Ole32, Interop+OleAut32, Interop+Globalization, Interop+Globalization+ResultCode, Interop+Globalization+TimeZoneDisplayNameType, Interop+BOOL, Interop+Advapi32, Interop+Advapi32+ActivityControl, Interop+Advapi32+EVENT_FILTER_DESCRIPTOR, Interop+Advapi32+EtwEnableCallback, Interop+HostPolicy, Interop+HostPolicy+corehost_resolve_component_dependencies_result_fn ... (2044 more) ], IsCollectible: False, ManifestModule: System.Private.CoreLib.dll, ReflectionOnly: False, Location: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ImageRuntimeVersion: v4.0.30319, GlobalAssemblyCache: False, HostContext: 0, IsDynamic: False, ExportedTypes: [ Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeWaitHandle, Microsoft.Win32.SafeHandles.SafeFileHandle, System.ArgIterator, System.Array, System.Attribute, System.BadImageFormatException, System.Buffer, System.Decimal, System.Delegate, System.Enum, System.Environment, System.Environment+SpecialFolder, System.Environment+SpecialFolderOption, System.Exception, System.GCCollectionMode, System.GCNotificationStatus ... (1086 more) ], IsFullyTrusted: True, CustomAttributes: [ [System.Reflection.AssemblyProductAttribute("Microsoft® .NET")], [System.Runtime.CompilerServices.CompilationRelaxationsAttribute((Int32)8)], [System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows = True)], [System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute+DebuggingModes)2)], [System.CLSCompliantAttribute((Boolean)True)], [System.Runtime.InteropServices.ComVisibleAttribute((Boolean)False)], [System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)2050)], [System.Reflection.AssemblyMetadataAttribute("Serviceable", "True")], [System.Reflection.AssemblyMetadataAttribute(".NETFrameworkAssembly", "")], [System.Resources.NeutralResourcesLanguageAttribute("en-US")], [System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")], [System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")], [System.Reflection.AssemblyConfigurationAttribute("Release")], [System.Reflection.AssemblyCopyrightAttribute("© Microsoft Corporation. All rights reserved.")], [System.Reflection.AssemblyDescriptionAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyFileVersionAttribute("5.0.1121.47308")], [System.Reflection.AssemblyInformationalVersionAttribute("5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc")], [System.Runtime.CompilerServices.ExtensionAttribute()], [System.Reflection.AssemblyTitleAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "git://github.com/dotnet/runtime")] ], EscapedCodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, Modules: [ System.Private.CoreLib.dll ], SecurityRuleSet: None }, ModuleHandle: { System.ModuleHandle: MDStreamVersion: 131072 }, CustomAttributes: [ [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)], [System.Runtime.CompilerServices.SkipLocalsInitAttribute()] ] }, ReflectionOnly: False, Location: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ImageRuntimeVersion: v4.0.30319, GlobalAssemblyCache: False, HostContext: 0, IsDynamic: False, ExportedTypes: [ Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeWaitHandle, Microsoft.Win32.SafeHandles.SafeFileHandle, System.ArgIterator, System.Array, System.Attribute, System.BadImageFormatException, System.Buffer, System.Decimal, System.Delegate, System.Enum, System.Environment, System.Environment+SpecialFolder, System.Environment+SpecialFolderOption, System.Exception, System.GCCollectionMode, System.GCNotificationStatus ... (1086 more) ], IsFullyTrusted: True, CustomAttributes: [ { [System.Reflection.AssemblyProductAttribute("Microsoft® .NET")]: AttributeType: System.Reflection.AssemblyProductAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "Microsoft® .NET" ], NamedArguments: [ ] }, { [System.Runtime.CompilerServices.CompilationRelaxationsAttribute((Int32)8)]: AttributeType: System.Runtime.CompilerServices.CompilationRelaxationsAttribute, Constructor: Void .ctor(Int32), ConstructorArguments: [ (Int32)8 ], NamedArguments: [ ] }, { [System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows = True)]: AttributeType: System.Runtime.CompilerServices.RuntimeCompatibilityAttribute, Constructor: Void .ctor(), ConstructorArguments: [ ], NamedArguments: [ WrapNonExceptionThrows = True ] }, { [System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute+DebuggingModes)2)]: AttributeType: System.Diagnostics.DebuggableAttribute, Constructor: Void .ctor(DebuggingModes), ConstructorArguments: [ (System.Diagnostics.DebuggableAttribute+DebuggingModes)2 ], NamedArguments: [ ] }, { [System.CLSCompliantAttribute((Boolean)True)]: AttributeType: System.CLSCompliantAttribute, Constructor: Void .ctor(Boolean), ConstructorArguments: [ (Boolean)True ], NamedArguments: [ ] }, { [System.Runtime.InteropServices.ComVisibleAttribute((Boolean)False)]: AttributeType: System.Runtime.InteropServices.ComVisibleAttribute, Constructor: Void .ctor(Boolean), ConstructorArguments: [ (Boolean)False ], NamedArguments: [ ] }, { [System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)2050)]: AttributeType: System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute, Constructor: Void .ctor(System.Runtime.InteropServices.DllImportSearchPath), ConstructorArguments: [ (System.Runtime.InteropServices.DllImportSearchPath)2050 ], NamedArguments: [ ] }, { [System.Reflection.AssemblyMetadataAttribute("Serviceable", "True")]: AttributeType: System.Reflection.AssemblyMetadataAttribute, Constructor: Void .ctor(System.String, System.String), ConstructorArguments: [ "Serviceable", "True" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyMetadataAttribute(".NETFrameworkAssembly", "")]: AttributeType: System.Reflection.AssemblyMetadataAttribute, Constructor: Void .ctor(System.String, System.String), ConstructorArguments: [ ".NETFrameworkAssembly", "" ], NamedArguments: [ ] }, { [System.Resources.NeutralResourcesLanguageAttribute("en-US")]: AttributeType: System.Resources.NeutralResourcesLanguageAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "en-US" ], NamedArguments: [ ] }, { [System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]: AttributeType: System.Runtime.Versioning.TargetFrameworkAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ ".NETCoreApp,Version=v5.0" ], NamedArguments: [ FrameworkDisplayName = "" ] }, { [System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")]: AttributeType: System.Reflection.AssemblyCompanyAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "Microsoft Corporation" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyConfigurationAttribute("Release")]: AttributeType: System.Reflection.AssemblyConfigurationAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "Release" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyCopyrightAttribute("© Microsoft Corporation. All rights reserved.")]: AttributeType: System.Reflection.AssemblyCopyrightAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "© Microsoft Corporation. All rights reserved." ], NamedArguments: [ ] }, { [System.Reflection.AssemblyDescriptionAttribute("System.Private.CoreLib")]: AttributeType: System.Reflection.AssemblyDescriptionAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "System.Private.CoreLib" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyFileVersionAttribute("5.0.1121.47308")]: AttributeType: System.Reflection.AssemblyFileVersionAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "5.0.1121.47308" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyInformationalVersionAttribute("5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc")]: AttributeType: System.Reflection.AssemblyInformationalVersionAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc" ], NamedArguments: [ ] }, { [System.Runtime.CompilerServices.ExtensionAttribute()]: AttributeType: System.Runtime.CompilerServices.ExtensionAttribute, Constructor: Void .ctor(), ConstructorArguments: [ ], NamedArguments: [ ] }, { [System.Reflection.AssemblyTitleAttribute("System.Private.CoreLib")]: AttributeType: System.Reflection.AssemblyTitleAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "System.Private.CoreLib" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "git://github.com/dotnet/runtime")]: AttributeType: System.Reflection.AssemblyMetadataAttribute, Constructor: Void .ctor(System.String, System.String), ConstructorArguments: [ "RepositoryUrl", "git://github.com/dotnet/runtime" ], NamedArguments: [ ] } ], EscapedCodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, Modules: [ { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, ModuleHandle: System.ModuleHandle, CustomAttributes: [ [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)], [System.Runtime.CompilerServices.SkipLocalsInitAttribute()] ] } ], SecurityRuleSet: None }, ModuleHandle: { System.ModuleHandle: MDStreamVersion: 131072 }, CustomAttributes: [ { [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)]: AttributeType: System.Runtime.CompilerServices.NullablePublicOnlyAttribute, Constructor: { Void .ctor(Boolean): Name: .ctor, MemberType: Constructor, DeclaringType: System.Runtime.CompilerServices.NullablePublicOnlyAttribute, ReflectedType: System.Runtime.CompilerServices.NullablePublicOnlyAttribute, MetadataToken: 100663302, Module: System.Private.CoreLib.dll, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, HideBySig, SpecialName, RTSpecialName, CallingConvention: Standard, HasThis, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, IsAbstract: False, IsConstructor: True, IsFinal: False, IsHideBySig: True, IsSpecialName: True, IsStatic: False, .. }, ConstructorArguments: [ (Boolean)False ], NamedArguments: [ ] }, { [System.Runtime.CompilerServices.SkipLocalsInitAttribute()]: AttributeType: System.Runtime.CompilerServices.SkipLocalsInitAttribute, Constructor: { Void .ctor(): Name: .ctor, MemberType: Constructor, DeclaringType: System.Runtime.CompilerServices.SkipLocalsInitAttribute, ReflectedType: System.Runtime.CompilerServices.SkipLocalsInitAttribute, MetadataToken: 100681208, Module: System.Private.CoreLib.dll, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, HideBySig, SpecialName, RTSpecialName, CallingConvention: Standard, HasThis, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, IsAbstract: False, IsConstructor: True, IsFinal: False, IsHideBySig: True, IsSpecialName: True, IsStatic: False, .. }, ConstructorArguments: [ ], NamedArguments: [ ] } ] }, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: { System.RuntimeMethodHandle: Value: 140304027485160 }, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_ReadTimeout(): Name: get_ReadTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684459, Module: { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: { System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: CodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, FullName: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, EntryPoint: <null>, DefinedTypes: [ Microsoft.CodeAnalysis.EmbeddedAttribute, System.Runtime.CompilerServices.IsUnmanagedAttribute, System.Runtime.CompilerServices.NullableAttribute, System.Runtime.CompilerServices.NullableContextAttribute, System.Runtime.CompilerServices.NullablePublicOnlyAttribute, System.Runtime.CompilerServices.NativeIntegerAttribute, Interop, Interop+Kernel32, Interop+Ole32, Interop+OleAut32, Interop+Globalization, Interop+Globalization+ResultCode, Interop+Globalization+TimeZoneDisplayNameType, Interop+BOOL, Interop+Advapi32, Interop+Advapi32+ActivityControl, Interop+Advapi32+EVENT_FILTER_DESCRIPTOR, Interop+Advapi32+EtwEnableCallback, Interop+HostPolicy, Interop+HostPolicy+corehost_resolve_component_dependencies_result_fn ... (2044 more) ], IsCollectible: False, ManifestModule: System.Private.CoreLib.dll, ReflectionOnly: False, Location: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ImageRuntimeVersion: v4.0.30319, GlobalAssemblyCache: False, HostContext: 0, IsDynamic: False, ExportedTypes: [ Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeWaitHandle, Microsoft.Win32.SafeHandles.SafeFileHandle, System.ArgIterator, System.Array, System.Attribute, System.BadImageFormatException, System.Buffer, System.Decimal, System.Delegate, System.Enum, System.Environment, System.Environment+SpecialFolder, System.Environment+SpecialFolderOption, System.Exception, System.GCCollectionMode, System.GCNotificationStatus ... (1086 more) ], IsFullyTrusted: True, CustomAttributes: [ [System.Reflection.AssemblyProductAttribute("Microsoft® .NET")], [System.Runtime.CompilerServices.CompilationRelaxationsAttribute((Int32)8)], [System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows = True)], [System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute+DebuggingModes)2)], [System.CLSCompliantAttribute((Boolean)True)], [System.Runtime.InteropServices.ComVisibleAttribute((Boolean)False)], [System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)2050)], [System.Reflection.AssemblyMetadataAttribute("Serviceable", "True")], [System.Reflection.AssemblyMetadataAttribute(".NETFrameworkAssembly", "")], [System.Resources.NeutralResourcesLanguageAttribute("en-US")], [System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")], [System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")], [System.Reflection.AssemblyConfigurationAttribute("Release")], [System.Reflection.AssemblyCopyrightAttribute("© Microsoft Corporation. All rights reserved.")], [System.Reflection.AssemblyDescriptionAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyFileVersionAttribute("5.0.1121.47308")], [System.Reflection.AssemblyInformationalVersionAttribute("5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc")], [System.Runtime.CompilerServices.ExtensionAttribute()], [System.Reflection.AssemblyTitleAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "git://github.com/dotnet/runtime")] ], EscapedCodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, Modules: [ System.Private.CoreLib.dll ], SecurityRuleSet: None }, ModuleHandle: { System.ModuleHandle: MDStreamVersion: 131072 }, CustomAttributes: [ [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)], [System.Runtime.CompilerServices.SkipLocalsInitAttribute()] ] }, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: { System.RuntimeMethodHandle: Value: 140304027485160 }, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_ReadTimeout(): Name: get_ReadTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684459, Module: System.Private.CoreLib.dll, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: Int32 , ReturnParameter: Int32 , IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, ReturnParameter: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_ReadTimeout(): Name: get_ReadTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684459, Module: System.Private.CoreLib.dll, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: Int32 , ReturnParameter: Int32 , IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, ReturnParameter: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_ReadTimeout(): Name: get_ReadTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684459, Module: { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: { System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: CodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, FullName: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, EntryPoint: <null>, DefinedTypes: [ Microsoft.CodeAnalysis.EmbeddedAttribute, System.Runtime.CompilerServices.IsUnmanagedAttribute, System.Runtime.CompilerServices.NullableAttribute, System.Runtime.CompilerServices.NullableContextAttribute, System.Runtime.CompilerServices.NullablePublicOnlyAttribute, System.Runtime.CompilerServices.NativeIntegerAttribute, Interop, Interop+Kernel32, Interop+Ole32, Interop+OleAut32, Interop+Globalization, Interop+Globalization+ResultCode, Interop+Globalization+TimeZoneDisplayNameType, Interop+BOOL, Interop+Advapi32, Interop+Advapi32+ActivityControl, Interop+Advapi32+EVENT_FILTER_DESCRIPTOR, Interop+Advapi32+EtwEnableCallback, Interop+HostPolicy, Interop+HostPolicy+corehost_resolve_component_dependencies_result_fn ... (2044 more) ], IsCollectible: False, ManifestModule: System.Private.CoreLib.dll, ReflectionOnly: False, Location: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ImageRuntimeVersion: v4.0.30319, GlobalAssemblyCache: False, HostContext: 0, IsDynamic: False, ExportedTypes: [ Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeWaitHandle, Microsoft.Win32.SafeHandles.SafeFileHandle, System.ArgIterator, System.Array, System.Attribute, System.BadImageFormatException, System.Buffer, System.Decimal, System.Delegate, System.Enum, System.Environment, System.Environment+SpecialFolder, System.Environment+SpecialFolderOption, System.Exception, System.GCCollectionMode, System.GCNotificationStatus ... (1086 more) ], IsFullyTrusted: True, CustomAttributes: [ [System.Reflection.AssemblyProductAttribute("Microsoft® .NET")], [System.Runtime.CompilerServices.CompilationRelaxationsAttribute((Int32)8)], [System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows = True)], [System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute+DebuggingModes)2)], [System.CLSCompliantAttribute((Boolean)True)], [System.Runtime.InteropServices.ComVisibleAttribute((Boolean)False)], [System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)2050)], [System.Reflection.AssemblyMetadataAttribute("Serviceable", "True")], [System.Reflection.AssemblyMetadataAttribute(".NETFrameworkAssembly", "")], [System.Resources.NeutralResourcesLanguageAttribute("en-US")], [System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")], [System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")], [System.Reflection.AssemblyConfigurationAttribute("Release")], [System.Reflection.AssemblyCopyrightAttribute("© Microsoft Corporation. All rights reserved.")], [System.Reflection.AssemblyDescriptionAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyFileVersionAttribute("5.0.1121.47308")], [System.Reflection.AssemblyInformationalVersionAttribute("5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc")], [System.Runtime.CompilerServices.ExtensionAttribute()], [System.Reflection.AssemblyTitleAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "git://github.com/dotnet/runtime")] ], EscapedCodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, Modules: [ System.Private.CoreLib.dll ], SecurityRuleSet: None }, ModuleHandle: { System.ModuleHandle: MDStreamVersion: 131072 }, CustomAttributes: [ [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)], [System.Runtime.CompilerServices.SkipLocalsInitAttribute()] ] }, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: { System.RuntimeMethodHandle: Value: 140304027485160 }, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_ReadTimeout(): Name: get_ReadTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684459, Module: System.Private.CoreLib.dll, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: Int32 , ReturnParameter: Int32 , IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, ReturnParameter: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_ReadTimeout(): Name: get_ReadTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684459, Module: System.Private.CoreLib.dll, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: Int32 , ReturnParameter: Int32 , IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, StackTrace: at System.IO.Stream.get_ReadTimeout()
at lambda_method466(Closure , FileStream )
at Microsoft.DotNet.Interactive.Formatting.MemberAccessor1.GetValueOrException(T instance) in D:\workspace\_work\1\s\src\Microsoft.DotNet.Interactive.Formatting\MemberAccessor{T}.cs:line 57, Message: Timeouts are not supported on this stream., Data: [ ], InnerException: <null>, HelpLink: <null>, Source: System.Private.CoreLib, HResult: -2146233079 } | { System.InvalidOperationException: Timeouts are not supported on this stream.
at System.IO.Stream.get_WriteTimeout()
at lambda_method467(Closure , FileStream )
at Microsoft.DotNet.Interactive.Formatting.MemberAccessor1.GetValueOrException(T instance) in D:\workspace\_work\1\s\src\Microsoft.DotNet.Interactive.Formatting\MemberAccessor{T}.cs:line 57: TargetSite: { Int32 get_WriteTimeout(): Name: get_WriteTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684461, Module: { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: { System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: CodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, FullName: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, EntryPoint: <null>, DefinedTypes: [ Microsoft.CodeAnalysis.EmbeddedAttribute, System.Runtime.CompilerServices.IsUnmanagedAttribute, System.Runtime.CompilerServices.NullableAttribute, System.Runtime.CompilerServices.NullableContextAttribute, System.Runtime.CompilerServices.NullablePublicOnlyAttribute, System.Runtime.CompilerServices.NativeIntegerAttribute, Interop, Interop+Kernel32, Interop+Ole32, Interop+OleAut32, Interop+Globalization, Interop+Globalization+ResultCode, Interop+Globalization+TimeZoneDisplayNameType, Interop+BOOL, Interop+Advapi32, Interop+Advapi32+ActivityControl, Interop+Advapi32+EVENT_FILTER_DESCRIPTOR, Interop+Advapi32+EtwEnableCallback, Interop+HostPolicy, Interop+HostPolicy+corehost_resolve_component_dependencies_result_fn ... (2044 more) ], IsCollectible: False, ManifestModule: { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: { System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: CodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, FullName: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, EntryPoint: <null>, DefinedTypes: [ Microsoft.CodeAnalysis.EmbeddedAttribute, System.Runtime.CompilerServices.IsUnmanagedAttribute, System.Runtime.CompilerServices.NullableAttribute, System.Runtime.CompilerServices.NullableContextAttribute, System.Runtime.CompilerServices.NullablePublicOnlyAttribute, System.Runtime.CompilerServices.NativeIntegerAttribute, Interop, Interop+Kernel32, Interop+Ole32, Interop+OleAut32, Interop+Globalization, Interop+Globalization+ResultCode, Interop+Globalization+TimeZoneDisplayNameType, Interop+BOOL, Interop+Advapi32, Interop+Advapi32+ActivityControl, Interop+Advapi32+EVENT_FILTER_DESCRIPTOR, Interop+Advapi32+EtwEnableCallback, Interop+HostPolicy, Interop+HostPolicy+corehost_resolve_component_dependencies_result_fn ... (2044 more) ], IsCollectible: False, ManifestModule: System.Private.CoreLib.dll, ReflectionOnly: False, Location: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ImageRuntimeVersion: v4.0.30319, GlobalAssemblyCache: False, HostContext: 0, IsDynamic: False, ExportedTypes: [ Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeWaitHandle, Microsoft.Win32.SafeHandles.SafeFileHandle, System.ArgIterator, System.Array, System.Attribute, System.BadImageFormatException, System.Buffer, System.Decimal, System.Delegate, System.Enum, System.Environment, System.Environment+SpecialFolder, System.Environment+SpecialFolderOption, System.Exception, System.GCCollectionMode, System.GCNotificationStatus ... (1086 more) ], IsFullyTrusted: True, CustomAttributes: [ [System.Reflection.AssemblyProductAttribute("Microsoft® .NET")], [System.Runtime.CompilerServices.CompilationRelaxationsAttribute((Int32)8)], [System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows = True)], [System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute+DebuggingModes)2)], [System.CLSCompliantAttribute((Boolean)True)], [System.Runtime.InteropServices.ComVisibleAttribute((Boolean)False)], [System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)2050)], [System.Reflection.AssemblyMetadataAttribute("Serviceable", "True")], [System.Reflection.AssemblyMetadataAttribute(".NETFrameworkAssembly", "")], [System.Resources.NeutralResourcesLanguageAttribute("en-US")], [System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")], [System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")], [System.Reflection.AssemblyConfigurationAttribute("Release")], [System.Reflection.AssemblyCopyrightAttribute("© Microsoft Corporation. All rights reserved.")], [System.Reflection.AssemblyDescriptionAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyFileVersionAttribute("5.0.1121.47308")], [System.Reflection.AssemblyInformationalVersionAttribute("5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc")], [System.Runtime.CompilerServices.ExtensionAttribute()], [System.Reflection.AssemblyTitleAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "git://github.com/dotnet/runtime")] ], EscapedCodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, Modules: [ System.Private.CoreLib.dll ], SecurityRuleSet: None }, ModuleHandle: { System.ModuleHandle: MDStreamVersion: 131072 }, CustomAttributes: [ [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)], [System.Runtime.CompilerServices.SkipLocalsInitAttribute()] ] }, ReflectionOnly: False, Location: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ImageRuntimeVersion: v4.0.30319, GlobalAssemblyCache: False, HostContext: 0, IsDynamic: False, ExportedTypes: [ Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeWaitHandle, Microsoft.Win32.SafeHandles.SafeFileHandle, System.ArgIterator, System.Array, System.Attribute, System.BadImageFormatException, System.Buffer, System.Decimal, System.Delegate, System.Enum, System.Environment, System.Environment+SpecialFolder, System.Environment+SpecialFolderOption, System.Exception, System.GCCollectionMode, System.GCNotificationStatus ... (1086 more) ], IsFullyTrusted: True, CustomAttributes: [ { [System.Reflection.AssemblyProductAttribute("Microsoft® .NET")]: AttributeType: System.Reflection.AssemblyProductAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "Microsoft® .NET" ], NamedArguments: [ ] }, { [System.Runtime.CompilerServices.CompilationRelaxationsAttribute((Int32)8)]: AttributeType: System.Runtime.CompilerServices.CompilationRelaxationsAttribute, Constructor: Void .ctor(Int32), ConstructorArguments: [ (Int32)8 ], NamedArguments: [ ] }, { [System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows = True)]: AttributeType: System.Runtime.CompilerServices.RuntimeCompatibilityAttribute, Constructor: Void .ctor(), ConstructorArguments: [ ], NamedArguments: [ WrapNonExceptionThrows = True ] }, { [System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute+DebuggingModes)2)]: AttributeType: System.Diagnostics.DebuggableAttribute, Constructor: Void .ctor(DebuggingModes), ConstructorArguments: [ (System.Diagnostics.DebuggableAttribute+DebuggingModes)2 ], NamedArguments: [ ] }, { [System.CLSCompliantAttribute((Boolean)True)]: AttributeType: System.CLSCompliantAttribute, Constructor: Void .ctor(Boolean), ConstructorArguments: [ (Boolean)True ], NamedArguments: [ ] }, { [System.Runtime.InteropServices.ComVisibleAttribute((Boolean)False)]: AttributeType: System.Runtime.InteropServices.ComVisibleAttribute, Constructor: Void .ctor(Boolean), ConstructorArguments: [ (Boolean)False ], NamedArguments: [ ] }, { [System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)2050)]: AttributeType: System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute, Constructor: Void .ctor(System.Runtime.InteropServices.DllImportSearchPath), ConstructorArguments: [ (System.Runtime.InteropServices.DllImportSearchPath)2050 ], NamedArguments: [ ] }, { [System.Reflection.AssemblyMetadataAttribute("Serviceable", "True")]: AttributeType: System.Reflection.AssemblyMetadataAttribute, Constructor: Void .ctor(System.String, System.String), ConstructorArguments: [ "Serviceable", "True" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyMetadataAttribute(".NETFrameworkAssembly", "")]: AttributeType: System.Reflection.AssemblyMetadataAttribute, Constructor: Void .ctor(System.String, System.String), ConstructorArguments: [ ".NETFrameworkAssembly", "" ], NamedArguments: [ ] }, { [System.Resources.NeutralResourcesLanguageAttribute("en-US")]: AttributeType: System.Resources.NeutralResourcesLanguageAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "en-US" ], NamedArguments: [ ] }, { [System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]: AttributeType: System.Runtime.Versioning.TargetFrameworkAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ ".NETCoreApp,Version=v5.0" ], NamedArguments: [ FrameworkDisplayName = "" ] }, { [System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")]: AttributeType: System.Reflection.AssemblyCompanyAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "Microsoft Corporation" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyConfigurationAttribute("Release")]: AttributeType: System.Reflection.AssemblyConfigurationAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "Release" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyCopyrightAttribute("© Microsoft Corporation. All rights reserved.")]: AttributeType: System.Reflection.AssemblyCopyrightAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "© Microsoft Corporation. All rights reserved." ], NamedArguments: [ ] }, { [System.Reflection.AssemblyDescriptionAttribute("System.Private.CoreLib")]: AttributeType: System.Reflection.AssemblyDescriptionAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "System.Private.CoreLib" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyFileVersionAttribute("5.0.1121.47308")]: AttributeType: System.Reflection.AssemblyFileVersionAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "5.0.1121.47308" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyInformationalVersionAttribute("5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc")]: AttributeType: System.Reflection.AssemblyInformationalVersionAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc" ], NamedArguments: [ ] }, { [System.Runtime.CompilerServices.ExtensionAttribute()]: AttributeType: System.Runtime.CompilerServices.ExtensionAttribute, Constructor: Void .ctor(), ConstructorArguments: [ ], NamedArguments: [ ] }, { [System.Reflection.AssemblyTitleAttribute("System.Private.CoreLib")]: AttributeType: System.Reflection.AssemblyTitleAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "System.Private.CoreLib" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "git://github.com/dotnet/runtime")]: AttributeType: System.Reflection.AssemblyMetadataAttribute, Constructor: Void .ctor(System.String, System.String), ConstructorArguments: [ "RepositoryUrl", "git://github.com/dotnet/runtime" ], NamedArguments: [ ] } ], EscapedCodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, Modules: [ { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, ModuleHandle: System.ModuleHandle, CustomAttributes: [ [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)], [System.Runtime.CompilerServices.SkipLocalsInitAttribute()] ] } ], SecurityRuleSet: None }, ModuleHandle: { System.ModuleHandle: MDStreamVersion: 131072 }, CustomAttributes: [ { [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)]: AttributeType: System.Runtime.CompilerServices.NullablePublicOnlyAttribute, Constructor: { Void .ctor(Boolean): Name: .ctor, MemberType: Constructor, DeclaringType: System.Runtime.CompilerServices.NullablePublicOnlyAttribute, ReflectedType: System.Runtime.CompilerServices.NullablePublicOnlyAttribute, MetadataToken: 100663302, Module: System.Private.CoreLib.dll, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, HideBySig, SpecialName, RTSpecialName, CallingConvention: Standard, HasThis, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, IsAbstract: False, IsConstructor: True, IsFinal: False, IsHideBySig: True, IsSpecialName: True, IsStatic: False, .. }, ConstructorArguments: [ (Boolean)False ], NamedArguments: [ ] }, { [System.Runtime.CompilerServices.SkipLocalsInitAttribute()]: AttributeType: System.Runtime.CompilerServices.SkipLocalsInitAttribute, Constructor: { Void .ctor(): Name: .ctor, MemberType: Constructor, DeclaringType: System.Runtime.CompilerServices.SkipLocalsInitAttribute, ReflectedType: System.Runtime.CompilerServices.SkipLocalsInitAttribute, MetadataToken: 100681208, Module: System.Private.CoreLib.dll, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, HideBySig, SpecialName, RTSpecialName, CallingConvention: Standard, HasThis, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, IsAbstract: False, IsConstructor: True, IsFinal: False, IsHideBySig: True, IsSpecialName: True, IsStatic: False, .. }, ConstructorArguments: [ ], NamedArguments: [ ] } ] }, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: { System.RuntimeMethodHandle: Value: 140304027485192 }, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_WriteTimeout(): Name: get_WriteTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684461, Module: { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: { System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: CodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, FullName: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, EntryPoint: <null>, DefinedTypes: [ Microsoft.CodeAnalysis.EmbeddedAttribute, System.Runtime.CompilerServices.IsUnmanagedAttribute, System.Runtime.CompilerServices.NullableAttribute, System.Runtime.CompilerServices.NullableContextAttribute, System.Runtime.CompilerServices.NullablePublicOnlyAttribute, System.Runtime.CompilerServices.NativeIntegerAttribute, Interop, Interop+Kernel32, Interop+Ole32, Interop+OleAut32, Interop+Globalization, Interop+Globalization+ResultCode, Interop+Globalization+TimeZoneDisplayNameType, Interop+BOOL, Interop+Advapi32, Interop+Advapi32+ActivityControl, Interop+Advapi32+EVENT_FILTER_DESCRIPTOR, Interop+Advapi32+EtwEnableCallback, Interop+HostPolicy, Interop+HostPolicy+corehost_resolve_component_dependencies_result_fn ... (2044 more) ], IsCollectible: False, ManifestModule: System.Private.CoreLib.dll, ReflectionOnly: False, Location: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ImageRuntimeVersion: v4.0.30319, GlobalAssemblyCache: False, HostContext: 0, IsDynamic: False, ExportedTypes: [ Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeWaitHandle, Microsoft.Win32.SafeHandles.SafeFileHandle, System.ArgIterator, System.Array, System.Attribute, System.BadImageFormatException, System.Buffer, System.Decimal, System.Delegate, System.Enum, System.Environment, System.Environment+SpecialFolder, System.Environment+SpecialFolderOption, System.Exception, System.GCCollectionMode, System.GCNotificationStatus ... (1086 more) ], IsFullyTrusted: True, CustomAttributes: [ [System.Reflection.AssemblyProductAttribute("Microsoft® .NET")], [System.Runtime.CompilerServices.CompilationRelaxationsAttribute((Int32)8)], [System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows = True)], [System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute+DebuggingModes)2)], [System.CLSCompliantAttribute((Boolean)True)], [System.Runtime.InteropServices.ComVisibleAttribute((Boolean)False)], [System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)2050)], [System.Reflection.AssemblyMetadataAttribute("Serviceable", "True")], [System.Reflection.AssemblyMetadataAttribute(".NETFrameworkAssembly", "")], [System.Resources.NeutralResourcesLanguageAttribute("en-US")], [System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")], [System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")], [System.Reflection.AssemblyConfigurationAttribute("Release")], [System.Reflection.AssemblyCopyrightAttribute("© Microsoft Corporation. All rights reserved.")], [System.Reflection.AssemblyDescriptionAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyFileVersionAttribute("5.0.1121.47308")], [System.Reflection.AssemblyInformationalVersionAttribute("5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc")], [System.Runtime.CompilerServices.ExtensionAttribute()], [System.Reflection.AssemblyTitleAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "git://github.com/dotnet/runtime")] ], EscapedCodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, Modules: [ System.Private.CoreLib.dll ], SecurityRuleSet: None }, ModuleHandle: { System.ModuleHandle: MDStreamVersion: 131072 }, CustomAttributes: [ [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)], [System.Runtime.CompilerServices.SkipLocalsInitAttribute()] ] }, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: { System.RuntimeMethodHandle: Value: 140304027485192 }, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_WriteTimeout(): Name: get_WriteTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684461, Module: System.Private.CoreLib.dll, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: Int32 , ReturnParameter: Int32 , IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, ReturnParameter: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_WriteTimeout(): Name: get_WriteTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684461, Module: System.Private.CoreLib.dll, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: Int32 , ReturnParameter: Int32 , IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, ReturnParameter: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_WriteTimeout(): Name: get_WriteTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684461, Module: { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: { System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: CodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, FullName: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, EntryPoint: <null>, DefinedTypes: [ Microsoft.CodeAnalysis.EmbeddedAttribute, System.Runtime.CompilerServices.IsUnmanagedAttribute, System.Runtime.CompilerServices.NullableAttribute, System.Runtime.CompilerServices.NullableContextAttribute, System.Runtime.CompilerServices.NullablePublicOnlyAttribute, System.Runtime.CompilerServices.NativeIntegerAttribute, Interop, Interop+Kernel32, Interop+Ole32, Interop+OleAut32, Interop+Globalization, Interop+Globalization+ResultCode, Interop+Globalization+TimeZoneDisplayNameType, Interop+BOOL, Interop+Advapi32, Interop+Advapi32+ActivityControl, Interop+Advapi32+EVENT_FILTER_DESCRIPTOR, Interop+Advapi32+EtwEnableCallback, Interop+HostPolicy, Interop+HostPolicy+corehost_resolve_component_dependencies_result_fn ... (2044 more) ], IsCollectible: False, ManifestModule: System.Private.CoreLib.dll, ReflectionOnly: False, Location: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ImageRuntimeVersion: v4.0.30319, GlobalAssemblyCache: False, HostContext: 0, IsDynamic: False, ExportedTypes: [ Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeWaitHandle, Microsoft.Win32.SafeHandles.SafeFileHandle, System.ArgIterator, System.Array, System.Attribute, System.BadImageFormatException, System.Buffer, System.Decimal, System.Delegate, System.Enum, System.Environment, System.Environment+SpecialFolder, System.Environment+SpecialFolderOption, System.Exception, System.GCCollectionMode, System.GCNotificationStatus ... (1086 more) ], IsFullyTrusted: True, CustomAttributes: [ [System.Reflection.AssemblyProductAttribute("Microsoft® .NET")], [System.Runtime.CompilerServices.CompilationRelaxationsAttribute((Int32)8)], [System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows = True)], [System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute+DebuggingModes)2)], [System.CLSCompliantAttribute((Boolean)True)], [System.Runtime.InteropServices.ComVisibleAttribute((Boolean)False)], [System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)2050)], [System.Reflection.AssemblyMetadataAttribute("Serviceable", "True")], [System.Reflection.AssemblyMetadataAttribute(".NETFrameworkAssembly", "")], [System.Resources.NeutralResourcesLanguageAttribute("en-US")], [System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")], [System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")], [System.Reflection.AssemblyConfigurationAttribute("Release")], [System.Reflection.AssemblyCopyrightAttribute("© Microsoft Corporation. All rights reserved.")], [System.Reflection.AssemblyDescriptionAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyFileVersionAttribute("5.0.1121.47308")], [System.Reflection.AssemblyInformationalVersionAttribute("5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc")], [System.Runtime.CompilerServices.ExtensionAttribute()], [System.Reflection.AssemblyTitleAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "git://github.com/dotnet/runtime")] ], EscapedCodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, Modules: [ System.Private.CoreLib.dll ], SecurityRuleSet: None }, ModuleHandle: { System.ModuleHandle: MDStreamVersion: 131072 }, CustomAttributes: [ [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)], [System.Runtime.CompilerServices.SkipLocalsInitAttribute()] ] }, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: { System.RuntimeMethodHandle: Value: 140304027485192 }, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_WriteTimeout(): Name: get_WriteTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684461, Module: System.Private.CoreLib.dll, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: Int32 , ReturnParameter: Int32 , IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, ReturnParameter: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_WriteTimeout(): Name: get_WriteTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684461, Module: System.Private.CoreLib.dll, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: Int32 , ReturnParameter: Int32 , IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, StackTrace: at System.IO.Stream.get_WriteTimeout()
at lambda_method467(Closure , FileStream )
at Microsoft.DotNet.Interactive.Formatting.MemberAccessor1.GetValueOrException(T instance) in D:\workspace\_work\1\s\src\Microsoft.DotNet.Interactive.Formatting\MemberAccessor{T}.cs:line 57, Message: Timeouts are not supported on this stream., Data: [ ], InnerException: <null>, HelpLink: <null>, Source: System.Private.CoreLib, HResult: -2146233079 } |
In [8]:
let fileName = "fig1.pdf";
let imagePath = srcPath + fileName;
let path = Path.Combine(imagePath);
File.Create(path);
Out[8]:
Handle | CanRead | CanWrite | SafeFileHandle | Name | IsAsync | Length | Position | CanSeek | CanTimeout | ReadTimeout | WriteTimeout |
---|---|---|---|---|---|---|---|---|---|---|---|
535 | True | True | { Microsoft.Win32.SafeHandles.SafeFileHandle: IsInvalid: False, IsClosed: False } | /home/circleci/project/build/fsharp/ipynb/static/images/fig1.pdf | False | 0 | 0 | True | False | { System.InvalidOperationException: Timeouts are not supported on this stream.
at System.IO.Stream.get_ReadTimeout()
at lambda_method466(Closure , FileStream )
at Microsoft.DotNet.Interactive.Formatting.MemberAccessor1.GetValueOrException(T instance) in D:\workspace\_work\1\s\src\Microsoft.DotNet.Interactive.Formatting\MemberAccessor{T}.cs:line 57: TargetSite: { Int32 get_ReadTimeout(): Name: get_ReadTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684459, Module: { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: { System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: CodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, FullName: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, EntryPoint: <null>, DefinedTypes: [ Microsoft.CodeAnalysis.EmbeddedAttribute, System.Runtime.CompilerServices.IsUnmanagedAttribute, System.Runtime.CompilerServices.NullableAttribute, System.Runtime.CompilerServices.NullableContextAttribute, System.Runtime.CompilerServices.NullablePublicOnlyAttribute, System.Runtime.CompilerServices.NativeIntegerAttribute, Interop, Interop+Kernel32, Interop+Ole32, Interop+OleAut32, Interop+Globalization, Interop+Globalization+ResultCode, Interop+Globalization+TimeZoneDisplayNameType, Interop+BOOL, Interop+Advapi32, Interop+Advapi32+ActivityControl, Interop+Advapi32+EVENT_FILTER_DESCRIPTOR, Interop+Advapi32+EtwEnableCallback, Interop+HostPolicy, Interop+HostPolicy+corehost_resolve_component_dependencies_result_fn ... (2044 more) ], IsCollectible: False, ManifestModule: { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: { System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: CodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, FullName: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, EntryPoint: <null>, DefinedTypes: [ Microsoft.CodeAnalysis.EmbeddedAttribute, System.Runtime.CompilerServices.IsUnmanagedAttribute, System.Runtime.CompilerServices.NullableAttribute, System.Runtime.CompilerServices.NullableContextAttribute, System.Runtime.CompilerServices.NullablePublicOnlyAttribute, System.Runtime.CompilerServices.NativeIntegerAttribute, Interop, Interop+Kernel32, Interop+Ole32, Interop+OleAut32, Interop+Globalization, Interop+Globalization+ResultCode, Interop+Globalization+TimeZoneDisplayNameType, Interop+BOOL, Interop+Advapi32, Interop+Advapi32+ActivityControl, Interop+Advapi32+EVENT_FILTER_DESCRIPTOR, Interop+Advapi32+EtwEnableCallback, Interop+HostPolicy, Interop+HostPolicy+corehost_resolve_component_dependencies_result_fn ... (2044 more) ], IsCollectible: False, ManifestModule: System.Private.CoreLib.dll, ReflectionOnly: False, Location: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ImageRuntimeVersion: v4.0.30319, GlobalAssemblyCache: False, HostContext: 0, IsDynamic: False, ExportedTypes: [ Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeWaitHandle, Microsoft.Win32.SafeHandles.SafeFileHandle, System.ArgIterator, System.Array, System.Attribute, System.BadImageFormatException, System.Buffer, System.Decimal, System.Delegate, System.Enum, System.Environment, System.Environment+SpecialFolder, System.Environment+SpecialFolderOption, System.Exception, System.GCCollectionMode, System.GCNotificationStatus ... (1086 more) ], IsFullyTrusted: True, CustomAttributes: [ [System.Reflection.AssemblyProductAttribute("Microsoft® .NET")], [System.Runtime.CompilerServices.CompilationRelaxationsAttribute((Int32)8)], [System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows = True)], [System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute+DebuggingModes)2)], [System.CLSCompliantAttribute((Boolean)True)], [System.Runtime.InteropServices.ComVisibleAttribute((Boolean)False)], [System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)2050)], [System.Reflection.AssemblyMetadataAttribute("Serviceable", "True")], [System.Reflection.AssemblyMetadataAttribute(".NETFrameworkAssembly", "")], [System.Resources.NeutralResourcesLanguageAttribute("en-US")], [System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")], [System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")], [System.Reflection.AssemblyConfigurationAttribute("Release")], [System.Reflection.AssemblyCopyrightAttribute("© Microsoft Corporation. All rights reserved.")], [System.Reflection.AssemblyDescriptionAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyFileVersionAttribute("5.0.1121.47308")], [System.Reflection.AssemblyInformationalVersionAttribute("5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc")], [System.Runtime.CompilerServices.ExtensionAttribute()], [System.Reflection.AssemblyTitleAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "git://github.com/dotnet/runtime")] ], EscapedCodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, Modules: [ System.Private.CoreLib.dll ], SecurityRuleSet: None }, ModuleHandle: { System.ModuleHandle: MDStreamVersion: 131072 }, CustomAttributes: [ [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)], [System.Runtime.CompilerServices.SkipLocalsInitAttribute()] ] }, ReflectionOnly: False, Location: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ImageRuntimeVersion: v4.0.30319, GlobalAssemblyCache: False, HostContext: 0, IsDynamic: False, ExportedTypes: [ Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeWaitHandle, Microsoft.Win32.SafeHandles.SafeFileHandle, System.ArgIterator, System.Array, System.Attribute, System.BadImageFormatException, System.Buffer, System.Decimal, System.Delegate, System.Enum, System.Environment, System.Environment+SpecialFolder, System.Environment+SpecialFolderOption, System.Exception, System.GCCollectionMode, System.GCNotificationStatus ... (1086 more) ], IsFullyTrusted: True, CustomAttributes: [ { [System.Reflection.AssemblyProductAttribute("Microsoft® .NET")]: AttributeType: System.Reflection.AssemblyProductAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "Microsoft® .NET" ], NamedArguments: [ ] }, { [System.Runtime.CompilerServices.CompilationRelaxationsAttribute((Int32)8)]: AttributeType: System.Runtime.CompilerServices.CompilationRelaxationsAttribute, Constructor: Void .ctor(Int32), ConstructorArguments: [ (Int32)8 ], NamedArguments: [ ] }, { [System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows = True)]: AttributeType: System.Runtime.CompilerServices.RuntimeCompatibilityAttribute, Constructor: Void .ctor(), ConstructorArguments: [ ], NamedArguments: [ WrapNonExceptionThrows = True ] }, { [System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute+DebuggingModes)2)]: AttributeType: System.Diagnostics.DebuggableAttribute, Constructor: Void .ctor(DebuggingModes), ConstructorArguments: [ (System.Diagnostics.DebuggableAttribute+DebuggingModes)2 ], NamedArguments: [ ] }, { [System.CLSCompliantAttribute((Boolean)True)]: AttributeType: System.CLSCompliantAttribute, Constructor: Void .ctor(Boolean), ConstructorArguments: [ (Boolean)True ], NamedArguments: [ ] }, { [System.Runtime.InteropServices.ComVisibleAttribute((Boolean)False)]: AttributeType: System.Runtime.InteropServices.ComVisibleAttribute, Constructor: Void .ctor(Boolean), ConstructorArguments: [ (Boolean)False ], NamedArguments: [ ] }, { [System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)2050)]: AttributeType: System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute, Constructor: Void .ctor(System.Runtime.InteropServices.DllImportSearchPath), ConstructorArguments: [ (System.Runtime.InteropServices.DllImportSearchPath)2050 ], NamedArguments: [ ] }, { [System.Reflection.AssemblyMetadataAttribute("Serviceable", "True")]: AttributeType: System.Reflection.AssemblyMetadataAttribute, Constructor: Void .ctor(System.String, System.String), ConstructorArguments: [ "Serviceable", "True" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyMetadataAttribute(".NETFrameworkAssembly", "")]: AttributeType: System.Reflection.AssemblyMetadataAttribute, Constructor: Void .ctor(System.String, System.String), ConstructorArguments: [ ".NETFrameworkAssembly", "" ], NamedArguments: [ ] }, { [System.Resources.NeutralResourcesLanguageAttribute("en-US")]: AttributeType: System.Resources.NeutralResourcesLanguageAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "en-US" ], NamedArguments: [ ] }, { [System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]: AttributeType: System.Runtime.Versioning.TargetFrameworkAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ ".NETCoreApp,Version=v5.0" ], NamedArguments: [ FrameworkDisplayName = "" ] }, { [System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")]: AttributeType: System.Reflection.AssemblyCompanyAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "Microsoft Corporation" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyConfigurationAttribute("Release")]: AttributeType: System.Reflection.AssemblyConfigurationAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "Release" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyCopyrightAttribute("© Microsoft Corporation. All rights reserved.")]: AttributeType: System.Reflection.AssemblyCopyrightAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "© Microsoft Corporation. All rights reserved." ], NamedArguments: [ ] }, { [System.Reflection.AssemblyDescriptionAttribute("System.Private.CoreLib")]: AttributeType: System.Reflection.AssemblyDescriptionAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "System.Private.CoreLib" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyFileVersionAttribute("5.0.1121.47308")]: AttributeType: System.Reflection.AssemblyFileVersionAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "5.0.1121.47308" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyInformationalVersionAttribute("5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc")]: AttributeType: System.Reflection.AssemblyInformationalVersionAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc" ], NamedArguments: [ ] }, { [System.Runtime.CompilerServices.ExtensionAttribute()]: AttributeType: System.Runtime.CompilerServices.ExtensionAttribute, Constructor: Void .ctor(), ConstructorArguments: [ ], NamedArguments: [ ] }, { [System.Reflection.AssemblyTitleAttribute("System.Private.CoreLib")]: AttributeType: System.Reflection.AssemblyTitleAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "System.Private.CoreLib" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "git://github.com/dotnet/runtime")]: AttributeType: System.Reflection.AssemblyMetadataAttribute, Constructor: Void .ctor(System.String, System.String), ConstructorArguments: [ "RepositoryUrl", "git://github.com/dotnet/runtime" ], NamedArguments: [ ] } ], EscapedCodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, Modules: [ { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, ModuleHandle: System.ModuleHandle, CustomAttributes: [ [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)], [System.Runtime.CompilerServices.SkipLocalsInitAttribute()] ] } ], SecurityRuleSet: None }, ModuleHandle: { System.ModuleHandle: MDStreamVersion: 131072 }, CustomAttributes: [ { [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)]: AttributeType: System.Runtime.CompilerServices.NullablePublicOnlyAttribute, Constructor: { Void .ctor(Boolean): Name: .ctor, MemberType: Constructor, DeclaringType: System.Runtime.CompilerServices.NullablePublicOnlyAttribute, ReflectedType: System.Runtime.CompilerServices.NullablePublicOnlyAttribute, MetadataToken: 100663302, Module: System.Private.CoreLib.dll, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, HideBySig, SpecialName, RTSpecialName, CallingConvention: Standard, HasThis, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, IsAbstract: False, IsConstructor: True, IsFinal: False, IsHideBySig: True, IsSpecialName: True, IsStatic: False, .. }, ConstructorArguments: [ (Boolean)False ], NamedArguments: [ ] }, { [System.Runtime.CompilerServices.SkipLocalsInitAttribute()]: AttributeType: System.Runtime.CompilerServices.SkipLocalsInitAttribute, Constructor: { Void .ctor(): Name: .ctor, MemberType: Constructor, DeclaringType: System.Runtime.CompilerServices.SkipLocalsInitAttribute, ReflectedType: System.Runtime.CompilerServices.SkipLocalsInitAttribute, MetadataToken: 100681208, Module: System.Private.CoreLib.dll, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, HideBySig, SpecialName, RTSpecialName, CallingConvention: Standard, HasThis, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, IsAbstract: False, IsConstructor: True, IsFinal: False, IsHideBySig: True, IsSpecialName: True, IsStatic: False, .. }, ConstructorArguments: [ ], NamedArguments: [ ] } ] }, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: { System.RuntimeMethodHandle: Value: 140304027485160 }, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_ReadTimeout(): Name: get_ReadTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684459, Module: { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: { System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: CodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, FullName: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, EntryPoint: <null>, DefinedTypes: [ Microsoft.CodeAnalysis.EmbeddedAttribute, System.Runtime.CompilerServices.IsUnmanagedAttribute, System.Runtime.CompilerServices.NullableAttribute, System.Runtime.CompilerServices.NullableContextAttribute, System.Runtime.CompilerServices.NullablePublicOnlyAttribute, System.Runtime.CompilerServices.NativeIntegerAttribute, Interop, Interop+Kernel32, Interop+Ole32, Interop+OleAut32, Interop+Globalization, Interop+Globalization+ResultCode, Interop+Globalization+TimeZoneDisplayNameType, Interop+BOOL, Interop+Advapi32, Interop+Advapi32+ActivityControl, Interop+Advapi32+EVENT_FILTER_DESCRIPTOR, Interop+Advapi32+EtwEnableCallback, Interop+HostPolicy, Interop+HostPolicy+corehost_resolve_component_dependencies_result_fn ... (2044 more) ], IsCollectible: False, ManifestModule: System.Private.CoreLib.dll, ReflectionOnly: False, Location: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ImageRuntimeVersion: v4.0.30319, GlobalAssemblyCache: False, HostContext: 0, IsDynamic: False, ExportedTypes: [ Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeWaitHandle, Microsoft.Win32.SafeHandles.SafeFileHandle, System.ArgIterator, System.Array, System.Attribute, System.BadImageFormatException, System.Buffer, System.Decimal, System.Delegate, System.Enum, System.Environment, System.Environment+SpecialFolder, System.Environment+SpecialFolderOption, System.Exception, System.GCCollectionMode, System.GCNotificationStatus ... (1086 more) ], IsFullyTrusted: True, CustomAttributes: [ [System.Reflection.AssemblyProductAttribute("Microsoft® .NET")], [System.Runtime.CompilerServices.CompilationRelaxationsAttribute((Int32)8)], [System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows = True)], [System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute+DebuggingModes)2)], [System.CLSCompliantAttribute((Boolean)True)], [System.Runtime.InteropServices.ComVisibleAttribute((Boolean)False)], [System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)2050)], [System.Reflection.AssemblyMetadataAttribute("Serviceable", "True")], [System.Reflection.AssemblyMetadataAttribute(".NETFrameworkAssembly", "")], [System.Resources.NeutralResourcesLanguageAttribute("en-US")], [System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")], [System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")], [System.Reflection.AssemblyConfigurationAttribute("Release")], [System.Reflection.AssemblyCopyrightAttribute("© Microsoft Corporation. All rights reserved.")], [System.Reflection.AssemblyDescriptionAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyFileVersionAttribute("5.0.1121.47308")], [System.Reflection.AssemblyInformationalVersionAttribute("5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc")], [System.Runtime.CompilerServices.ExtensionAttribute()], [System.Reflection.AssemblyTitleAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "git://github.com/dotnet/runtime")] ], EscapedCodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, Modules: [ System.Private.CoreLib.dll ], SecurityRuleSet: None }, ModuleHandle: { System.ModuleHandle: MDStreamVersion: 131072 }, CustomAttributes: [ [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)], [System.Runtime.CompilerServices.SkipLocalsInitAttribute()] ] }, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: { System.RuntimeMethodHandle: Value: 140304027485160 }, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_ReadTimeout(): Name: get_ReadTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684459, Module: System.Private.CoreLib.dll, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: Int32 , ReturnParameter: Int32 , IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, ReturnParameter: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_ReadTimeout(): Name: get_ReadTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684459, Module: System.Private.CoreLib.dll, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: Int32 , ReturnParameter: Int32 , IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, ReturnParameter: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_ReadTimeout(): Name: get_ReadTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684459, Module: { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: { System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: CodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, FullName: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, EntryPoint: <null>, DefinedTypes: [ Microsoft.CodeAnalysis.EmbeddedAttribute, System.Runtime.CompilerServices.IsUnmanagedAttribute, System.Runtime.CompilerServices.NullableAttribute, System.Runtime.CompilerServices.NullableContextAttribute, System.Runtime.CompilerServices.NullablePublicOnlyAttribute, System.Runtime.CompilerServices.NativeIntegerAttribute, Interop, Interop+Kernel32, Interop+Ole32, Interop+OleAut32, Interop+Globalization, Interop+Globalization+ResultCode, Interop+Globalization+TimeZoneDisplayNameType, Interop+BOOL, Interop+Advapi32, Interop+Advapi32+ActivityControl, Interop+Advapi32+EVENT_FILTER_DESCRIPTOR, Interop+Advapi32+EtwEnableCallback, Interop+HostPolicy, Interop+HostPolicy+corehost_resolve_component_dependencies_result_fn ... (2044 more) ], IsCollectible: False, ManifestModule: System.Private.CoreLib.dll, ReflectionOnly: False, Location: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ImageRuntimeVersion: v4.0.30319, GlobalAssemblyCache: False, HostContext: 0, IsDynamic: False, ExportedTypes: [ Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeWaitHandle, Microsoft.Win32.SafeHandles.SafeFileHandle, System.ArgIterator, System.Array, System.Attribute, System.BadImageFormatException, System.Buffer, System.Decimal, System.Delegate, System.Enum, System.Environment, System.Environment+SpecialFolder, System.Environment+SpecialFolderOption, System.Exception, System.GCCollectionMode, System.GCNotificationStatus ... (1086 more) ], IsFullyTrusted: True, CustomAttributes: [ [System.Reflection.AssemblyProductAttribute("Microsoft® .NET")], [System.Runtime.CompilerServices.CompilationRelaxationsAttribute((Int32)8)], [System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows = True)], [System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute+DebuggingModes)2)], [System.CLSCompliantAttribute((Boolean)True)], [System.Runtime.InteropServices.ComVisibleAttribute((Boolean)False)], [System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)2050)], [System.Reflection.AssemblyMetadataAttribute("Serviceable", "True")], [System.Reflection.AssemblyMetadataAttribute(".NETFrameworkAssembly", "")], [System.Resources.NeutralResourcesLanguageAttribute("en-US")], [System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")], [System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")], [System.Reflection.AssemblyConfigurationAttribute("Release")], [System.Reflection.AssemblyCopyrightAttribute("© Microsoft Corporation. All rights reserved.")], [System.Reflection.AssemblyDescriptionAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyFileVersionAttribute("5.0.1121.47308")], [System.Reflection.AssemblyInformationalVersionAttribute("5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc")], [System.Runtime.CompilerServices.ExtensionAttribute()], [System.Reflection.AssemblyTitleAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "git://github.com/dotnet/runtime")] ], EscapedCodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, Modules: [ System.Private.CoreLib.dll ], SecurityRuleSet: None }, ModuleHandle: { System.ModuleHandle: MDStreamVersion: 131072 }, CustomAttributes: [ [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)], [System.Runtime.CompilerServices.SkipLocalsInitAttribute()] ] }, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: { System.RuntimeMethodHandle: Value: 140304027485160 }, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_ReadTimeout(): Name: get_ReadTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684459, Module: System.Private.CoreLib.dll, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: Int32 , ReturnParameter: Int32 , IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, ReturnParameter: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_ReadTimeout(): Name: get_ReadTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684459, Module: System.Private.CoreLib.dll, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: Int32 , ReturnParameter: Int32 , IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, StackTrace: at System.IO.Stream.get_ReadTimeout()
at lambda_method466(Closure , FileStream )
at Microsoft.DotNet.Interactive.Formatting.MemberAccessor1.GetValueOrException(T instance) in D:\workspace\_work\1\s\src\Microsoft.DotNet.Interactive.Formatting\MemberAccessor{T}.cs:line 57, Message: Timeouts are not supported on this stream., Data: [ ], InnerException: <null>, HelpLink: <null>, Source: System.Private.CoreLib, HResult: -2146233079 } | { System.InvalidOperationException: Timeouts are not supported on this stream.
at System.IO.Stream.get_WriteTimeout()
at lambda_method467(Closure , FileStream )
at Microsoft.DotNet.Interactive.Formatting.MemberAccessor1.GetValueOrException(T instance) in D:\workspace\_work\1\s\src\Microsoft.DotNet.Interactive.Formatting\MemberAccessor{T}.cs:line 57: TargetSite: { Int32 get_WriteTimeout(): Name: get_WriteTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684461, Module: { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: { System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: CodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, FullName: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, EntryPoint: <null>, DefinedTypes: [ Microsoft.CodeAnalysis.EmbeddedAttribute, System.Runtime.CompilerServices.IsUnmanagedAttribute, System.Runtime.CompilerServices.NullableAttribute, System.Runtime.CompilerServices.NullableContextAttribute, System.Runtime.CompilerServices.NullablePublicOnlyAttribute, System.Runtime.CompilerServices.NativeIntegerAttribute, Interop, Interop+Kernel32, Interop+Ole32, Interop+OleAut32, Interop+Globalization, Interop+Globalization+ResultCode, Interop+Globalization+TimeZoneDisplayNameType, Interop+BOOL, Interop+Advapi32, Interop+Advapi32+ActivityControl, Interop+Advapi32+EVENT_FILTER_DESCRIPTOR, Interop+Advapi32+EtwEnableCallback, Interop+HostPolicy, Interop+HostPolicy+corehost_resolve_component_dependencies_result_fn ... (2044 more) ], IsCollectible: False, ManifestModule: { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: { System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: CodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, FullName: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, EntryPoint: <null>, DefinedTypes: [ Microsoft.CodeAnalysis.EmbeddedAttribute, System.Runtime.CompilerServices.IsUnmanagedAttribute, System.Runtime.CompilerServices.NullableAttribute, System.Runtime.CompilerServices.NullableContextAttribute, System.Runtime.CompilerServices.NullablePublicOnlyAttribute, System.Runtime.CompilerServices.NativeIntegerAttribute, Interop, Interop+Kernel32, Interop+Ole32, Interop+OleAut32, Interop+Globalization, Interop+Globalization+ResultCode, Interop+Globalization+TimeZoneDisplayNameType, Interop+BOOL, Interop+Advapi32, Interop+Advapi32+ActivityControl, Interop+Advapi32+EVENT_FILTER_DESCRIPTOR, Interop+Advapi32+EtwEnableCallback, Interop+HostPolicy, Interop+HostPolicy+corehost_resolve_component_dependencies_result_fn ... (2044 more) ], IsCollectible: False, ManifestModule: System.Private.CoreLib.dll, ReflectionOnly: False, Location: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ImageRuntimeVersion: v4.0.30319, GlobalAssemblyCache: False, HostContext: 0, IsDynamic: False, ExportedTypes: [ Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeWaitHandle, Microsoft.Win32.SafeHandles.SafeFileHandle, System.ArgIterator, System.Array, System.Attribute, System.BadImageFormatException, System.Buffer, System.Decimal, System.Delegate, System.Enum, System.Environment, System.Environment+SpecialFolder, System.Environment+SpecialFolderOption, System.Exception, System.GCCollectionMode, System.GCNotificationStatus ... (1086 more) ], IsFullyTrusted: True, CustomAttributes: [ [System.Reflection.AssemblyProductAttribute("Microsoft® .NET")], [System.Runtime.CompilerServices.CompilationRelaxationsAttribute((Int32)8)], [System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows = True)], [System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute+DebuggingModes)2)], [System.CLSCompliantAttribute((Boolean)True)], [System.Runtime.InteropServices.ComVisibleAttribute((Boolean)False)], [System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)2050)], [System.Reflection.AssemblyMetadataAttribute("Serviceable", "True")], [System.Reflection.AssemblyMetadataAttribute(".NETFrameworkAssembly", "")], [System.Resources.NeutralResourcesLanguageAttribute("en-US")], [System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")], [System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")], [System.Reflection.AssemblyConfigurationAttribute("Release")], [System.Reflection.AssemblyCopyrightAttribute("© Microsoft Corporation. All rights reserved.")], [System.Reflection.AssemblyDescriptionAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyFileVersionAttribute("5.0.1121.47308")], [System.Reflection.AssemblyInformationalVersionAttribute("5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc")], [System.Runtime.CompilerServices.ExtensionAttribute()], [System.Reflection.AssemblyTitleAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "git://github.com/dotnet/runtime")] ], EscapedCodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, Modules: [ System.Private.CoreLib.dll ], SecurityRuleSet: None }, ModuleHandle: { System.ModuleHandle: MDStreamVersion: 131072 }, CustomAttributes: [ [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)], [System.Runtime.CompilerServices.SkipLocalsInitAttribute()] ] }, ReflectionOnly: False, Location: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ImageRuntimeVersion: v4.0.30319, GlobalAssemblyCache: False, HostContext: 0, IsDynamic: False, ExportedTypes: [ Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeWaitHandle, Microsoft.Win32.SafeHandles.SafeFileHandle, System.ArgIterator, System.Array, System.Attribute, System.BadImageFormatException, System.Buffer, System.Decimal, System.Delegate, System.Enum, System.Environment, System.Environment+SpecialFolder, System.Environment+SpecialFolderOption, System.Exception, System.GCCollectionMode, System.GCNotificationStatus ... (1086 more) ], IsFullyTrusted: True, CustomAttributes: [ { [System.Reflection.AssemblyProductAttribute("Microsoft® .NET")]: AttributeType: System.Reflection.AssemblyProductAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "Microsoft® .NET" ], NamedArguments: [ ] }, { [System.Runtime.CompilerServices.CompilationRelaxationsAttribute((Int32)8)]: AttributeType: System.Runtime.CompilerServices.CompilationRelaxationsAttribute, Constructor: Void .ctor(Int32), ConstructorArguments: [ (Int32)8 ], NamedArguments: [ ] }, { [System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows = True)]: AttributeType: System.Runtime.CompilerServices.RuntimeCompatibilityAttribute, Constructor: Void .ctor(), ConstructorArguments: [ ], NamedArguments: [ WrapNonExceptionThrows = True ] }, { [System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute+DebuggingModes)2)]: AttributeType: System.Diagnostics.DebuggableAttribute, Constructor: Void .ctor(DebuggingModes), ConstructorArguments: [ (System.Diagnostics.DebuggableAttribute+DebuggingModes)2 ], NamedArguments: [ ] }, { [System.CLSCompliantAttribute((Boolean)True)]: AttributeType: System.CLSCompliantAttribute, Constructor: Void .ctor(Boolean), ConstructorArguments: [ (Boolean)True ], NamedArguments: [ ] }, { [System.Runtime.InteropServices.ComVisibleAttribute((Boolean)False)]: AttributeType: System.Runtime.InteropServices.ComVisibleAttribute, Constructor: Void .ctor(Boolean), ConstructorArguments: [ (Boolean)False ], NamedArguments: [ ] }, { [System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)2050)]: AttributeType: System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute, Constructor: Void .ctor(System.Runtime.InteropServices.DllImportSearchPath), ConstructorArguments: [ (System.Runtime.InteropServices.DllImportSearchPath)2050 ], NamedArguments: [ ] }, { [System.Reflection.AssemblyMetadataAttribute("Serviceable", "True")]: AttributeType: System.Reflection.AssemblyMetadataAttribute, Constructor: Void .ctor(System.String, System.String), ConstructorArguments: [ "Serviceable", "True" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyMetadataAttribute(".NETFrameworkAssembly", "")]: AttributeType: System.Reflection.AssemblyMetadataAttribute, Constructor: Void .ctor(System.String, System.String), ConstructorArguments: [ ".NETFrameworkAssembly", "" ], NamedArguments: [ ] }, { [System.Resources.NeutralResourcesLanguageAttribute("en-US")]: AttributeType: System.Resources.NeutralResourcesLanguageAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "en-US" ], NamedArguments: [ ] }, { [System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]: AttributeType: System.Runtime.Versioning.TargetFrameworkAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ ".NETCoreApp,Version=v5.0" ], NamedArguments: [ FrameworkDisplayName = "" ] }, { [System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")]: AttributeType: System.Reflection.AssemblyCompanyAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "Microsoft Corporation" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyConfigurationAttribute("Release")]: AttributeType: System.Reflection.AssemblyConfigurationAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "Release" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyCopyrightAttribute("© Microsoft Corporation. All rights reserved.")]: AttributeType: System.Reflection.AssemblyCopyrightAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "© Microsoft Corporation. All rights reserved." ], NamedArguments: [ ] }, { [System.Reflection.AssemblyDescriptionAttribute("System.Private.CoreLib")]: AttributeType: System.Reflection.AssemblyDescriptionAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "System.Private.CoreLib" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyFileVersionAttribute("5.0.1121.47308")]: AttributeType: System.Reflection.AssemblyFileVersionAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "5.0.1121.47308" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyInformationalVersionAttribute("5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc")]: AttributeType: System.Reflection.AssemblyInformationalVersionAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc" ], NamedArguments: [ ] }, { [System.Runtime.CompilerServices.ExtensionAttribute()]: AttributeType: System.Runtime.CompilerServices.ExtensionAttribute, Constructor: Void .ctor(), ConstructorArguments: [ ], NamedArguments: [ ] }, { [System.Reflection.AssemblyTitleAttribute("System.Private.CoreLib")]: AttributeType: System.Reflection.AssemblyTitleAttribute, Constructor: Void .ctor(System.String), ConstructorArguments: [ "System.Private.CoreLib" ], NamedArguments: [ ] }, { [System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "git://github.com/dotnet/runtime")]: AttributeType: System.Reflection.AssemblyMetadataAttribute, Constructor: Void .ctor(System.String, System.String), ConstructorArguments: [ "RepositoryUrl", "git://github.com/dotnet/runtime" ], NamedArguments: [ ] } ], EscapedCodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, Modules: [ { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, ModuleHandle: System.ModuleHandle, CustomAttributes: [ [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)], [System.Runtime.CompilerServices.SkipLocalsInitAttribute()] ] } ], SecurityRuleSet: None }, ModuleHandle: { System.ModuleHandle: MDStreamVersion: 131072 }, CustomAttributes: [ { [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)]: AttributeType: System.Runtime.CompilerServices.NullablePublicOnlyAttribute, Constructor: { Void .ctor(Boolean): Name: .ctor, MemberType: Constructor, DeclaringType: System.Runtime.CompilerServices.NullablePublicOnlyAttribute, ReflectedType: System.Runtime.CompilerServices.NullablePublicOnlyAttribute, MetadataToken: 100663302, Module: System.Private.CoreLib.dll, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, HideBySig, SpecialName, RTSpecialName, CallingConvention: Standard, HasThis, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, IsAbstract: False, IsConstructor: True, IsFinal: False, IsHideBySig: True, IsSpecialName: True, IsStatic: False, .. }, ConstructorArguments: [ (Boolean)False ], NamedArguments: [ ] }, { [System.Runtime.CompilerServices.SkipLocalsInitAttribute()]: AttributeType: System.Runtime.CompilerServices.SkipLocalsInitAttribute, Constructor: { Void .ctor(): Name: .ctor, MemberType: Constructor, DeclaringType: System.Runtime.CompilerServices.SkipLocalsInitAttribute, ReflectedType: System.Runtime.CompilerServices.SkipLocalsInitAttribute, MetadataToken: 100681208, Module: System.Private.CoreLib.dll, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, HideBySig, SpecialName, RTSpecialName, CallingConvention: Standard, HasThis, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, IsAbstract: False, IsConstructor: True, IsFinal: False, IsHideBySig: True, IsSpecialName: True, IsStatic: False, .. }, ConstructorArguments: [ ], NamedArguments: [ ] } ] }, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: { System.RuntimeMethodHandle: Value: 140304027485192 }, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_WriteTimeout(): Name: get_WriteTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684461, Module: { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: { System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: CodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, FullName: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, EntryPoint: <null>, DefinedTypes: [ Microsoft.CodeAnalysis.EmbeddedAttribute, System.Runtime.CompilerServices.IsUnmanagedAttribute, System.Runtime.CompilerServices.NullableAttribute, System.Runtime.CompilerServices.NullableContextAttribute, System.Runtime.CompilerServices.NullablePublicOnlyAttribute, System.Runtime.CompilerServices.NativeIntegerAttribute, Interop, Interop+Kernel32, Interop+Ole32, Interop+OleAut32, Interop+Globalization, Interop+Globalization+ResultCode, Interop+Globalization+TimeZoneDisplayNameType, Interop+BOOL, Interop+Advapi32, Interop+Advapi32+ActivityControl, Interop+Advapi32+EVENT_FILTER_DESCRIPTOR, Interop+Advapi32+EtwEnableCallback, Interop+HostPolicy, Interop+HostPolicy+corehost_resolve_component_dependencies_result_fn ... (2044 more) ], IsCollectible: False, ManifestModule: System.Private.CoreLib.dll, ReflectionOnly: False, Location: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ImageRuntimeVersion: v4.0.30319, GlobalAssemblyCache: False, HostContext: 0, IsDynamic: False, ExportedTypes: [ Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeWaitHandle, Microsoft.Win32.SafeHandles.SafeFileHandle, System.ArgIterator, System.Array, System.Attribute, System.BadImageFormatException, System.Buffer, System.Decimal, System.Delegate, System.Enum, System.Environment, System.Environment+SpecialFolder, System.Environment+SpecialFolderOption, System.Exception, System.GCCollectionMode, System.GCNotificationStatus ... (1086 more) ], IsFullyTrusted: True, CustomAttributes: [ [System.Reflection.AssemblyProductAttribute("Microsoft® .NET")], [System.Runtime.CompilerServices.CompilationRelaxationsAttribute((Int32)8)], [System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows = True)], [System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute+DebuggingModes)2)], [System.CLSCompliantAttribute((Boolean)True)], [System.Runtime.InteropServices.ComVisibleAttribute((Boolean)False)], [System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)2050)], [System.Reflection.AssemblyMetadataAttribute("Serviceable", "True")], [System.Reflection.AssemblyMetadataAttribute(".NETFrameworkAssembly", "")], [System.Resources.NeutralResourcesLanguageAttribute("en-US")], [System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")], [System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")], [System.Reflection.AssemblyConfigurationAttribute("Release")], [System.Reflection.AssemblyCopyrightAttribute("© Microsoft Corporation. All rights reserved.")], [System.Reflection.AssemblyDescriptionAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyFileVersionAttribute("5.0.1121.47308")], [System.Reflection.AssemblyInformationalVersionAttribute("5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc")], [System.Runtime.CompilerServices.ExtensionAttribute()], [System.Reflection.AssemblyTitleAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "git://github.com/dotnet/runtime")] ], EscapedCodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, Modules: [ System.Private.CoreLib.dll ], SecurityRuleSet: None }, ModuleHandle: { System.ModuleHandle: MDStreamVersion: 131072 }, CustomAttributes: [ [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)], [System.Runtime.CompilerServices.SkipLocalsInitAttribute()] ] }, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: { System.RuntimeMethodHandle: Value: 140304027485192 }, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_WriteTimeout(): Name: get_WriteTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684461, Module: System.Private.CoreLib.dll, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: Int32 , ReturnParameter: Int32 , IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, ReturnParameter: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_WriteTimeout(): Name: get_WriteTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684461, Module: System.Private.CoreLib.dll, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: Int32 , ReturnParameter: Int32 , IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, ReturnParameter: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_WriteTimeout(): Name: get_WriteTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684461, Module: { System.Private.CoreLib.dll: MDStreamVersion: 131072, FullyQualifiedName: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ModuleVersionId: 53ef14d9-e3b9-404f-ad8f-84cace173c67, MetadataToken: 1, ScopeName: System.Private.CoreLib.dll, Name: System.Private.CoreLib.dll, Assembly: { System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: CodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, FullName: System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, EntryPoint: <null>, DefinedTypes: [ Microsoft.CodeAnalysis.EmbeddedAttribute, System.Runtime.CompilerServices.IsUnmanagedAttribute, System.Runtime.CompilerServices.NullableAttribute, System.Runtime.CompilerServices.NullableContextAttribute, System.Runtime.CompilerServices.NullablePublicOnlyAttribute, System.Runtime.CompilerServices.NativeIntegerAttribute, Interop, Interop+Kernel32, Interop+Ole32, Interop+OleAut32, Interop+Globalization, Interop+Globalization+ResultCode, Interop+Globalization+TimeZoneDisplayNameType, Interop+BOOL, Interop+Advapi32, Interop+Advapi32+ActivityControl, Interop+Advapi32+EVENT_FILTER_DESCRIPTOR, Interop+Advapi32+EtwEnableCallback, Interop+HostPolicy, Interop+HostPolicy+corehost_resolve_component_dependencies_result_fn ... (2044 more) ], IsCollectible: False, ManifestModule: System.Private.CoreLib.dll, ReflectionOnly: False, Location: /usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, ImageRuntimeVersion: v4.0.30319, GlobalAssemblyCache: False, HostContext: 0, IsDynamic: False, ExportedTypes: [ Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid, Microsoft.Win32.SafeHandles.SafeWaitHandle, Microsoft.Win32.SafeHandles.SafeFileHandle, System.ArgIterator, System.Array, System.Attribute, System.BadImageFormatException, System.Buffer, System.Decimal, System.Delegate, System.Enum, System.Environment, System.Environment+SpecialFolder, System.Environment+SpecialFolderOption, System.Exception, System.GCCollectionMode, System.GCNotificationStatus ... (1086 more) ], IsFullyTrusted: True, CustomAttributes: [ [System.Reflection.AssemblyProductAttribute("Microsoft® .NET")], [System.Runtime.CompilerServices.CompilationRelaxationsAttribute((Int32)8)], [System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows = True)], [System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute+DebuggingModes)2)], [System.CLSCompliantAttribute((Boolean)True)], [System.Runtime.InteropServices.ComVisibleAttribute((Boolean)False)], [System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)2050)], [System.Reflection.AssemblyMetadataAttribute("Serviceable", "True")], [System.Reflection.AssemblyMetadataAttribute(".NETFrameworkAssembly", "")], [System.Resources.NeutralResourcesLanguageAttribute("en-US")], [System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")], [System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")], [System.Reflection.AssemblyConfigurationAttribute("Release")], [System.Reflection.AssemblyCopyrightAttribute("© Microsoft Corporation. All rights reserved.")], [System.Reflection.AssemblyDescriptionAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyFileVersionAttribute("5.0.1121.47308")], [System.Reflection.AssemblyInformationalVersionAttribute("5.0.11+f431858f8b1f1510723ace6343786c9194dbd7fc")], [System.Runtime.CompilerServices.ExtensionAttribute()], [System.Reflection.AssemblyTitleAttribute("System.Private.CoreLib")], [System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "git://github.com/dotnet/runtime")] ], EscapedCodeBase: file:///usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.11/System.Private.CoreLib.dll, Modules: [ System.Private.CoreLib.dll ], SecurityRuleSet: None }, ModuleHandle: { System.ModuleHandle: MDStreamVersion: 131072 }, CustomAttributes: [ [System.Runtime.CompilerServices.NullablePublicOnlyAttribute((Boolean)False)], [System.Runtime.CompilerServices.SkipLocalsInitAttribute()] ] }, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: { System.RuntimeMethodHandle: Value: 140304027485192 }, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_WriteTimeout(): Name: get_WriteTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684461, Module: System.Private.CoreLib.dll, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: Int32 , ReturnParameter: Int32 , IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, ReturnParameter: { Int32 : ParameterType: System.Int32, Name: <null>, HasDefaultValue: True, DefaultValue: <null>, RawDefaultValue: <null>, MetadataToken: 134217728, Attributes: None, Member: { Int32 get_WriteTimeout(): Name: get_WriteTimeout, DeclaringType: System.IO.Stream, ReflectedType: System.IO.Stream, MemberType: Method, MetadataToken: 100684461, Module: System.Private.CoreLib.dll, IsSecurityCritical: True, IsSecuritySafeCritical: False, IsSecurityTransparent: False, MethodHandle: System.RuntimeMethodHandle, Attributes: PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName, CallingConvention: Standard, HasThis, ReturnType: System.Int32, ReturnTypeCustomAttributes: Int32 , ReturnParameter: Int32 , IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, Position: -1, IsIn: False, IsLcid: False, IsOptional: False, IsOut: False, IsRetval: False, CustomAttributes: [ ] }, IsCollectible: False, IsGenericMethod: False, IsGenericMethodDefinition: False, ContainsGenericParameters: False, MethodImplementationFlags: Managed, .. }, StackTrace: at System.IO.Stream.get_WriteTimeout()
at lambda_method467(Closure , FileStream )
at Microsoft.DotNet.Interactive.Formatting.MemberAccessor1.GetValueOrException(T instance) in D:\workspace\_work\1\s\src\Microsoft.DotNet.Interactive.Formatting\MemberAccessor{T}.cs:line 57, Message: Timeouts are not supported on this stream., Data: [ ], InnerException: <null>, HelpLink: <null>, Source: System.Private.CoreLib, HResult: -2146233079 } |
Change Image Dimensions and Scale¶
In addition to the image format, we can provide arguments to specify the image width and height in logical pixels. They also provide a scale parameter that can be used to increase (scale > 1) or decrease (scale < 1) the physical resolution of the resulting image.
In [9]:
let N = 100
let rnd = System.Random()
let x = Array.init N (fun _ -> rnd.NextDouble())
let y = Array.init N (fun _ -> rnd.NextDouble())
let marker = Marker.init(Size= 30,Colorscale=StyleParam.Colorscale.Viridis);
marker?color <- x
marker?scale <- 2
let scatter =
Chart.Scatter(x,y,StyleParam.Mode.Markers)
|>Chart.withMarker(marker)
|> Chart.withSize(800.,500.)
|>Chart.showAsImage(StyleParam.ImageFormat.PNG)
In [10]:
scatter