@tsonic/dotnet-pure
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library) - CLR naming
1,306 lines • 149 kB
JSON
{
"namespace": "Microsoft.Win32.SafeHandles",
"types": [
{
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid",
"clrName": "Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid",
"tsEmitName": "CriticalHandleMinusOneIsInvalid",
"assemblyName": "System.Private.CoreLib",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
"clrName": "Dispose",
"tsEmitName": "Dispose$view",
"metadataToken": 100668530,
"canonicalSignature": "():System.Void",
"normalizedSignature": "Dispose|():System.Void|static=false",
"emitScope": "ViewOnly",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.IDisposable",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid::Dispose():System.Void",
"clrName": "Dispose",
"tsEmitName": "Dispose",
"metadataToken": 0,
"canonicalSignature": "():System.Void",
"normalizedSignature": "Dispose|():System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid::IsInvalid:System.Boolean",
"clrName": "IsInvalid",
"tsEmitName": "IsInvalid",
"metadataToken": 385875977,
"canonicalSignature": ":System.Boolean",
"normalizedSignature": "IsInvalid|:System.Boolean|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid",
"declaringAssemblyName": "System.Private.CoreLib"
}
],
"fields": [],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "Dispose$view",
"isStatic": false,
"tsSignatureId": "Dispose|():System.Void|static=false",
"target": {
"declaringClrType": "System.IDisposable",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668530
}
},
{
"tsName": "Dispose",
"isStatic": false,
"tsSignatureId": "Dispose|():System.Void|static=false",
"target": {
"declaringClrType": "Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 0
}
},
{
"tsName": "Close",
"isStatic": false,
"tsSignatureId": "Close|():System.Void|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.CriticalHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100694617
}
},
{
"tsName": "SetHandleAsInvalid",
"isStatic": false,
"tsSignatureId": "SetHandleAsInvalid|():System.Void|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.CriticalHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100694620
}
},
{
"tsName": "GetType",
"isStatic": false,
"tsSignatureId": "GetType|():System.Type|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664825
}
},
{
"tsName": "ToString",
"isStatic": false,
"tsSignatureId": "ToString|():System.String|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664829
}
},
{
"tsName": "Equals",
"isStatic": false,
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664830
}
},
{
"tsName": "Equals",
"isStatic": true,
"tsSignatureId": "Equals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664831
}
},
{
"tsName": "ReferenceEquals",
"isStatic": true,
"tsSignatureId": "ReferenceEquals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664832
}
},
{
"tsName": "GetHashCode",
"isStatic": false,
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664833
}
}
],
"exposedProperties": [
{
"tsName": "IsInvalid",
"isStatic": false,
"tsSignatureId": "IsInvalid|:System.Boolean|static=false|accessor=get",
"target": {
"declaringClrType": "Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385875977
}
},
{
"tsName": "IsClosed",
"isStatic": false,
"tsSignatureId": "IsClosed|:System.Boolean|static=false|accessor=get",
"target": {
"declaringClrType": "System.Runtime.InteropServices.CriticalHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385879590
}
}
]
},
{
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid",
"clrName": "Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid",
"tsEmitName": "CriticalHandleZeroOrMinusOneIsInvalid",
"assemblyName": "System.Private.CoreLib",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
"clrName": "Dispose",
"tsEmitName": "Dispose$view",
"metadataToken": 100668530,
"canonicalSignature": "():System.Void",
"normalizedSignature": "Dispose|():System.Void|static=false",
"emitScope": "ViewOnly",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.IDisposable",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid::Dispose():System.Void",
"clrName": "Dispose",
"tsEmitName": "Dispose",
"metadataToken": 0,
"canonicalSignature": "():System.Void",
"normalizedSignature": "Dispose|():System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid::IsInvalid:System.Boolean",
"clrName": "IsInvalid",
"tsEmitName": "IsInvalid",
"metadataToken": 385875978,
"canonicalSignature": ":System.Boolean",
"normalizedSignature": "IsInvalid|:System.Boolean|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid",
"declaringAssemblyName": "System.Private.CoreLib"
}
],
"fields": [],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "Dispose$view",
"isStatic": false,
"tsSignatureId": "Dispose|():System.Void|static=false",
"target": {
"declaringClrType": "System.IDisposable",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668530
}
},
{
"tsName": "Dispose",
"isStatic": false,
"tsSignatureId": "Dispose|():System.Void|static=false",
"target": {
"declaringClrType": "Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 0
}
},
{
"tsName": "Close",
"isStatic": false,
"tsSignatureId": "Close|():System.Void|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.CriticalHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100694617
}
},
{
"tsName": "SetHandleAsInvalid",
"isStatic": false,
"tsSignatureId": "SetHandleAsInvalid|():System.Void|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.CriticalHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100694620
}
},
{
"tsName": "GetType",
"isStatic": false,
"tsSignatureId": "GetType|():System.Type|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664825
}
},
{
"tsName": "ToString",
"isStatic": false,
"tsSignatureId": "ToString|():System.String|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664829
}
},
{
"tsName": "Equals",
"isStatic": false,
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664830
}
},
{
"tsName": "Equals",
"isStatic": true,
"tsSignatureId": "Equals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664831
}
},
{
"tsName": "ReferenceEquals",
"isStatic": true,
"tsSignatureId": "ReferenceEquals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664832
}
},
{
"tsName": "GetHashCode",
"isStatic": false,
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664833
}
}
],
"exposedProperties": [
{
"tsName": "IsInvalid",
"isStatic": false,
"tsSignatureId": "IsInvalid|:System.Boolean|static=false|accessor=get",
"target": {
"declaringClrType": "Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385875978
}
},
{
"tsName": "IsClosed",
"isStatic": false,
"tsSignatureId": "IsClosed|:System.Boolean|static=false|accessor=get",
"target": {
"declaringClrType": "System.Runtime.InteropServices.CriticalHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385879590
}
}
]
},
{
"stableId": "System.Security.Principal.Windows:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle",
"clrName": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle",
"tsEmitName": "SafeAccessTokenHandle",
"assemblyName": "System.Security.Principal.Windows",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
"clrName": "Dispose",
"tsEmitName": "Dispose$view",
"metadataToken": 100668530,
"canonicalSignature": "():System.Void",
"normalizedSignature": "Dispose|():System.Void|static=false",
"emitScope": "ViewOnly",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.IDisposable",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Security.Principal.Windows:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle::Dispose():System.Void",
"clrName": "Dispose",
"tsEmitName": "Dispose",
"metadataToken": 0,
"canonicalSignature": "():System.Void",
"normalizedSignature": "Dispose|():System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle",
"declaringAssemblyName": "System.Security.Principal.Windows",
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Security.Principal.Windows:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle::InvalidHandle:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle",
"clrName": "InvalidHandle",
"tsEmitName": "InvalidHandle",
"metadataToken": 385875969,
"canonicalSignature": ":Microsoft.Win32.SafeHandles.SafeAccessTokenHandle",
"normalizedSignature": "InvalidHandle|:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle|static=true|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle",
"declaringAssemblyName": "System.Security.Principal.Windows"
},
{
"stableId": "System.Security.Principal.Windows:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle::IsInvalid:System.Boolean",
"clrName": "IsInvalid",
"tsEmitName": "IsInvalid",
"metadataToken": 385875970,
"canonicalSignature": ":System.Boolean",
"normalizedSignature": "IsInvalid|:System.Boolean|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle",
"declaringAssemblyName": "System.Security.Principal.Windows"
}
],
"fields": [],
"events": [],
"constructors": [
{
"stableId": "System.Security.Principal.Windows:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle::.ctor():void",
"metadataToken": 100663297,
"canonicalSignature": "():void",
"normalizedSignature": "constructor|():void|static=false",
"isStatic": false,
"parameterCount": 0,
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle",
"declaringAssemblyName": "System.Security.Principal.Windows"
},
{
"stableId": "System.Security.Principal.Windows:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle::.ctor(System.IntPtr):void",
"metadataToken": 100663298,
"canonicalSignature": "(System.IntPtr):void",
"normalizedSignature": "constructor|(System.IntPtr):void|static=false",
"isStatic": false,
"parameterCount": 1,
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle",
"declaringAssemblyName": "System.Security.Principal.Windows"
}
],
"exposedMethods": [
{
"tsName": "Dispose$view",
"isStatic": false,
"tsSignatureId": "Dispose|():System.Void|static=false",
"target": {
"declaringClrType": "System.IDisposable",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668530
}
},
{
"tsName": "Dispose",
"isStatic": false,
"tsSignatureId": "Dispose|():System.Void|static=false",
"target": {
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle",
"declaringAssemblyName": "System.Security.Principal.Windows",
"metadataToken": 0
}
},
{
"tsName": "DangerousGetHandle",
"isStatic": false,
"tsSignatureId": "DangerousGetHandle|():System.IntPtr|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.SafeHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695051
}
},
{
"tsName": "Close",
"isStatic": false,
"tsSignatureId": "Close|():System.Void|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.SafeHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695054
}
},
{
"tsName": "SetHandleAsInvalid",
"isStatic": false,
"tsSignatureId": "SetHandleAsInvalid|():System.Void|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.SafeHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695057
}
},
{
"tsName": "DangerousAddRef",
"isStatic": false,
"tsSignatureId": "DangerousAddRef|(System.Boolean\u0026):System.Void|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.SafeHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695059
}
},
{
"tsName": "DangerousRelease",
"isStatic": false,
"tsSignatureId": "DangerousRelease|():System.Void|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.SafeHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695060
}
},
{
"tsName": "GetType",
"isStatic": false,
"tsSignatureId": "GetType|():System.Type|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664825
}
},
{
"tsName": "ToString",
"isStatic": false,
"tsSignatureId": "ToString|():System.String|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664829
}
},
{
"tsName": "Equals",
"isStatic": false,
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664830
}
},
{
"tsName": "Equals",
"isStatic": true,
"tsSignatureId": "Equals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664831
}
},
{
"tsName": "ReferenceEquals",
"isStatic": true,
"tsSignatureId": "ReferenceEquals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664832
}
},
{
"tsName": "GetHashCode",
"isStatic": false,
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664833
}
}
],
"exposedProperties": [
{
"tsName": "InvalidHandle",
"isStatic": true,
"tsSignatureId": "InvalidHandle|:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle|static=true|accessor=get",
"target": {
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle",
"declaringAssemblyName": "System.Security.Principal.Windows",
"metadataToken": 385875969
}
},
{
"tsName": "IsInvalid",
"isStatic": false,
"tsSignatureId": "IsInvalid|:System.Boolean|static=false|accessor=get",
"target": {
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle",
"declaringAssemblyName": "System.Security.Principal.Windows",
"metadataToken": 385875970
}
},
{
"tsName": "IsClosed",
"isStatic": false,
"tsSignatureId": "IsClosed|:System.Boolean|static=false|accessor=get",
"target": {
"declaringClrType": "System.Runtime.InteropServices.SafeHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385879655
}
}
],
"exposedConstructors": [
{
"isStatic": false,
"tsSignatureId": "constructor|():void|static=false",
"target": {
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle",
"declaringAssemblyName": "System.Security.Principal.Windows",
"metadataToken": 100663297
}
},
{
"isStatic": false,
"tsSignatureId": "constructor|(System.IntPtr):void|static=false",
"target": {
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle",
"declaringAssemblyName": "System.Security.Principal.Windows",
"metadataToken": 100663298
}
}
]
},
{
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeFileHandle",
"clrName": "Microsoft.Win32.SafeHandles.SafeFileHandle",
"tsEmitName": "SafeFileHandle",
"assemblyName": "System.Private.CoreLib",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
"clrName": "Dispose",
"tsEmitName": "Dispose$view",
"metadataToken": 100668530,
"canonicalSignature": "():System.Void",
"normalizedSignature": "Dispose|():System.Void|static=false",
"emitScope": "ViewOnly",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.IDisposable",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeFileHandle::Dispose():System.Void",
"clrName": "Dispose",
"tsEmitName": "Dispose",
"metadataToken": 0,
"canonicalSignature": "():System.Void",
"normalizedSignature": "Dispose|():System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeFileHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeFileHandle::IsAsync:System.Boolean",
"clrName": "IsAsync",
"tsEmitName": "IsAsync",
"metadataToken": 385875983,
"canonicalSignature": ":System.Boolean",
"normalizedSignature": "IsAsync|:System.Boolean|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeFileHandle",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeFileHandle::IsInvalid:System.Boolean",
"clrName": "IsInvalid",
"tsEmitName": "IsInvalid",
"metadataToken": 385875987,
"canonicalSignature": ":System.Boolean",
"normalizedSignature": "IsInvalid|:System.Boolean|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeFileHandle",
"declaringAssemblyName": "System.Private.CoreLib"
}
],
"fields": [],
"events": [],
"constructors": [
{
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeFileHandle::.ctor(System.IntPtr,System.Boolean):void",
"metadataToken": 100663607,
"canonicalSignature": "(System.IntPtr,System.Boolean):void",
"normalizedSignature": "constructor|(System.IntPtr,System.Boolean):void|static=false",
"isStatic": false,
"parameterCount": 2,
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeFileHandle",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeFileHandle::.ctor():void",
"metadataToken": 100663611,
"canonicalSignature": "():void",
"normalizedSignature": "constructor|():void|static=false",
"isStatic": false,
"parameterCount": 0,
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeFileHandle",
"declaringAssemblyName": "System.Private.CoreLib"
}
],
"exposedMethods": [
{
"tsName": "Dispose$view",
"isStatic": false,
"tsSignatureId": "Dispose|():System.Void|static=false",
"target": {
"declaringClrType": "System.IDisposable",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668530
}
},
{
"tsName": "Dispose",
"isStatic": false,
"tsSignatureId": "Dispose|():System.Void|static=false",
"target": {
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeFileHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 0
}
},
{
"tsName": "DangerousGetHandle",
"isStatic": false,
"tsSignatureId": "DangerousGetHandle|():System.IntPtr|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.SafeHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695051
}
},
{
"tsName": "Close",
"isStatic": false,
"tsSignatureId": "Close|():System.Void|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.SafeHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695054
}
},
{
"tsName": "SetHandleAsInvalid",
"isStatic": false,
"tsSignatureId": "SetHandleAsInvalid|():System.Void|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.SafeHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695057
}
},
{
"tsName": "DangerousAddRef",
"isStatic": false,
"tsSignatureId": "DangerousAddRef|(System.Boolean\u0026):System.Void|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.SafeHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695059
}
},
{
"tsName": "DangerousRelease",
"isStatic": false,
"tsSignatureId": "DangerousRelease|():System.Void|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.SafeHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695060
}
},
{
"tsName": "GetType",
"isStatic": false,
"tsSignatureId": "GetType|():System.Type|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664825
}
},
{
"tsName": "ToString",
"isStatic": false,
"tsSignatureId": "ToString|():System.String|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664829
}
},
{
"tsName": "Equals",
"isStatic": false,
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664830
}
},
{
"tsName": "Equals",
"isStatic": true,
"tsSignatureId": "Equals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664831
}
},
{
"tsName": "ReferenceEquals",
"isStatic": true,
"tsSignatureId": "ReferenceEquals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664832
}
},
{
"tsName": "GetHashCode",
"isStatic": false,
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664833
}
}
],
"exposedProperties": [
{
"tsName": "IsAsync",
"isStatic": false,
"tsSignatureId": "IsAsync|:System.Boolean|static=false|accessor=get",
"target": {
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeFileHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385875983
}
},
{
"tsName": "IsInvalid",
"isStatic": false,
"tsSignatureId": "IsInvalid|:System.Boolean|static=false|accessor=get",
"target": {
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeFileHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385875987
}
},
{
"tsName": "IsClosed",
"isStatic": false,
"tsSignatureId": "IsClosed|:System.Boolean|static=false|accessor=get",
"target": {
"declaringClrType": "System.Runtime.InteropServices.SafeHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385879655
}
}
],
"exposedConstructors": [
{
"isStatic": false,
"tsSignatureId": "constructor|(System.IntPtr,System.Boolean):void|static=false",
"target": {
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeFileHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100663607
}
},
{
"isStatic": false,
"tsSignatureId": "constructor|():void|static=false",
"target": {
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeFileHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100663611
}
}
]
},
{
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid",
"clrName": "Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid",
"tsEmitName": "SafeHandleMinusOneIsInvalid",
"assemblyName": "System.Private.CoreLib",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
"clrName": "Dispose",
"tsEmitName": "Dispose$view",
"metadataToken": 100668530,
"canonicalSignature": "():System.Void",
"normalizedSignature": "Dispose|():System.Void|static=false",
"emitScope": "ViewOnly",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.IDisposable",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid::Dispose():System.Void",
"clrName": "Dispose",
"tsEmitName": "Dispose",
"metadataToken": 0,
"canonicalSignature": "():System.Void",
"normalizedSignature": "Dispose|():System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid::IsInvalid:System.Boolean",
"clrName": "IsInvalid",
"tsEmitName": "IsInvalid",
"metadataToken": 385875979,
"canonicalSignature": ":System.Boolean",
"normalizedSignature": "IsInvalid|:System.Boolean|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid",
"declaringAssemblyName": "System.Private.CoreLib"
}
],
"fields": [],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "Dispose$view",
"isStatic": false,
"tsSignatureId": "Dispose|():System.Void|static=false",
"target": {
"declaringClrType": "System.IDisposable",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668530
}
},
{
"tsName": "Dispose",
"isStatic": false,
"tsSignatureId": "Dispose|():System.Void|static=false",
"target": {
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 0
}
},
{
"tsName": "DangerousGetHandle",
"isStatic": false,
"tsSignatureId": "DangerousGetHandle|():System.IntPtr|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.SafeHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695051
}
},
{
"tsName": "Close",
"isStatic": false,
"tsSignatureId": "Close|():System.Void|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.SafeHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695054
}
},
{
"tsName": "SetHandleAsInvalid",
"isStatic": false,
"tsSignatureId": "SetHandleAsInvalid|():System.Void|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.SafeHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695057
}
},
{
"tsName": "DangerousAddRef",
"isStatic": false,
"tsSignatureId": "DangerousAddRef|(System.Boolean\u0026):System.Void|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.SafeHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695059
}
},
{
"tsName": "DangerousRelease",
"isStatic": false,
"tsSignatureId": "DangerousRelease|():System.Void|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.SafeHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695060
}
},
{
"tsName": "GetType",
"isStatic": false,
"tsSignatureId": "GetType|():System.Type|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664825
}
},
{
"tsName": "ToString",
"isStatic": false,
"tsSignatureId": "ToString|():System.String|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664829
}
},
{
"tsName": "Equals",
"isStatic": false,
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664830
}
},
{
"tsName": "Equals",
"isStatic": true,
"tsSignatureId": "Equals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664831
}
},
{
"tsName": "ReferenceEquals",
"isStatic": true,
"tsSignatureId": "ReferenceEquals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664832
}
},
{
"tsName": "GetHashCode",
"isStatic": false,
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664833
}
}
],
"exposedProperties": [
{
"tsName": "IsInvalid",
"isStatic": false,
"tsSignatureId": "IsInvalid|:System.Boolean|static=false|accessor=get",
"target": {
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385875979
}
},
{
"tsName": "IsClosed",
"isStatic": false,
"tsSignatureId": "IsClosed|:System.Boolean|static=false|accessor=get",
"target": {
"declaringClrType": "System.Runtime.InteropServices.SafeHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385879655
}
}
]
},
{
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid",
"clrName": "Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid",
"tsEmitName": "SafeHandleZeroOrMinusOneIsInvalid",
"assemblyName": "System.Private.CoreLib",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
"clrName": "Dispose",
"tsEmitName": "Dispose$view",
"metadataToken": 100668530,
"canonicalSignature": "():System.Void",
"normalizedSignature": "Dispose|():System.Void|static=false",
"emitScope": "ViewOnly",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.IDisposable",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid::Dispose():System.Void",
"clrName": "Dispose",
"tsEmitName": "Dispose",
"metadataToken": 0,
"canonicalSignature": "():System.Void",
"normalizedSignature": "Dispose|():System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid::IsInvalid:System.Boolean",
"clrName": "IsInvalid",
"tsEmitName": "IsInvalid",
"metadataToken": 385875980,
"canonicalSignature": ":System.Boolean",
"normalizedSignature": "IsInvalid|:System.Boolean|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid",
"declaringAssemblyName": "System.Private.CoreLib"
}
],
"fields": [],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "Dispose$view",
"isStatic": false,
"tsSignatureId": "Dispose|():System.Void|static=false",
"target": {
"declaringClrType": "System.IDisposable",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668530
}
},
{
"tsName": "Dispose",
"isStatic": false,
"tsSignatureId": "Dispose|():System.Void|static=false",
"target": {
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 0
}
},
{
"tsName": "DangerousGetHandle",
"isStatic": false,
"tsSignatureId": "DangerousGetHandle|():System.IntPtr|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.SafeHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695051
}
},
{
"tsName": "Close",
"isStatic": false,
"tsSignatureId": "Close|():System.Void|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.SafeHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695054
}
},
{
"tsName": "SetHandleAsInvalid",
"isStatic": false,
"tsSignatureId": "SetHandleAsInvalid|():System.Void|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.SafeHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695057
}
},
{
"tsName": "DangerousAddRef",
"isStatic": false,
"tsSignatureId": "DangerousAddRef|(System.Boolean\u0026):System.Void|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.SafeHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695059
}
},
{
"tsName": "DangerousRelease",
"isStatic": false,
"tsSignatureId": "DangerousRelease|():System.Void|static=false",
"target": {
"declaringClrType": "System.Runtime.InteropServices.SafeHandle",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695060
}
},
{
"tsName": "GetType",
"isStatic": false,
"tsSignatureId": "GetType|():System.Type|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664825
}
},
{
"tsName": "ToString",
"isStatic": false,
"tsSignatureId": "ToString|():System.String|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664829
}
},
{
"tsName": "Equals",
"isStatic": false,
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664830
}
},
{
"tsName": "Equals",
"isStatic": true,
"tsSignatureId": "Equals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664831
}
},
{
"tsName": "ReferenceEquals",
"isStatic": true,
"tsSignatureId": "ReferenceEquals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664832
}
},
{
"tsName": "GetHashCode",
"isStatic": false,
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "S