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

Acceptenum of string

Can be one of: application/json, text/json, text/plain.

Content-Typeenum of string

Can be one of: application/json, application/*+json, text/json.

Body

Storage settings request parameters

modulestring

Storage name

propsobject

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

modulestring
propsobject
switchobject
targetunknown
methodobject
namestring
declaringTypeobject
namestring
customAttributesarray of unknown
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

Can be one of: 1, 2, 4, 8, 16, 32, 64, 128, 191.

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblyobject
definedTypesarray of unknown
exportedTypesarray of unknown
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of unknown
escapedCodeBasestring
manifestModuleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
modulesarray of unknown
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

moduleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
isNestedboolean
declaringTypecircular reference
declaringMethodobject
memberTypeenum of integerformat: int32

Can be one of: 1, 2, 4, 8, 16, 32, 64, 128, 191.

namestring
declaringTypecircular reference
reflectedTypecircular reference
moduleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
customAttributesarray of unknown
isCollectibleboolean
metadataTokenintegerformat: int32
attributesenum of integerformat: 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.

methodImplementationFlagsenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 8, 16, 32, 64, 128, 256, 512, 4096, 65535.

callingConventionenum of integerformat: int32

Can be one of: 1, 2, 3, 32, 64.

isAbstractboolean
isConstructorboolean
isFinalboolean
isHideBySigboolean
isSpecialNameboolean
isStaticboolean
isVirtualboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isConstructedGenericMethodboolean
isGenericMethodboolean
isGenericMethodDefinitionboolean
containsGenericParametersboolean
methodHandleobject
valueobject
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
reflectedTypecircular reference
underlyingSystemTypecircular reference
isTypeDefinitionboolean
isArrayboolean
isByRefboolean
isPointerboolean
isConstructedGenericTypeboolean
isGenericParameterboolean
isGenericTypeParameterboolean
isGenericMethodParameterboolean
isGenericTypeboolean
isGenericTypeDefinitionboolean
isSZArrayboolean
isVariableBoundArrayboolean
isByRefLikeboolean
isFunctionPointerboolean
isUnmanagedFunctionPointerboolean
hasElementTypeboolean
genericTypeArgumentsarray of unknown
genericParameterPositionintegerformat: int32
genericParameterAttributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 8, 16, 28.

attributesenum of integerformat: 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.

isAbstractboolean
isImportboolean
isSealedboolean
isSpecialNameboolean
isClassboolean
isNestedAssemblyboolean
isNestedFamANDAssemboolean
isNestedFamilyboolean
isNestedFamORAssemboolean
isNestedPrivateboolean
isNestedPublicboolean
isNotPublicboolean
isPublicboolean
isAutoLayoutboolean
isExplicitLayoutboolean
isLayoutSequentialboolean
isAnsiClassboolean
isAutoClassboolean
isUnicodeClassboolean
isCOMObjectboolean
isContextfulboolean
isEnumboolean
isMarshalByRefboolean
isPrimitiveboolean
isValueTypeboolean
isSignatureTypeboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
structLayoutAttributeobject
typeIdunknown
valueenum of integerformat: int32

Can be one of: 0, 2, 3.

typeInitializerobject
namestring
declaringTypecircular reference
reflectedTypecircular reference
moduleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
customAttributesarray of unknown
isCollectibleboolean
metadataTokenintegerformat: int32
attributesenum of integerformat: 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.

methodImplementationFlagsenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 8, 16, 32, 64, 128, 256, 512, 4096, 65535.

callingConventionenum of integerformat: int32

Can be one of: 1, 2, 3, 32, 64.

isAbstractboolean
isConstructorboolean
isFinalboolean
isHideBySigboolean
isSpecialNameboolean
isStaticboolean
isVirtualboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isConstructedGenericMethodboolean
isGenericMethodboolean
isGenericMethodDefinitionboolean
containsGenericParametersboolean
methodHandleobject
valueobject
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
memberTypeenum of integerformat: int32

Can be one of: 1, 2, 4, 8, 16, 32, 64, 128, 191.

typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
reflectedTypeobject
namestring
customAttributesarray of unknown
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

Can be one of: 1, 2, 4, 8, 16, 32, 64, 128, 191.

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblyobject
definedTypesarray of unknown
exportedTypesarray of unknown
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of unknown
escapedCodeBasestring
manifestModuleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
modulesarray of unknown
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

moduleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
isNestedboolean
declaringTypecircular reference
declaringMethodobject
memberTypeenum of integerformat: int32

Can be one of: 1, 2, 4, 8, 16, 32, 64, 128, 191.

namestring
declaringTypecircular reference
reflectedTypecircular reference
moduleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
customAttributesarray of unknown
isCollectibleboolean
metadataTokenintegerformat: int32
attributesenum of integerformat: 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.

methodImplementationFlagsenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 8, 16, 32, 64, 128, 256, 512, 4096, 65535.

callingConventionenum of integerformat: int32

Can be one of: 1, 2, 3, 32, 64.

isAbstractboolean
isConstructorboolean
isFinalboolean
isHideBySigboolean
isSpecialNameboolean
isStaticboolean
isVirtualboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isConstructedGenericMethodboolean
isGenericMethodboolean
isGenericMethodDefinitionboolean
containsGenericParametersboolean
methodHandleobject
valueobject
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
reflectedTypecircular reference
underlyingSystemTypecircular reference
isTypeDefinitionboolean
isArrayboolean
isByRefboolean
isPointerboolean
isConstructedGenericTypeboolean
isGenericParameterboolean
isGenericTypeParameterboolean
isGenericMethodParameterboolean
isGenericTypeboolean
isGenericTypeDefinitionboolean
isSZArrayboolean
isVariableBoundArrayboolean
isByRefLikeboolean
isFunctionPointerboolean
isUnmanagedFunctionPointerboolean
hasElementTypeboolean
genericTypeArgumentsarray of unknown
genericParameterPositionintegerformat: int32
genericParameterAttributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 8, 16, 28.

attributesenum of integerformat: 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.

isAbstractboolean
isImportboolean
isSealedboolean
isSpecialNameboolean
isClassboolean
isNestedAssemblyboolean
isNestedFamANDAssemboolean
isNestedFamilyboolean
isNestedFamORAssemboolean
isNestedPrivateboolean
isNestedPublicboolean
isNotPublicboolean
isPublicboolean
isAutoLayoutboolean
isExplicitLayoutboolean
isLayoutSequentialboolean
isAnsiClassboolean
isAutoClassboolean
isUnicodeClassboolean
isCOMObjectboolean
isContextfulboolean
isEnumboolean
isMarshalByRefboolean
isPrimitiveboolean
isValueTypeboolean
isSignatureTypeboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
structLayoutAttributeobject
typeIdunknown
valueenum of integerformat: int32

Can be one of: 0, 2, 3.

typeInitializerobject
namestring
declaringTypecircular reference
reflectedTypecircular reference
moduleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
customAttributesarray of unknown
isCollectibleboolean
metadataTokenintegerformat: int32
attributesenum of integerformat: 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.

methodImplementationFlagsenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 8, 16, 32, 64, 128, 256, 512, 4096, 65535.

callingConventionenum of integerformat: int32

Can be one of: 1, 2, 3, 32, 64.

isAbstractboolean
isConstructorboolean
isFinalboolean
isHideBySigboolean
isSpecialNameboolean
isStaticboolean
isVirtualboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isConstructedGenericMethodboolean
isGenericMethodboolean
isGenericMethodDefinitionboolean
containsGenericParametersboolean
methodHandleobject
valueobject
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
memberTypeenum of integerformat: int32

Can be one of: 1, 2, 4, 8, 16, 32, 64, 128, 191.

typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
moduleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
customAttributesarray of unknown
isCollectibleboolean
metadataTokenintegerformat: int32
attributesenum of integerformat: 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.

methodImplementationFlagsenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 8, 16, 32, 64, 128, 256, 512, 4096, 65535.

callingConventionenum of integerformat: int32

Can be one of: 1, 2, 3, 32, 64.

isAbstractboolean
isConstructorboolean
isFinalboolean
isHideBySigboolean
isSpecialNameboolean
isStaticboolean
isVirtualboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isConstructedGenericMethodboolean
isGenericMethodboolean
isGenericMethodDefinitionboolean
containsGenericParametersboolean
methodHandleobject
valueobject
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
memberTypeenum of integerformat: int32

Can be one of: 1, 2, 4, 8, 16, 32, 64, 128, 191.

returnParameterobject
attributesenum of integerformat: int32

Can be one of: 0, 1, 2, 4, 8, 16, 4096, 8192, 16384, 32768, 61440.

memberobject
memberTypeenum of integerformat: int32

Can be one of: 1, 2, 4, 8, 16, 32, 64, 128, 191.

namestring
declaringTypeobject
namestring
customAttributesarray of unknown
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

Can be one of: 1, 2, 4, 8, 16, 32, 64, 128, 191.

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblyobject
definedTypesarray of unknown
exportedTypesarray of unknown
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of unknown
escapedCodeBasestring
manifestModuleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
modulesarray of unknown
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

moduleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
isNestedboolean
declaringTypecircular reference
declaringMethodobject
memberTypeenum of integerformat: int32

Can be one of: 1, 2, 4, 8, 16, 32, 64, 128, 191.

namestring
declaringTypecircular reference
reflectedTypecircular reference
moduleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
customAttributesarray of unknown
isCollectibleboolean
metadataTokenintegerformat: int32
attributesenum of integerformat: 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.

methodImplementationFlagsenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 8, 16, 32, 64, 128, 256, 512, 4096, 65535.

callingConventionenum of integerformat: int32

Can be one of: 1, 2, 3, 32, 64.

isAbstractboolean
isConstructorboolean
isFinalboolean
isHideBySigboolean
isSpecialNameboolean
isStaticboolean
isVirtualboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isConstructedGenericMethodboolean
isGenericMethodboolean
isGenericMethodDefinitionboolean
containsGenericParametersboolean
methodHandleobject
valueobject
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
reflectedTypecircular reference
underlyingSystemTypecircular reference
isTypeDefinitionboolean
isArrayboolean
isByRefboolean
isPointerboolean
isConstructedGenericTypeboolean
isGenericParameterboolean
isGenericTypeParameterboolean
isGenericMethodParameterboolean
isGenericTypeboolean
isGenericTypeDefinitionboolean
isSZArrayboolean
isVariableBoundArrayboolean
isByRefLikeboolean
isFunctionPointerboolean
isUnmanagedFunctionPointerboolean
hasElementTypeboolean
genericTypeArgumentsarray of unknown
genericParameterPositionintegerformat: int32
genericParameterAttributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 8, 16, 28.

attributesenum of integerformat: 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.

isAbstractboolean
isImportboolean
isSealedboolean
isSpecialNameboolean
isClassboolean
isNestedAssemblyboolean
isNestedFamANDAssemboolean
isNestedFamilyboolean
isNestedFamORAssemboolean
isNestedPrivateboolean
isNestedPublicboolean
isNotPublicboolean
isPublicboolean
isAutoLayoutboolean
isExplicitLayoutboolean
isLayoutSequentialboolean
isAnsiClassboolean
isAutoClassboolean
isUnicodeClassboolean
isCOMObjectboolean
isContextfulboolean
isEnumboolean
isMarshalByRefboolean
isPrimitiveboolean
isValueTypeboolean
isSignatureTypeboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
structLayoutAttributeobject
typeIdunknown
valueenum of integerformat: int32

Can be one of: 0, 2, 3.

typeInitializerobject
namestring
declaringTypecircular reference
reflectedTypecircular reference
moduleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
customAttributesarray of unknown
isCollectibleboolean
metadataTokenintegerformat: int32
attributesenum of integerformat: 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.

methodImplementationFlagsenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 8, 16, 32, 64, 128, 256, 512, 4096, 65535.

callingConventionenum of integerformat: int32

Can be one of: 1, 2, 3, 32, 64.

isAbstractboolean
isConstructorboolean
isFinalboolean
isHideBySigboolean
isSpecialNameboolean
isStaticboolean
isVirtualboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isConstructedGenericMethodboolean
isGenericMethodboolean
isGenericMethodDefinitionboolean
containsGenericParametersboolean
methodHandleobject
valueobject
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
memberTypeenum of integerformat: int32

Can be one of: 1, 2, 4, 8, 16, 32, 64, 128, 191.

typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
reflectedTypeobject
namestring
customAttributesarray of unknown
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

Can be one of: 1, 2, 4, 8, 16, 32, 64, 128, 191.

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblyobject
definedTypesarray of unknown
exportedTypesarray of unknown
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of unknown
escapedCodeBasestring
manifestModuleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
modulesarray of unknown
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

moduleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
isNestedboolean
declaringTypecircular reference
declaringMethodobject
memberTypeenum of integerformat: int32

Can be one of: 1, 2, 4, 8, 16, 32, 64, 128, 191.

namestring
declaringTypecircular reference
reflectedTypecircular reference
moduleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
customAttributesarray of unknown
isCollectibleboolean
metadataTokenintegerformat: int32
attributesenum of integerformat: 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.

methodImplementationFlagsenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 8, 16, 32, 64, 128, 256, 512, 4096, 65535.

callingConventionenum of integerformat: int32

Can be one of: 1, 2, 3, 32, 64.

isAbstractboolean
isConstructorboolean
isFinalboolean
isHideBySigboolean
isSpecialNameboolean
isStaticboolean
isVirtualboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isConstructedGenericMethodboolean
isGenericMethodboolean
isGenericMethodDefinitionboolean
containsGenericParametersboolean
methodHandleobject
valueobject
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
reflectedTypecircular reference
underlyingSystemTypecircular reference
isTypeDefinitionboolean
isArrayboolean
isByRefboolean
isPointerboolean
isConstructedGenericTypeboolean
isGenericParameterboolean
isGenericTypeParameterboolean
isGenericMethodParameterboolean
isGenericTypeboolean
isGenericTypeDefinitionboolean
isSZArrayboolean
isVariableBoundArrayboolean
isByRefLikeboolean
isFunctionPointerboolean
isUnmanagedFunctionPointerboolean
hasElementTypeboolean
genericTypeArgumentsarray of unknown
genericParameterPositionintegerformat: int32
genericParameterAttributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 8, 16, 28.

attributesenum of integerformat: 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.

isAbstractboolean
isImportboolean
isSealedboolean
isSpecialNameboolean
isClassboolean
isNestedAssemblyboolean
isNestedFamANDAssemboolean
isNestedFamilyboolean
isNestedFamORAssemboolean
isNestedPrivateboolean
isNestedPublicboolean
isNotPublicboolean
isPublicboolean
isAutoLayoutboolean
isExplicitLayoutboolean
isLayoutSequentialboolean
isAnsiClassboolean
isAutoClassboolean
isUnicodeClassboolean
isCOMObjectboolean
isContextfulboolean
isEnumboolean
isMarshalByRefboolean
isPrimitiveboolean
isValueTypeboolean
isSignatureTypeboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
structLayoutAttributeobject
typeIdunknown
valueenum of integerformat: int32

Can be one of: 0, 2, 3.

typeInitializerobject
namestring
declaringTypecircular reference
reflectedTypecircular reference
moduleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
customAttributesarray of unknown
isCollectibleboolean
metadataTokenintegerformat: int32
attributesenum of integerformat: 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.

methodImplementationFlagsenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 8, 16, 32, 64, 128, 256, 512, 4096, 65535.

callingConventionenum of integerformat: int32

Can be one of: 1, 2, 3, 32, 64.

isAbstractboolean
isConstructorboolean
isFinalboolean
isHideBySigboolean
isSpecialNameboolean
isStaticboolean
isVirtualboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isConstructedGenericMethodboolean
isGenericMethodboolean
isGenericMethodDefinitionboolean
containsGenericParametersboolean
methodHandleobject
valueobject
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
memberTypeenum of integerformat: int32

Can be one of: 1, 2, 4, 8, 16, 32, 64, 128, 191.

typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
moduleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
customAttributesarray of unknown
isCollectibleboolean
metadataTokenintegerformat: int32
namestring
parameterTypeobject
namestring
customAttributesarray of unknown
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

Can be one of: 1, 2, 4, 8, 16, 32, 64, 128, 191.

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblyobject
definedTypesarray of unknown
exportedTypesarray of unknown
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of unknown
escapedCodeBasestring
manifestModuleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
modulesarray of unknown
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

moduleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
isNestedboolean
declaringTypecircular reference
declaringMethodobject
memberTypeenum of integerformat: int32

Can be one of: 1, 2, 4, 8, 16, 32, 64, 128, 191.

namestring
declaringTypecircular reference
reflectedTypecircular reference
moduleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
customAttributesarray of unknown
isCollectibleboolean
metadataTokenintegerformat: int32
attributesenum of integerformat: 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.

methodImplementationFlagsenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 8, 16, 32, 64, 128, 256, 512, 4096, 65535.

callingConventionenum of integerformat: int32

Can be one of: 1, 2, 3, 32, 64.

isAbstractboolean
isConstructorboolean
isFinalboolean
isHideBySigboolean
isSpecialNameboolean
isStaticboolean
isVirtualboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isConstructedGenericMethodboolean
isGenericMethodboolean
isGenericMethodDefinitionboolean
containsGenericParametersboolean
methodHandleobject
valueobject
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
reflectedTypecircular reference
underlyingSystemTypecircular reference
isTypeDefinitionboolean
isArrayboolean
isByRefboolean
isPointerboolean
isConstructedGenericTypeboolean
isGenericParameterboolean
isGenericTypeParameterboolean
isGenericMethodParameterboolean
isGenericTypeboolean
isGenericTypeDefinitionboolean
isSZArrayboolean
isVariableBoundArrayboolean
isByRefLikeboolean
isFunctionPointerboolean
isUnmanagedFunctionPointerboolean
hasElementTypeboolean
genericTypeArgumentsarray of unknown
genericParameterPositionintegerformat: int32
genericParameterAttributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 8, 16, 28.

attributesenum of integerformat: 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.

isAbstractboolean
isImportboolean
isSealedboolean
isSpecialNameboolean
isClassboolean
isNestedAssemblyboolean
isNestedFamANDAssemboolean
isNestedFamilyboolean
isNestedFamORAssemboolean
isNestedPrivateboolean
isNestedPublicboolean
isNotPublicboolean
isPublicboolean
isAutoLayoutboolean
isExplicitLayoutboolean
isLayoutSequentialboolean
isAnsiClassboolean
isAutoClassboolean
isUnicodeClassboolean
isCOMObjectboolean
isContextfulboolean
isEnumboolean
isMarshalByRefboolean
isPrimitiveboolean
isValueTypeboolean
isSignatureTypeboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
structLayoutAttributeobject
typeIdunknown
valueenum of integerformat: int32

Can be one of: 0, 2, 3.

typeInitializerobject
namestring
declaringTypecircular reference
reflectedTypecircular reference
moduleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
customAttributesarray of unknown
isCollectibleboolean
metadataTokenintegerformat: int32
attributesenum of integerformat: 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.

methodImplementationFlagsenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 8, 16, 32, 64, 128, 256, 512, 4096, 65535.

callingConventionenum of integerformat: int32

Can be one of: 1, 2, 3, 32, 64.

isAbstractboolean
isConstructorboolean
isFinalboolean
isHideBySigboolean
isSpecialNameboolean
isStaticboolean
isVirtualboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isConstructedGenericMethodboolean
isGenericMethodboolean
isGenericMethodDefinitionboolean
containsGenericParametersboolean
methodHandleobject
valueobject
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
memberTypeenum of integerformat: int32

Can be one of: 1, 2, 4, 8, 16, 32, 64, 128, 191.

typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
positionintegerformat: int32
isInboolean
isLcidboolean
isOptionalboolean
isOutboolean
isRetvalboolean
defaultValueunknown
rawDefaultValueunknown
hasDefaultValueboolean
customAttributesarray of unknown
metadataTokenintegerformat: int32
returnTypeobject
namestring
customAttributesarray of unknown
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

Can be one of: 1, 2, 4, 8, 16, 32, 64, 128, 191.

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblyobject
definedTypesarray of unknown
exportedTypesarray of unknown
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of unknown
escapedCodeBasestring
manifestModuleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
modulesarray of unknown
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

moduleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
isNestedboolean
declaringTypecircular reference
declaringMethodobject
memberTypeenum of integerformat: int32

Can be one of: 1, 2, 4, 8, 16, 32, 64, 128, 191.

namestring
declaringTypecircular reference
reflectedTypecircular reference
moduleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
customAttributesarray of unknown
isCollectibleboolean
metadataTokenintegerformat: int32
attributesenum of integerformat: 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.

methodImplementationFlagsenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 8, 16, 32, 64, 128, 256, 512, 4096, 65535.

callingConventionenum of integerformat: int32

Can be one of: 1, 2, 3, 32, 64.

isAbstractboolean
isConstructorboolean
isFinalboolean
isHideBySigboolean
isSpecialNameboolean
isStaticboolean
isVirtualboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isConstructedGenericMethodboolean
isGenericMethodboolean
isGenericMethodDefinitionboolean
containsGenericParametersboolean
methodHandleobject
valueobject
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
reflectedTypecircular reference
underlyingSystemTypecircular reference
isTypeDefinitionboolean
isArrayboolean
isByRefboolean
isPointerboolean
isConstructedGenericTypeboolean
isGenericParameterboolean
isGenericTypeParameterboolean
isGenericMethodParameterboolean
isGenericTypeboolean
isGenericTypeDefinitionboolean
isSZArrayboolean
isVariableBoundArrayboolean
isByRefLikeboolean
isFunctionPointerboolean
isUnmanagedFunctionPointerboolean
hasElementTypeboolean
genericTypeArgumentsarray of unknown
genericParameterPositionintegerformat: int32
genericParameterAttributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 8, 16, 28.

attributesenum of integerformat: 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.

isAbstractboolean
isImportboolean
isSealedboolean
isSpecialNameboolean
isClassboolean
isNestedAssemblyboolean
isNestedFamANDAssemboolean
isNestedFamilyboolean
isNestedFamORAssemboolean
isNestedPrivateboolean
isNestedPublicboolean
isNotPublicboolean
isPublicboolean
isAutoLayoutboolean
isExplicitLayoutboolean
isLayoutSequentialboolean
isAnsiClassboolean
isAutoClassboolean
isUnicodeClassboolean
isCOMObjectboolean
isContextfulboolean
isEnumboolean
isMarshalByRefboolean
isPrimitiveboolean
isValueTypeboolean
isSignatureTypeboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
structLayoutAttributeobject
typeIdunknown
valueenum of integerformat: int32

Can be one of: 0, 2, 3.

typeInitializerobject
namestring
declaringTypecircular reference
reflectedTypecircular reference
moduleobject
assemblycircular reference
fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of unknown
metadataTokenintegerformat: int32
customAttributesarray of unknown
isCollectibleboolean
metadataTokenintegerformat: int32
attributesenum of integerformat: 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.

methodImplementationFlagsenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 8, 16, 32, 64, 128, 256, 512, 4096, 65535.

callingConventionenum of integerformat: int32

Can be one of: 1, 2, 3, 32, 64.

isAbstractboolean
isConstructorboolean
isFinalboolean
isHideBySigboolean
isSpecialNameboolean
isStaticboolean
isVirtualboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isConstructedGenericMethodboolean
isGenericMethodboolean
isGenericMethodDefinitionboolean
containsGenericParametersboolean
methodHandleobject
valueobject
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
memberTypeenum of integerformat: int32

Can be one of: 1, 2, 4, 8, 16, 32, 64, 128, 191.

typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
returnTypeCustomAttributesobject

401

Unauthorized

403

Forbidden

Get Help

  • If you have any questions about ONLYOFFICE DocSpace, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).