Update a storage
PUT /api/2.0/settings/storage
Request
Updates a storage with the parameters specified in the request.
Authorization
An API key is a token that you provide when making API calls. Include the token in a cookie parameter called asc_auth_key
.
Example: asc_auth_key=864FE52C-1C1C-469F-9308-51DAFEFE7436
.
Headers
- Accept
enum of string
Can be one of:
application/json
,text/json
,text/plain
.- Content-Type
enum of string
Can be one of:
application/json
,application/*+json
,text/json
.
Body
Storage settings request parameters
- module
string
Storage name
- props
object
Storage properties
Examples
PUT /api/2.0/settings/storage HTTP/1.1
Accept: application/json
Content-Length: 110
Content-Type: application/json
Host: example.com
{
"module": "some text",
"props": [
{
"key": "some text",
"value": "some text"
}
]
}
curl --request PUT \
--url https://example.com/api/2.0/settings/storage \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"module": "some text",
"props": [
{
"key": "some text",
"value": "some text"
}
]
}'
Responses
200
Updated storage settings
- module
string
- props
object
- switch
object
- target
unknown
- method
object
- name
string
- declaringType
object
- name
string
- customAttributes
array of unknown
- isCollectible
boolean
- metadataToken
integer
int32 - isInterface
boolean
- memberType
enum of integer
int32 Can be one of:
1
,2
,4
,8
,16
,32
,64
,128
,191
.- namespace
string
- assemblyQualifiedName
string
- fullName
string
- assembly
object
- definedTypes
array of unknown
- exportedTypes
array of unknown
- codeBase
string
- entryPoint
circular reference
- fullName
string
- imageRuntimeVersion
string
- isDynamic
boolean
- location
string
- reflectionOnly
boolean
- isCollectible
boolean
- isFullyTrusted
boolean
- customAttributes
array of unknown
- escapedCodeBase
string
- manifestModule
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- modules
array of unknown
- globalAssemblyCache
boolean
- hostContext
integer
int64 - securityRuleSet
enum of integer
int32 Can be one of:
0
,1
,2
.
- module
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- isNested
boolean
- declaringType
circular reference
- declaringMethod
object
- memberType
enum of integer
int32 Can be one of:
1
,2
,4
,8
,16
,32
,64
,128
,191
.- name
string
- declaringType
circular reference
- reflectedType
circular reference
- module
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- customAttributes
array of unknown
- isCollectible
boolean
- metadataToken
integer
int32 - attributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,5
,6
,7
,8
,16
,32
,64
,128
,256
,512
,1024
,2048
,4096
,8192
,16384
,32768
,53248
.- methodImplementationFlags
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,8
,16
,32
,64
,128
,256
,512
,4096
,65535
.- callingConvention
enum of integer
int32 Can be one of:
1
,2
,3
,32
,64
.- isAbstract
boolean
- isConstructor
boolean
- isFinal
boolean
- isHideBySig
boolean
- isSpecialName
boolean
- isStatic
boolean
- isVirtual
boolean
- isAssembly
boolean
- isFamily
boolean
- isFamilyAndAssembly
boolean
- isFamilyOrAssembly
boolean
- isPrivate
boolean
- isPublic
boolean
- isConstructedGenericMethod
boolean
- isGenericMethod
boolean
- isGenericMethodDefinition
boolean
- containsGenericParameters
boolean
- methodHandle
object
- value
object
- isSecurityCritical
boolean
- isSecuritySafeCritical
boolean
- isSecurityTransparent
boolean
- reflectedType
circular reference
- underlyingSystemType
circular reference
- isTypeDefinition
boolean
- isArray
boolean
- isByRef
boolean
- isPointer
boolean
- isConstructedGenericType
boolean
- isGenericParameter
boolean
- isGenericTypeParameter
boolean
- isGenericMethodParameter
boolean
- isGenericType
boolean
- isGenericTypeDefinition
boolean
- isSZArray
boolean
- isVariableBoundArray
boolean
- isByRefLike
boolean
- isFunctionPointer
boolean
- isUnmanagedFunctionPointer
boolean
- hasElementType
boolean
- genericTypeArguments
array of unknown
- genericParameterPosition
integer
int32 - genericParameterAttributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,8
,16
,28
.- attributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,5
,6
,7
,8
,16
,24
,32
,128
,256
,1024
,2048
,4096
,8192
,16384
,65536
,131072
,196608
,262144
,264192
,1048576
,12582912
.- isAbstract
boolean
- isImport
boolean
- isSealed
boolean
- isSpecialName
boolean
- isClass
boolean
- isNestedAssembly
boolean
- isNestedFamANDAssem
boolean
- isNestedFamily
boolean
- isNestedFamORAssem
boolean
- isNestedPrivate
boolean
- isNestedPublic
boolean
- isNotPublic
boolean
- isPublic
boolean
- isAutoLayout
boolean
- isExplicitLayout
boolean
- isLayoutSequential
boolean
- isAnsiClass
boolean
- isAutoClass
boolean
- isUnicodeClass
boolean
- isCOMObject
boolean
- isContextful
boolean
- isEnum
boolean
- isMarshalByRef
boolean
- isPrimitive
boolean
- isValueType
boolean
- isSignatureType
boolean
- isSecurityCritical
boolean
- isSecuritySafeCritical
boolean
- isSecurityTransparent
boolean
- structLayoutAttribute
object
- typeId
unknown
- value
enum of integer
int32 Can be one of:
0
,2
,3
.
- typeInitializer
object
- name
string
- declaringType
circular reference
- reflectedType
circular reference
- module
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- customAttributes
array of unknown
- isCollectible
boolean
- metadataToken
integer
int32 - attributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,5
,6
,7
,8
,16
,32
,64
,128
,256
,512
,1024
,2048
,4096
,8192
,16384
,32768
,53248
.- methodImplementationFlags
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,8
,16
,32
,64
,128
,256
,512
,4096
,65535
.- callingConvention
enum of integer
int32 Can be one of:
1
,2
,3
,32
,64
.- isAbstract
boolean
- isConstructor
boolean
- isFinal
boolean
- isHideBySig
boolean
- isSpecialName
boolean
- isStatic
boolean
- isVirtual
boolean
- isAssembly
boolean
- isFamily
boolean
- isFamilyAndAssembly
boolean
- isFamilyOrAssembly
boolean
- isPrivate
boolean
- isPublic
boolean
- isConstructedGenericMethod
boolean
- isGenericMethod
boolean
- isGenericMethodDefinition
boolean
- containsGenericParameters
boolean
- methodHandle
object
- value
object
- isSecurityCritical
boolean
- isSecuritySafeCritical
boolean
- isSecurityTransparent
boolean
- memberType
enum of integer
int32 Can be one of:
1
,2
,4
,8
,16
,32
,64
,128
,191
.
- typeHandle
object
- value
object
- guid
string
uuid - baseType
circular reference
- isSerializable
boolean
- containsGenericParameters
boolean
- isVisible
boolean
- reflectedType
object
- name
string
- customAttributes
array of unknown
- isCollectible
boolean
- metadataToken
integer
int32 - isInterface
boolean
- memberType
enum of integer
int32 Can be one of:
1
,2
,4
,8
,16
,32
,64
,128
,191
.- namespace
string
- assemblyQualifiedName
string
- fullName
string
- assembly
object
- definedTypes
array of unknown
- exportedTypes
array of unknown
- codeBase
string
- entryPoint
circular reference
- fullName
string
- imageRuntimeVersion
string
- isDynamic
boolean
- location
string
- reflectionOnly
boolean
- isCollectible
boolean
- isFullyTrusted
boolean
- customAttributes
array of unknown
- escapedCodeBase
string
- manifestModule
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- modules
array of unknown
- globalAssemblyCache
boolean
- hostContext
integer
int64 - securityRuleSet
enum of integer
int32 Can be one of:
0
,1
,2
.
- module
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- isNested
boolean
- declaringType
circular reference
- declaringMethod
object
- memberType
enum of integer
int32 Can be one of:
1
,2
,4
,8
,16
,32
,64
,128
,191
.- name
string
- declaringType
circular reference
- reflectedType
circular reference
- module
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- customAttributes
array of unknown
- isCollectible
boolean
- metadataToken
integer
int32 - attributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,5
,6
,7
,8
,16
,32
,64
,128
,256
,512
,1024
,2048
,4096
,8192
,16384
,32768
,53248
.- methodImplementationFlags
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,8
,16
,32
,64
,128
,256
,512
,4096
,65535
.- callingConvention
enum of integer
int32 Can be one of:
1
,2
,3
,32
,64
.- isAbstract
boolean
- isConstructor
boolean
- isFinal
boolean
- isHideBySig
boolean
- isSpecialName
boolean
- isStatic
boolean
- isVirtual
boolean
- isAssembly
boolean
- isFamily
boolean
- isFamilyAndAssembly
boolean
- isFamilyOrAssembly
boolean
- isPrivate
boolean
- isPublic
boolean
- isConstructedGenericMethod
boolean
- isGenericMethod
boolean
- isGenericMethodDefinition
boolean
- containsGenericParameters
boolean
- methodHandle
object
- value
object
- isSecurityCritical
boolean
- isSecuritySafeCritical
boolean
- isSecurityTransparent
boolean
- reflectedType
circular reference
- underlyingSystemType
circular reference
- isTypeDefinition
boolean
- isArray
boolean
- isByRef
boolean
- isPointer
boolean
- isConstructedGenericType
boolean
- isGenericParameter
boolean
- isGenericTypeParameter
boolean
- isGenericMethodParameter
boolean
- isGenericType
boolean
- isGenericTypeDefinition
boolean
- isSZArray
boolean
- isVariableBoundArray
boolean
- isByRefLike
boolean
- isFunctionPointer
boolean
- isUnmanagedFunctionPointer
boolean
- hasElementType
boolean
- genericTypeArguments
array of unknown
- genericParameterPosition
integer
int32 - genericParameterAttributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,8
,16
,28
.- attributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,5
,6
,7
,8
,16
,24
,32
,128
,256
,1024
,2048
,4096
,8192
,16384
,65536
,131072
,196608
,262144
,264192
,1048576
,12582912
.- isAbstract
boolean
- isImport
boolean
- isSealed
boolean
- isSpecialName
boolean
- isClass
boolean
- isNestedAssembly
boolean
- isNestedFamANDAssem
boolean
- isNestedFamily
boolean
- isNestedFamORAssem
boolean
- isNestedPrivate
boolean
- isNestedPublic
boolean
- isNotPublic
boolean
- isPublic
boolean
- isAutoLayout
boolean
- isExplicitLayout
boolean
- isLayoutSequential
boolean
- isAnsiClass
boolean
- isAutoClass
boolean
- isUnicodeClass
boolean
- isCOMObject
boolean
- isContextful
boolean
- isEnum
boolean
- isMarshalByRef
boolean
- isPrimitive
boolean
- isValueType
boolean
- isSignatureType
boolean
- isSecurityCritical
boolean
- isSecuritySafeCritical
boolean
- isSecurityTransparent
boolean
- structLayoutAttribute
object
- typeId
unknown
- value
enum of integer
int32 Can be one of:
0
,2
,3
.
- typeInitializer
object
- name
string
- declaringType
circular reference
- reflectedType
circular reference
- module
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- customAttributes
array of unknown
- isCollectible
boolean
- metadataToken
integer
int32 - attributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,5
,6
,7
,8
,16
,32
,64
,128
,256
,512
,1024
,2048
,4096
,8192
,16384
,32768
,53248
.- methodImplementationFlags
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,8
,16
,32
,64
,128
,256
,512
,4096
,65535
.- callingConvention
enum of integer
int32 Can be one of:
1
,2
,3
,32
,64
.- isAbstract
boolean
- isConstructor
boolean
- isFinal
boolean
- isHideBySig
boolean
- isSpecialName
boolean
- isStatic
boolean
- isVirtual
boolean
- isAssembly
boolean
- isFamily
boolean
- isFamilyAndAssembly
boolean
- isFamilyOrAssembly
boolean
- isPrivate
boolean
- isPublic
boolean
- isConstructedGenericMethod
boolean
- isGenericMethod
boolean
- isGenericMethodDefinition
boolean
- containsGenericParameters
boolean
- methodHandle
object
- value
object
- isSecurityCritical
boolean
- isSecuritySafeCritical
boolean
- isSecurityTransparent
boolean
- memberType
enum of integer
int32 Can be one of:
1
,2
,4
,8
,16
,32
,64
,128
,191
.
- typeHandle
object
- value
object
- guid
string
uuid - baseType
circular reference
- isSerializable
boolean
- containsGenericParameters
boolean
- isVisible
boolean
- module
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- customAttributes
array of unknown
- isCollectible
boolean
- metadataToken
integer
int32 - attributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,5
,6
,7
,8
,16
,32
,64
,128
,256
,512
,1024
,2048
,4096
,8192
,16384
,32768
,53248
.- methodImplementationFlags
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,8
,16
,32
,64
,128
,256
,512
,4096
,65535
.- callingConvention
enum of integer
int32 Can be one of:
1
,2
,3
,32
,64
.- isAbstract
boolean
- isConstructor
boolean
- isFinal
boolean
- isHideBySig
boolean
- isSpecialName
boolean
- isStatic
boolean
- isVirtual
boolean
- isAssembly
boolean
- isFamily
boolean
- isFamilyAndAssembly
boolean
- isFamilyOrAssembly
boolean
- isPrivate
boolean
- isPublic
boolean
- isConstructedGenericMethod
boolean
- isGenericMethod
boolean
- isGenericMethodDefinition
boolean
- containsGenericParameters
boolean
- methodHandle
object
- value
object
- isSecurityCritical
boolean
- isSecuritySafeCritical
boolean
- isSecurityTransparent
boolean
- memberType
enum of integer
int32 Can be one of:
1
,2
,4
,8
,16
,32
,64
,128
,191
.- returnParameter
object
- attributes
enum of integer
int32 Can be one of:
0
,1
,2
,4
,8
,16
,4096
,8192
,16384
,32768
,61440
.- member
object
- memberType
enum of integer
int32 Can be one of:
1
,2
,4
,8
,16
,32
,64
,128
,191
.- name
string
- declaringType
object
- name
string
- customAttributes
array of unknown
- isCollectible
boolean
- metadataToken
integer
int32 - isInterface
boolean
- memberType
enum of integer
int32 Can be one of:
1
,2
,4
,8
,16
,32
,64
,128
,191
.- namespace
string
- assemblyQualifiedName
string
- fullName
string
- assembly
object
- definedTypes
array of unknown
- exportedTypes
array of unknown
- codeBase
string
- entryPoint
circular reference
- fullName
string
- imageRuntimeVersion
string
- isDynamic
boolean
- location
string
- reflectionOnly
boolean
- isCollectible
boolean
- isFullyTrusted
boolean
- customAttributes
array of unknown
- escapedCodeBase
string
- manifestModule
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- modules
array of unknown
- globalAssemblyCache
boolean
- hostContext
integer
int64 - securityRuleSet
enum of integer
int32 Can be one of:
0
,1
,2
.
- module
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- isNested
boolean
- declaringType
circular reference
- declaringMethod
object
- memberType
enum of integer
int32 Can be one of:
1
,2
,4
,8
,16
,32
,64
,128
,191
.- name
string
- declaringType
circular reference
- reflectedType
circular reference
- module
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- customAttributes
array of unknown
- isCollectible
boolean
- metadataToken
integer
int32 - attributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,5
,6
,7
,8
,16
,32
,64
,128
,256
,512
,1024
,2048
,4096
,8192
,16384
,32768
,53248
.- methodImplementationFlags
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,8
,16
,32
,64
,128
,256
,512
,4096
,65535
.- callingConvention
enum of integer
int32 Can be one of:
1
,2
,3
,32
,64
.- isAbstract
boolean
- isConstructor
boolean
- isFinal
boolean
- isHideBySig
boolean
- isSpecialName
boolean
- isStatic
boolean
- isVirtual
boolean
- isAssembly
boolean
- isFamily
boolean
- isFamilyAndAssembly
boolean
- isFamilyOrAssembly
boolean
- isPrivate
boolean
- isPublic
boolean
- isConstructedGenericMethod
boolean
- isGenericMethod
boolean
- isGenericMethodDefinition
boolean
- containsGenericParameters
boolean
- methodHandle
object
- value
object
- isSecurityCritical
boolean
- isSecuritySafeCritical
boolean
- isSecurityTransparent
boolean
- reflectedType
circular reference
- underlyingSystemType
circular reference
- isTypeDefinition
boolean
- isArray
boolean
- isByRef
boolean
- isPointer
boolean
- isConstructedGenericType
boolean
- isGenericParameter
boolean
- isGenericTypeParameter
boolean
- isGenericMethodParameter
boolean
- isGenericType
boolean
- isGenericTypeDefinition
boolean
- isSZArray
boolean
- isVariableBoundArray
boolean
- isByRefLike
boolean
- isFunctionPointer
boolean
- isUnmanagedFunctionPointer
boolean
- hasElementType
boolean
- genericTypeArguments
array of unknown
- genericParameterPosition
integer
int32 - genericParameterAttributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,8
,16
,28
.- attributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,5
,6
,7
,8
,16
,24
,32
,128
,256
,1024
,2048
,4096
,8192
,16384
,65536
,131072
,196608
,262144
,264192
,1048576
,12582912
.- isAbstract
boolean
- isImport
boolean
- isSealed
boolean
- isSpecialName
boolean
- isClass
boolean
- isNestedAssembly
boolean
- isNestedFamANDAssem
boolean
- isNestedFamily
boolean
- isNestedFamORAssem
boolean
- isNestedPrivate
boolean
- isNestedPublic
boolean
- isNotPublic
boolean
- isPublic
boolean
- isAutoLayout
boolean
- isExplicitLayout
boolean
- isLayoutSequential
boolean
- isAnsiClass
boolean
- isAutoClass
boolean
- isUnicodeClass
boolean
- isCOMObject
boolean
- isContextful
boolean
- isEnum
boolean
- isMarshalByRef
boolean
- isPrimitive
boolean
- isValueType
boolean
- isSignatureType
boolean
- isSecurityCritical
boolean
- isSecuritySafeCritical
boolean
- isSecurityTransparent
boolean
- structLayoutAttribute
object
- typeId
unknown
- value
enum of integer
int32 Can be one of:
0
,2
,3
.
- typeInitializer
object
- name
string
- declaringType
circular reference
- reflectedType
circular reference
- module
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- customAttributes
array of unknown
- isCollectible
boolean
- metadataToken
integer
int32 - attributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,5
,6
,7
,8
,16
,32
,64
,128
,256
,512
,1024
,2048
,4096
,8192
,16384
,32768
,53248
.- methodImplementationFlags
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,8
,16
,32
,64
,128
,256
,512
,4096
,65535
.- callingConvention
enum of integer
int32 Can be one of:
1
,2
,3
,32
,64
.- isAbstract
boolean
- isConstructor
boolean
- isFinal
boolean
- isHideBySig
boolean
- isSpecialName
boolean
- isStatic
boolean
- isVirtual
boolean
- isAssembly
boolean
- isFamily
boolean
- isFamilyAndAssembly
boolean
- isFamilyOrAssembly
boolean
- isPrivate
boolean
- isPublic
boolean
- isConstructedGenericMethod
boolean
- isGenericMethod
boolean
- isGenericMethodDefinition
boolean
- containsGenericParameters
boolean
- methodHandle
object
- value
object
- isSecurityCritical
boolean
- isSecuritySafeCritical
boolean
- isSecurityTransparent
boolean
- memberType
enum of integer
int32 Can be one of:
1
,2
,4
,8
,16
,32
,64
,128
,191
.
- typeHandle
object
- value
object
- guid
string
uuid - baseType
circular reference
- isSerializable
boolean
- containsGenericParameters
boolean
- isVisible
boolean
- reflectedType
object
- name
string
- customAttributes
array of unknown
- isCollectible
boolean
- metadataToken
integer
int32 - isInterface
boolean
- memberType
enum of integer
int32 Can be one of:
1
,2
,4
,8
,16
,32
,64
,128
,191
.- namespace
string
- assemblyQualifiedName
string
- fullName
string
- assembly
object
- definedTypes
array of unknown
- exportedTypes
array of unknown
- codeBase
string
- entryPoint
circular reference
- fullName
string
- imageRuntimeVersion
string
- isDynamic
boolean
- location
string
- reflectionOnly
boolean
- isCollectible
boolean
- isFullyTrusted
boolean
- customAttributes
array of unknown
- escapedCodeBase
string
- manifestModule
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- modules
array of unknown
- globalAssemblyCache
boolean
- hostContext
integer
int64 - securityRuleSet
enum of integer
int32 Can be one of:
0
,1
,2
.
- module
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- isNested
boolean
- declaringType
circular reference
- declaringMethod
object
- memberType
enum of integer
int32 Can be one of:
1
,2
,4
,8
,16
,32
,64
,128
,191
.- name
string
- declaringType
circular reference
- reflectedType
circular reference
- module
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- customAttributes
array of unknown
- isCollectible
boolean
- metadataToken
integer
int32 - attributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,5
,6
,7
,8
,16
,32
,64
,128
,256
,512
,1024
,2048
,4096
,8192
,16384
,32768
,53248
.- methodImplementationFlags
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,8
,16
,32
,64
,128
,256
,512
,4096
,65535
.- callingConvention
enum of integer
int32 Can be one of:
1
,2
,3
,32
,64
.- isAbstract
boolean
- isConstructor
boolean
- isFinal
boolean
- isHideBySig
boolean
- isSpecialName
boolean
- isStatic
boolean
- isVirtual
boolean
- isAssembly
boolean
- isFamily
boolean
- isFamilyAndAssembly
boolean
- isFamilyOrAssembly
boolean
- isPrivate
boolean
- isPublic
boolean
- isConstructedGenericMethod
boolean
- isGenericMethod
boolean
- isGenericMethodDefinition
boolean
- containsGenericParameters
boolean
- methodHandle
object
- value
object
- isSecurityCritical
boolean
- isSecuritySafeCritical
boolean
- isSecurityTransparent
boolean
- reflectedType
circular reference
- underlyingSystemType
circular reference
- isTypeDefinition
boolean
- isArray
boolean
- isByRef
boolean
- isPointer
boolean
- isConstructedGenericType
boolean
- isGenericParameter
boolean
- isGenericTypeParameter
boolean
- isGenericMethodParameter
boolean
- isGenericType
boolean
- isGenericTypeDefinition
boolean
- isSZArray
boolean
- isVariableBoundArray
boolean
- isByRefLike
boolean
- isFunctionPointer
boolean
- isUnmanagedFunctionPointer
boolean
- hasElementType
boolean
- genericTypeArguments
array of unknown
- genericParameterPosition
integer
int32 - genericParameterAttributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,8
,16
,28
.- attributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,5
,6
,7
,8
,16
,24
,32
,128
,256
,1024
,2048
,4096
,8192
,16384
,65536
,131072
,196608
,262144
,264192
,1048576
,12582912
.- isAbstract
boolean
- isImport
boolean
- isSealed
boolean
- isSpecialName
boolean
- isClass
boolean
- isNestedAssembly
boolean
- isNestedFamANDAssem
boolean
- isNestedFamily
boolean
- isNestedFamORAssem
boolean
- isNestedPrivate
boolean
- isNestedPublic
boolean
- isNotPublic
boolean
- isPublic
boolean
- isAutoLayout
boolean
- isExplicitLayout
boolean
- isLayoutSequential
boolean
- isAnsiClass
boolean
- isAutoClass
boolean
- isUnicodeClass
boolean
- isCOMObject
boolean
- isContextful
boolean
- isEnum
boolean
- isMarshalByRef
boolean
- isPrimitive
boolean
- isValueType
boolean
- isSignatureType
boolean
- isSecurityCritical
boolean
- isSecuritySafeCritical
boolean
- isSecurityTransparent
boolean
- structLayoutAttribute
object
- typeId
unknown
- value
enum of integer
int32 Can be one of:
0
,2
,3
.
- typeInitializer
object
- name
string
- declaringType
circular reference
- reflectedType
circular reference
- module
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- customAttributes
array of unknown
- isCollectible
boolean
- metadataToken
integer
int32 - attributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,5
,6
,7
,8
,16
,32
,64
,128
,256
,512
,1024
,2048
,4096
,8192
,16384
,32768
,53248
.- methodImplementationFlags
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,8
,16
,32
,64
,128
,256
,512
,4096
,65535
.- callingConvention
enum of integer
int32 Can be one of:
1
,2
,3
,32
,64
.- isAbstract
boolean
- isConstructor
boolean
- isFinal
boolean
- isHideBySig
boolean
- isSpecialName
boolean
- isStatic
boolean
- isVirtual
boolean
- isAssembly
boolean
- isFamily
boolean
- isFamilyAndAssembly
boolean
- isFamilyOrAssembly
boolean
- isPrivate
boolean
- isPublic
boolean
- isConstructedGenericMethod
boolean
- isGenericMethod
boolean
- isGenericMethodDefinition
boolean
- containsGenericParameters
boolean
- methodHandle
object
- value
object
- isSecurityCritical
boolean
- isSecuritySafeCritical
boolean
- isSecurityTransparent
boolean
- memberType
enum of integer
int32 Can be one of:
1
,2
,4
,8
,16
,32
,64
,128
,191
.
- typeHandle
object
- value
object
- guid
string
uuid - baseType
circular reference
- isSerializable
boolean
- containsGenericParameters
boolean
- isVisible
boolean
- module
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- customAttributes
array of unknown
- isCollectible
boolean
- metadataToken
integer
int32
- name
string
- parameterType
object
- name
string
- customAttributes
array of unknown
- isCollectible
boolean
- metadataToken
integer
int32 - isInterface
boolean
- memberType
enum of integer
int32 Can be one of:
1
,2
,4
,8
,16
,32
,64
,128
,191
.- namespace
string
- assemblyQualifiedName
string
- fullName
string
- assembly
object
- definedTypes
array of unknown
- exportedTypes
array of unknown
- codeBase
string
- entryPoint
circular reference
- fullName
string
- imageRuntimeVersion
string
- isDynamic
boolean
- location
string
- reflectionOnly
boolean
- isCollectible
boolean
- isFullyTrusted
boolean
- customAttributes
array of unknown
- escapedCodeBase
string
- manifestModule
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- modules
array of unknown
- globalAssemblyCache
boolean
- hostContext
integer
int64 - securityRuleSet
enum of integer
int32 Can be one of:
0
,1
,2
.
- module
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- isNested
boolean
- declaringType
circular reference
- declaringMethod
object
- memberType
enum of integer
int32 Can be one of:
1
,2
,4
,8
,16
,32
,64
,128
,191
.- name
string
- declaringType
circular reference
- reflectedType
circular reference
- module
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- customAttributes
array of unknown
- isCollectible
boolean
- metadataToken
integer
int32 - attributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,5
,6
,7
,8
,16
,32
,64
,128
,256
,512
,1024
,2048
,4096
,8192
,16384
,32768
,53248
.- methodImplementationFlags
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,8
,16
,32
,64
,128
,256
,512
,4096
,65535
.- callingConvention
enum of integer
int32 Can be one of:
1
,2
,3
,32
,64
.- isAbstract
boolean
- isConstructor
boolean
- isFinal
boolean
- isHideBySig
boolean
- isSpecialName
boolean
- isStatic
boolean
- isVirtual
boolean
- isAssembly
boolean
- isFamily
boolean
- isFamilyAndAssembly
boolean
- isFamilyOrAssembly
boolean
- isPrivate
boolean
- isPublic
boolean
- isConstructedGenericMethod
boolean
- isGenericMethod
boolean
- isGenericMethodDefinition
boolean
- containsGenericParameters
boolean
- methodHandle
object
- value
object
- isSecurityCritical
boolean
- isSecuritySafeCritical
boolean
- isSecurityTransparent
boolean
- reflectedType
circular reference
- underlyingSystemType
circular reference
- isTypeDefinition
boolean
- isArray
boolean
- isByRef
boolean
- isPointer
boolean
- isConstructedGenericType
boolean
- isGenericParameter
boolean
- isGenericTypeParameter
boolean
- isGenericMethodParameter
boolean
- isGenericType
boolean
- isGenericTypeDefinition
boolean
- isSZArray
boolean
- isVariableBoundArray
boolean
- isByRefLike
boolean
- isFunctionPointer
boolean
- isUnmanagedFunctionPointer
boolean
- hasElementType
boolean
- genericTypeArguments
array of unknown
- genericParameterPosition
integer
int32 - genericParameterAttributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,8
,16
,28
.- attributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,5
,6
,7
,8
,16
,24
,32
,128
,256
,1024
,2048
,4096
,8192
,16384
,65536
,131072
,196608
,262144
,264192
,1048576
,12582912
.- isAbstract
boolean
- isImport
boolean
- isSealed
boolean
- isSpecialName
boolean
- isClass
boolean
- isNestedAssembly
boolean
- isNestedFamANDAssem
boolean
- isNestedFamily
boolean
- isNestedFamORAssem
boolean
- isNestedPrivate
boolean
- isNestedPublic
boolean
- isNotPublic
boolean
- isPublic
boolean
- isAutoLayout
boolean
- isExplicitLayout
boolean
- isLayoutSequential
boolean
- isAnsiClass
boolean
- isAutoClass
boolean
- isUnicodeClass
boolean
- isCOMObject
boolean
- isContextful
boolean
- isEnum
boolean
- isMarshalByRef
boolean
- isPrimitive
boolean
- isValueType
boolean
- isSignatureType
boolean
- isSecurityCritical
boolean
- isSecuritySafeCritical
boolean
- isSecurityTransparent
boolean
- structLayoutAttribute
object
- typeId
unknown
- value
enum of integer
int32 Can be one of:
0
,2
,3
.
- typeInitializer
object
- name
string
- declaringType
circular reference
- reflectedType
circular reference
- module
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- customAttributes
array of unknown
- isCollectible
boolean
- metadataToken
integer
int32 - attributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,5
,6
,7
,8
,16
,32
,64
,128
,256
,512
,1024
,2048
,4096
,8192
,16384
,32768
,53248
.- methodImplementationFlags
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,8
,16
,32
,64
,128
,256
,512
,4096
,65535
.- callingConvention
enum of integer
int32 Can be one of:
1
,2
,3
,32
,64
.- isAbstract
boolean
- isConstructor
boolean
- isFinal
boolean
- isHideBySig
boolean
- isSpecialName
boolean
- isStatic
boolean
- isVirtual
boolean
- isAssembly
boolean
- isFamily
boolean
- isFamilyAndAssembly
boolean
- isFamilyOrAssembly
boolean
- isPrivate
boolean
- isPublic
boolean
- isConstructedGenericMethod
boolean
- isGenericMethod
boolean
- isGenericMethodDefinition
boolean
- containsGenericParameters
boolean
- methodHandle
object
- value
object
- isSecurityCritical
boolean
- isSecuritySafeCritical
boolean
- isSecurityTransparent
boolean
- memberType
enum of integer
int32 Can be one of:
1
,2
,4
,8
,16
,32
,64
,128
,191
.
- typeHandle
object
- value
object
- guid
string
uuid - baseType
circular reference
- isSerializable
boolean
- containsGenericParameters
boolean
- isVisible
boolean
- position
integer
int32 - isIn
boolean
- isLcid
boolean
- isOptional
boolean
- isOut
boolean
- isRetval
boolean
- defaultValue
unknown
- rawDefaultValue
unknown
- hasDefaultValue
boolean
- customAttributes
array of unknown
- metadataToken
integer
int32
- returnType
object
- name
string
- customAttributes
array of unknown
- isCollectible
boolean
- metadataToken
integer
int32 - isInterface
boolean
- memberType
enum of integer
int32 Can be one of:
1
,2
,4
,8
,16
,32
,64
,128
,191
.- namespace
string
- assemblyQualifiedName
string
- fullName
string
- assembly
object
- definedTypes
array of unknown
- exportedTypes
array of unknown
- codeBase
string
- entryPoint
circular reference
- fullName
string
- imageRuntimeVersion
string
- isDynamic
boolean
- location
string
- reflectionOnly
boolean
- isCollectible
boolean
- isFullyTrusted
boolean
- customAttributes
array of unknown
- escapedCodeBase
string
- manifestModule
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- modules
array of unknown
- globalAssemblyCache
boolean
- hostContext
integer
int64 - securityRuleSet
enum of integer
int32 Can be one of:
0
,1
,2
.
- module
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- isNested
boolean
- declaringType
circular reference
- declaringMethod
object
- memberType
enum of integer
int32 Can be one of:
1
,2
,4
,8
,16
,32
,64
,128
,191
.- name
string
- declaringType
circular reference
- reflectedType
circular reference
- module
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- customAttributes
array of unknown
- isCollectible
boolean
- metadataToken
integer
int32 - attributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,5
,6
,7
,8
,16
,32
,64
,128
,256
,512
,1024
,2048
,4096
,8192
,16384
,32768
,53248
.- methodImplementationFlags
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,8
,16
,32
,64
,128
,256
,512
,4096
,65535
.- callingConvention
enum of integer
int32 Can be one of:
1
,2
,3
,32
,64
.- isAbstract
boolean
- isConstructor
boolean
- isFinal
boolean
- isHideBySig
boolean
- isSpecialName
boolean
- isStatic
boolean
- isVirtual
boolean
- isAssembly
boolean
- isFamily
boolean
- isFamilyAndAssembly
boolean
- isFamilyOrAssembly
boolean
- isPrivate
boolean
- isPublic
boolean
- isConstructedGenericMethod
boolean
- isGenericMethod
boolean
- isGenericMethodDefinition
boolean
- containsGenericParameters
boolean
- methodHandle
object
- value
object
- isSecurityCritical
boolean
- isSecuritySafeCritical
boolean
- isSecurityTransparent
boolean
- reflectedType
circular reference
- underlyingSystemType
circular reference
- isTypeDefinition
boolean
- isArray
boolean
- isByRef
boolean
- isPointer
boolean
- isConstructedGenericType
boolean
- isGenericParameter
boolean
- isGenericTypeParameter
boolean
- isGenericMethodParameter
boolean
- isGenericType
boolean
- isGenericTypeDefinition
boolean
- isSZArray
boolean
- isVariableBoundArray
boolean
- isByRefLike
boolean
- isFunctionPointer
boolean
- isUnmanagedFunctionPointer
boolean
- hasElementType
boolean
- genericTypeArguments
array of unknown
- genericParameterPosition
integer
int32 - genericParameterAttributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,8
,16
,28
.- attributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,5
,6
,7
,8
,16
,24
,32
,128
,256
,1024
,2048
,4096
,8192
,16384
,65536
,131072
,196608
,262144
,264192
,1048576
,12582912
.- isAbstract
boolean
- isImport
boolean
- isSealed
boolean
- isSpecialName
boolean
- isClass
boolean
- isNestedAssembly
boolean
- isNestedFamANDAssem
boolean
- isNestedFamily
boolean
- isNestedFamORAssem
boolean
- isNestedPrivate
boolean
- isNestedPublic
boolean
- isNotPublic
boolean
- isPublic
boolean
- isAutoLayout
boolean
- isExplicitLayout
boolean
- isLayoutSequential
boolean
- isAnsiClass
boolean
- isAutoClass
boolean
- isUnicodeClass
boolean
- isCOMObject
boolean
- isContextful
boolean
- isEnum
boolean
- isMarshalByRef
boolean
- isPrimitive
boolean
- isValueType
boolean
- isSignatureType
boolean
- isSecurityCritical
boolean
- isSecuritySafeCritical
boolean
- isSecurityTransparent
boolean
- structLayoutAttribute
object
- typeId
unknown
- value
enum of integer
int32 Can be one of:
0
,2
,3
.
- typeInitializer
object
- name
string
- declaringType
circular reference
- reflectedType
circular reference
- module
object
- assembly
circular reference
- fullyQualifiedName
string
- name
string
- mdStreamVersion
integer
int32 - moduleVersionId
string
uuid - scopeName
string
- moduleHandle
object
- mdStreamVersion
integer
int32
- customAttributes
array of unknown
- metadataToken
integer
int32
- customAttributes
array of unknown
- isCollectible
boolean
- metadataToken
integer
int32 - attributes
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,5
,6
,7
,8
,16
,32
,64
,128
,256
,512
,1024
,2048
,4096
,8192
,16384
,32768
,53248
.- methodImplementationFlags
enum of integer
int32 Can be one of:
0
,1
,2
,3
,4
,8
,16
,32
,64
,128
,256
,512
,4096
,65535
.- callingConvention
enum of integer
int32 Can be one of:
1
,2
,3
,32
,64
.- isAbstract
boolean
- isConstructor
boolean
- isFinal
boolean
- isHideBySig
boolean
- isSpecialName
boolean
- isStatic
boolean
- isVirtual
boolean
- isAssembly
boolean
- isFamily
boolean
- isFamilyAndAssembly
boolean
- isFamilyOrAssembly
boolean
- isPrivate
boolean
- isPublic
boolean
- isConstructedGenericMethod
boolean
- isGenericMethod
boolean
- isGenericMethodDefinition
boolean
- containsGenericParameters
boolean
- methodHandle
object
- value
object
- isSecurityCritical
boolean
- isSecuritySafeCritical
boolean
- isSecurityTransparent
boolean
- memberType
enum of integer
int32 Can be one of:
1
,2
,4
,8
,16
,32
,64
,128
,191
.
- typeHandle
object
- value
object
- guid
string
uuid - baseType
circular reference
- isSerializable
boolean
- containsGenericParameters
boolean
- isVisible
boolean
- returnTypeCustomAttributes
object
401
Unauthorized
403
Forbidden