Update the CDN storage

PUT /api/2.0/settings/storage/cdn

Request

Updates the CDN 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

propsarray of object

Storage properties

keystring
valuestring

Examples

PUT /api/2.0/settings/storage/cdn HTTP/1.1
Accept: application/json
Content-Length: 139
Content-Type: application/json
Host: example.com

{
  "module": "some text",
  "props": [
    {
      "value": {
        "key": "some text",
        "value": "some text"
      }
    }
  ]
}
curl --request PUT \
  --url https://example.com/api/2.0/settings/storage/cdn \
  --header 'Accept: application/json' \
  --header 'Content-Type: application/json' \
  --data '{
  "module": "some text",
  "props": [
    {
      "value": {
        "key": "some text",
        "value": "some text"
      }
    }
  ]
}'

Responses

200

Updated CDN storage

modulestring
propsobject
switchobject
targetunknown
methodobject
namestring
declaringTypeobject
namestring
customAttributesarray of object
attributeTypecircular reference
constructorobject
namestring
declaringTypecircular reference
reflectedTypecircular reference
moduleobject
assemblyobject
definedTypesarray of object
namestring
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

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

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblycircular reference
modulecircular reference
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
modulecircular reference
customAttributesarray of circular references
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 circular references
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.

typeInitializercircular reference
typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
genericTypeParametersarray of circular references
declaredConstructorsarray of circular references
declaredEventsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 512, 1024.

isSpecialNameboolean
addMethodcircular reference
removeMethodcircular reference
raiseMethodcircular reference
isMulticastboolean
eventHandlerTypecircular reference
declaredFieldsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 5, 6, 7, 16, 32, 64, 128, 256, 512, 1024, 4096, 8192, 32768, 38144.

fieldTypecircular reference
isInitOnlyboolean
isLiteralboolean
isNotSerializedboolean
isPinvokeImplboolean
isSpecialNameboolean
isStaticboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
fieldHandleobject
valueobject
declaredMembersarray of object
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
declaredMethodsarray of circular references
declaredNestedTypesarray of circular references
declaredPropertiesarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

propertyTypecircular reference
attributesenum of integerformat: int32

Can be one of: 0, 512, 1024, 4096, 8192, 16384, 32768, 62464.

isSpecialNameboolean
canReadboolean
canWriteboolean
getMethodcircular reference
setMethodcircular reference
implementedInterfacesarray of circular references
exportedTypesarray of circular references
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of circular references
escapedCodeBasestring
manifestModulecircular reference
modulesarray of circular references
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of circular references
metadataTokenintegerformat: int32
customAttributesarray of circular references
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.

constructorArgumentsarray of object
argumentTypecircular reference
valueunknown
namedArgumentsarray of object
memberInfoobject
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
typedValueobject
argumentTypecircular reference
valueunknown
memberNamestring
isFieldboolean
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 object
namestring
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

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

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblycircular reference
modulecircular reference
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
modulecircular reference
customAttributesarray of circular references
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 circular references
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.

typeInitializercircular reference
typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
genericTypeParametersarray of circular references
declaredConstructorsarray of circular references
declaredEventsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 512, 1024.

isSpecialNameboolean
addMethodcircular reference
removeMethodcircular reference
raiseMethodcircular reference
isMulticastboolean
eventHandlerTypecircular reference
declaredFieldsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 5, 6, 7, 16, 32, 64, 128, 256, 512, 1024, 4096, 8192, 32768, 38144.

fieldTypecircular reference
isInitOnlyboolean
isLiteralboolean
isNotSerializedboolean
isPinvokeImplboolean
isSpecialNameboolean
isStaticboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
fieldHandleobject
valueobject
declaredMembersarray of object
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
declaredMethodsarray of circular references
declaredNestedTypesarray of circular references
declaredPropertiesarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

propertyTypecircular reference
attributesenum of integerformat: int32

Can be one of: 0, 512, 1024, 4096, 8192, 16384, 32768, 62464.

isSpecialNameboolean
canReadboolean
canWriteboolean
getMethodcircular reference
setMethodcircular reference
implementedInterfacesarray of circular references
exportedTypesarray of circular references
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of circular references
escapedCodeBasestring
manifestModulecircular reference
modulesarray of circular references
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

moduleobject
assemblyobject
definedTypesarray of object
namestring
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

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

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblycircular reference
modulecircular reference
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
modulecircular reference
customAttributesarray of circular references
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 circular references
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.

typeInitializercircular reference
typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
genericTypeParametersarray of circular references
declaredConstructorsarray of circular references
declaredEventsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 512, 1024.

isSpecialNameboolean
addMethodcircular reference
removeMethodcircular reference
raiseMethodcircular reference
isMulticastboolean
eventHandlerTypecircular reference
declaredFieldsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 5, 6, 7, 16, 32, 64, 128, 256, 512, 1024, 4096, 8192, 32768, 38144.

fieldTypecircular reference
isInitOnlyboolean
isLiteralboolean
isNotSerializedboolean
isPinvokeImplboolean
isSpecialNameboolean
isStaticboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
fieldHandleobject
valueobject
declaredMembersarray of object
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
declaredMethodsarray of circular references
declaredNestedTypesarray of circular references
declaredPropertiesarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

propertyTypecircular reference
attributesenum of integerformat: int32

Can be one of: 0, 512, 1024, 4096, 8192, 16384, 32768, 62464.

isSpecialNameboolean
canReadboolean
canWriteboolean
getMethodcircular reference
setMethodcircular reference
implementedInterfacesarray of circular references
exportedTypesarray of circular references
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of circular references
escapedCodeBasestring
manifestModulecircular reference
modulesarray of circular references
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of circular references
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
modulecircular reference
customAttributesarray of circular references
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 circular references
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
assemblyobject
definedTypesarray of object
namestring
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

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

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblycircular reference
modulecircular reference
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
modulecircular reference
customAttributesarray of circular references
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 circular references
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.

typeInitializercircular reference
typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
genericTypeParametersarray of circular references
declaredConstructorsarray of circular references
declaredEventsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 512, 1024.

isSpecialNameboolean
addMethodcircular reference
removeMethodcircular reference
raiseMethodcircular reference
isMulticastboolean
eventHandlerTypecircular reference
declaredFieldsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 5, 6, 7, 16, 32, 64, 128, 256, 512, 1024, 4096, 8192, 32768, 38144.

fieldTypecircular reference
isInitOnlyboolean
isLiteralboolean
isNotSerializedboolean
isPinvokeImplboolean
isSpecialNameboolean
isStaticboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
fieldHandleobject
valueobject
declaredMembersarray of object
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
declaredMethodsarray of circular references
declaredNestedTypesarray of circular references
declaredPropertiesarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

propertyTypecircular reference
attributesenum of integerformat: int32

Can be one of: 0, 512, 1024, 4096, 8192, 16384, 32768, 62464.

isSpecialNameboolean
canReadboolean
canWriteboolean
getMethodcircular reference
setMethodcircular reference
implementedInterfacesarray of circular references
exportedTypesarray of circular references
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of circular references
escapedCodeBasestring
manifestModulecircular reference
modulesarray of circular references
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of circular references
metadataTokenintegerformat: int32
customAttributesarray of circular references
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 object
attributeTypecircular reference
constructorobject
namestring
declaringTypecircular reference
reflectedTypecircular reference
moduleobject
assemblyobject
definedTypesarray of object
namestring
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

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

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblycircular reference
modulecircular reference
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
modulecircular reference
customAttributesarray of circular references
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 circular references
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.

typeInitializercircular reference
typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
genericTypeParametersarray of circular references
declaredConstructorsarray of circular references
declaredEventsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 512, 1024.

isSpecialNameboolean
addMethodcircular reference
removeMethodcircular reference
raiseMethodcircular reference
isMulticastboolean
eventHandlerTypecircular reference
declaredFieldsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 5, 6, 7, 16, 32, 64, 128, 256, 512, 1024, 4096, 8192, 32768, 38144.

fieldTypecircular reference
isInitOnlyboolean
isLiteralboolean
isNotSerializedboolean
isPinvokeImplboolean
isSpecialNameboolean
isStaticboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
fieldHandleobject
valueobject
declaredMembersarray of object
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
declaredMethodsarray of circular references
declaredNestedTypesarray of circular references
declaredPropertiesarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

propertyTypecircular reference
attributesenum of integerformat: int32

Can be one of: 0, 512, 1024, 4096, 8192, 16384, 32768, 62464.

isSpecialNameboolean
canReadboolean
canWriteboolean
getMethodcircular reference
setMethodcircular reference
implementedInterfacesarray of circular references
exportedTypesarray of circular references
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of circular references
escapedCodeBasestring
manifestModulecircular reference
modulesarray of circular references
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of circular references
metadataTokenintegerformat: int32
customAttributesarray of circular references
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.

constructorArgumentsarray of object
argumentTypecircular reference
valueunknown
namedArgumentsarray of object
memberInfoobject
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
typedValueobject
argumentTypecircular reference
valueunknown
memberNamestring
isFieldboolean
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 object
namestring
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

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

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblycircular reference
modulecircular reference
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
modulecircular reference
customAttributesarray of circular references
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 circular references
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.

typeInitializercircular reference
typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
genericTypeParametersarray of circular references
declaredConstructorsarray of circular references
declaredEventsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 512, 1024.

isSpecialNameboolean
addMethodcircular reference
removeMethodcircular reference
raiseMethodcircular reference
isMulticastboolean
eventHandlerTypecircular reference
declaredFieldsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 5, 6, 7, 16, 32, 64, 128, 256, 512, 1024, 4096, 8192, 32768, 38144.

fieldTypecircular reference
isInitOnlyboolean
isLiteralboolean
isNotSerializedboolean
isPinvokeImplboolean
isSpecialNameboolean
isStaticboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
fieldHandleobject
valueobject
declaredMembersarray of object
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
declaredMethodsarray of circular references
declaredNestedTypesarray of circular references
declaredPropertiesarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

propertyTypecircular reference
attributesenum of integerformat: int32

Can be one of: 0, 512, 1024, 4096, 8192, 16384, 32768, 62464.

isSpecialNameboolean
canReadboolean
canWriteboolean
getMethodcircular reference
setMethodcircular reference
implementedInterfacesarray of circular references
exportedTypesarray of circular references
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of circular references
escapedCodeBasestring
manifestModulecircular reference
modulesarray of circular references
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

moduleobject
assemblyobject
definedTypesarray of object
namestring
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

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

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblycircular reference
modulecircular reference
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
modulecircular reference
customAttributesarray of circular references
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 circular references
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.

typeInitializercircular reference
typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
genericTypeParametersarray of circular references
declaredConstructorsarray of circular references
declaredEventsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 512, 1024.

isSpecialNameboolean
addMethodcircular reference
removeMethodcircular reference
raiseMethodcircular reference
isMulticastboolean
eventHandlerTypecircular reference
declaredFieldsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 5, 6, 7, 16, 32, 64, 128, 256, 512, 1024, 4096, 8192, 32768, 38144.

fieldTypecircular reference
isInitOnlyboolean
isLiteralboolean
isNotSerializedboolean
isPinvokeImplboolean
isSpecialNameboolean
isStaticboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
fieldHandleobject
valueobject
declaredMembersarray of object
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
declaredMethodsarray of circular references
declaredNestedTypesarray of circular references
declaredPropertiesarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

propertyTypecircular reference
attributesenum of integerformat: int32

Can be one of: 0, 512, 1024, 4096, 8192, 16384, 32768, 62464.

isSpecialNameboolean
canReadboolean
canWriteboolean
getMethodcircular reference
setMethodcircular reference
implementedInterfacesarray of circular references
exportedTypesarray of circular references
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of circular references
escapedCodeBasestring
manifestModulecircular reference
modulesarray of circular references
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of circular references
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
modulecircular reference
customAttributesarray of circular references
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 circular references
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
assemblyobject
definedTypesarray of object
namestring
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

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

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblycircular reference
modulecircular reference
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
modulecircular reference
customAttributesarray of circular references
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 circular references
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.

typeInitializercircular reference
typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
genericTypeParametersarray of circular references
declaredConstructorsarray of circular references
declaredEventsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 512, 1024.

isSpecialNameboolean
addMethodcircular reference
removeMethodcircular reference
raiseMethodcircular reference
isMulticastboolean
eventHandlerTypecircular reference
declaredFieldsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 5, 6, 7, 16, 32, 64, 128, 256, 512, 1024, 4096, 8192, 32768, 38144.

fieldTypecircular reference
isInitOnlyboolean
isLiteralboolean
isNotSerializedboolean
isPinvokeImplboolean
isSpecialNameboolean
isStaticboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
fieldHandleobject
valueobject
declaredMembersarray of object
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
declaredMethodsarray of circular references
declaredNestedTypesarray of circular references
declaredPropertiesarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

propertyTypecircular reference
attributesenum of integerformat: int32

Can be one of: 0, 512, 1024, 4096, 8192, 16384, 32768, 62464.

isSpecialNameboolean
canReadboolean
canWriteboolean
getMethodcircular reference
setMethodcircular reference
implementedInterfacesarray of circular references
exportedTypesarray of circular references
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of circular references
escapedCodeBasestring
manifestModulecircular reference
modulesarray of circular references
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of circular references
metadataTokenintegerformat: int32
customAttributesarray of circular references
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
assemblyobject
definedTypesarray of object
namestring
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

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

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblycircular reference
modulecircular reference
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
modulecircular reference
customAttributesarray of circular references
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 circular references
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.

typeInitializercircular reference
typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
genericTypeParametersarray of circular references
declaredConstructorsarray of circular references
declaredEventsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 512, 1024.

isSpecialNameboolean
addMethodcircular reference
removeMethodcircular reference
raiseMethodcircular reference
isMulticastboolean
eventHandlerTypecircular reference
declaredFieldsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 5, 6, 7, 16, 32, 64, 128, 256, 512, 1024, 4096, 8192, 32768, 38144.

fieldTypecircular reference
isInitOnlyboolean
isLiteralboolean
isNotSerializedboolean
isPinvokeImplboolean
isSpecialNameboolean
isStaticboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
fieldHandleobject
valueobject
declaredMembersarray of object
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
declaredMethodsarray of circular references
declaredNestedTypesarray of circular references
declaredPropertiesarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

propertyTypecircular reference
attributesenum of integerformat: int32

Can be one of: 0, 512, 1024, 4096, 8192, 16384, 32768, 62464.

isSpecialNameboolean
canReadboolean
canWriteboolean
getMethodcircular reference
setMethodcircular reference
implementedInterfacesarray of circular references
exportedTypesarray of circular references
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of circular references
escapedCodeBasestring
manifestModulecircular reference
modulesarray of circular references
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of circular references
metadataTokenintegerformat: int32
customAttributesarray of object
attributeTypecircular reference
constructorobject
namestring
declaringTypecircular reference
reflectedTypecircular reference
moduleobject
assemblyobject
definedTypesarray of object
namestring
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

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

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblycircular reference
modulecircular reference
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
modulecircular reference
customAttributesarray of circular references
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 circular references
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.

typeInitializercircular reference
typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
genericTypeParametersarray of circular references
declaredConstructorsarray of circular references
declaredEventsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 512, 1024.

isSpecialNameboolean
addMethodcircular reference
removeMethodcircular reference
raiseMethodcircular reference
isMulticastboolean
eventHandlerTypecircular reference
declaredFieldsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 5, 6, 7, 16, 32, 64, 128, 256, 512, 1024, 4096, 8192, 32768, 38144.

fieldTypecircular reference
isInitOnlyboolean
isLiteralboolean
isNotSerializedboolean
isPinvokeImplboolean
isSpecialNameboolean
isStaticboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
fieldHandleobject
valueobject
declaredMembersarray of object
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
declaredMethodsarray of circular references
declaredNestedTypesarray of circular references
declaredPropertiesarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

propertyTypecircular reference
attributesenum of integerformat: int32

Can be one of: 0, 512, 1024, 4096, 8192, 16384, 32768, 62464.

isSpecialNameboolean
canReadboolean
canWriteboolean
getMethodcircular reference
setMethodcircular reference
implementedInterfacesarray of circular references
exportedTypesarray of circular references
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of circular references
escapedCodeBasestring
manifestModulecircular reference
modulesarray of circular references
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of circular references
metadataTokenintegerformat: int32
customAttributesarray of circular references
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.

constructorArgumentsarray of object
argumentTypecircular reference
valueunknown
namedArgumentsarray of object
memberInfoobject
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
typedValueobject
argumentTypecircular reference
valueunknown
memberNamestring
isFieldboolean
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
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
namestring
parameterTypeobject
namestring
customAttributesarray of object
attributeTypecircular reference
constructorobject
namestring
declaringTypecircular reference
reflectedTypecircular reference
moduleobject
assemblyobject
definedTypesarray of object
namestring
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

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

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblycircular reference
modulecircular reference
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
modulecircular reference
customAttributesarray of circular references
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 circular references
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.

typeInitializercircular reference
typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
genericTypeParametersarray of circular references
declaredConstructorsarray of circular references
declaredEventsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 512, 1024.

isSpecialNameboolean
addMethodcircular reference
removeMethodcircular reference
raiseMethodcircular reference
isMulticastboolean
eventHandlerTypecircular reference
declaredFieldsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 5, 6, 7, 16, 32, 64, 128, 256, 512, 1024, 4096, 8192, 32768, 38144.

fieldTypecircular reference
isInitOnlyboolean
isLiteralboolean
isNotSerializedboolean
isPinvokeImplboolean
isSpecialNameboolean
isStaticboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
fieldHandleobject
valueobject
declaredMembersarray of object
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
declaredMethodsarray of circular references
declaredNestedTypesarray of circular references
declaredPropertiesarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

propertyTypecircular reference
attributesenum of integerformat: int32

Can be one of: 0, 512, 1024, 4096, 8192, 16384, 32768, 62464.

isSpecialNameboolean
canReadboolean
canWriteboolean
getMethodcircular reference
setMethodcircular reference
implementedInterfacesarray of circular references
exportedTypesarray of circular references
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of circular references
escapedCodeBasestring
manifestModulecircular reference
modulesarray of circular references
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of circular references
metadataTokenintegerformat: int32
customAttributesarray of circular references
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.

constructorArgumentsarray of object
argumentTypecircular reference
valueunknown
namedArgumentsarray of object
memberInfoobject
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
typedValueobject
argumentTypecircular reference
valueunknown
memberNamestring
isFieldboolean
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 object
namestring
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

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

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblycircular reference
modulecircular reference
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
modulecircular reference
customAttributesarray of circular references
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 circular references
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.

typeInitializercircular reference
typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
genericTypeParametersarray of circular references
declaredConstructorsarray of circular references
declaredEventsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 512, 1024.

isSpecialNameboolean
addMethodcircular reference
removeMethodcircular reference
raiseMethodcircular reference
isMulticastboolean
eventHandlerTypecircular reference
declaredFieldsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 5, 6, 7, 16, 32, 64, 128, 256, 512, 1024, 4096, 8192, 32768, 38144.

fieldTypecircular reference
isInitOnlyboolean
isLiteralboolean
isNotSerializedboolean
isPinvokeImplboolean
isSpecialNameboolean
isStaticboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
fieldHandleobject
valueobject
declaredMembersarray of object
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
declaredMethodsarray of circular references
declaredNestedTypesarray of circular references
declaredPropertiesarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

propertyTypecircular reference
attributesenum of integerformat: int32

Can be one of: 0, 512, 1024, 4096, 8192, 16384, 32768, 62464.

isSpecialNameboolean
canReadboolean
canWriteboolean
getMethodcircular reference
setMethodcircular reference
implementedInterfacesarray of circular references
exportedTypesarray of circular references
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of circular references
escapedCodeBasestring
manifestModulecircular reference
modulesarray of circular references
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

moduleobject
assemblyobject
definedTypesarray of object
namestring
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

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

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblycircular reference
modulecircular reference
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
modulecircular reference
customAttributesarray of circular references
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 circular references
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.

typeInitializercircular reference
typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
genericTypeParametersarray of circular references
declaredConstructorsarray of circular references
declaredEventsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 512, 1024.

isSpecialNameboolean
addMethodcircular reference
removeMethodcircular reference
raiseMethodcircular reference
isMulticastboolean
eventHandlerTypecircular reference
declaredFieldsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 5, 6, 7, 16, 32, 64, 128, 256, 512, 1024, 4096, 8192, 32768, 38144.

fieldTypecircular reference
isInitOnlyboolean
isLiteralboolean
isNotSerializedboolean
isPinvokeImplboolean
isSpecialNameboolean
isStaticboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
fieldHandleobject
valueobject
declaredMembersarray of object
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
declaredMethodsarray of circular references
declaredNestedTypesarray of circular references
declaredPropertiesarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

propertyTypecircular reference
attributesenum of integerformat: int32

Can be one of: 0, 512, 1024, 4096, 8192, 16384, 32768, 62464.

isSpecialNameboolean
canReadboolean
canWriteboolean
getMethodcircular reference
setMethodcircular reference
implementedInterfacesarray of circular references
exportedTypesarray of circular references
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of circular references
escapedCodeBasestring
manifestModulecircular reference
modulesarray of circular references
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of circular references
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
modulecircular reference
customAttributesarray of circular references
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 circular references
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
assemblyobject
definedTypesarray of object
namestring
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

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

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblycircular reference
modulecircular reference
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
modulecircular reference
customAttributesarray of circular references
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 circular references
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.

typeInitializercircular reference
typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
genericTypeParametersarray of circular references
declaredConstructorsarray of circular references
declaredEventsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 512, 1024.

isSpecialNameboolean
addMethodcircular reference
removeMethodcircular reference
raiseMethodcircular reference
isMulticastboolean
eventHandlerTypecircular reference
declaredFieldsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 5, 6, 7, 16, 32, 64, 128, 256, 512, 1024, 4096, 8192, 32768, 38144.

fieldTypecircular reference
isInitOnlyboolean
isLiteralboolean
isNotSerializedboolean
isPinvokeImplboolean
isSpecialNameboolean
isStaticboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
fieldHandleobject
valueobject
declaredMembersarray of object
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
declaredMethodsarray of circular references
declaredNestedTypesarray of circular references
declaredPropertiesarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

propertyTypecircular reference
attributesenum of integerformat: int32

Can be one of: 0, 512, 1024, 4096, 8192, 16384, 32768, 62464.

isSpecialNameboolean
canReadboolean
canWriteboolean
getMethodcircular reference
setMethodcircular reference
implementedInterfacesarray of circular references
exportedTypesarray of circular references
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of circular references
escapedCodeBasestring
manifestModulecircular reference
modulesarray of circular references
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of circular references
metadataTokenintegerformat: int32
customAttributesarray of circular references
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 object
attributeTypecircular reference
constructorobject
namestring
declaringTypecircular reference
reflectedTypecircular reference
moduleobject
assemblyobject
definedTypesarray of object
namestring
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

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

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblycircular reference
modulecircular reference
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
modulecircular reference
customAttributesarray of circular references
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 circular references
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.

typeInitializercircular reference
typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
genericTypeParametersarray of circular references
declaredConstructorsarray of circular references
declaredEventsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 512, 1024.

isSpecialNameboolean
addMethodcircular reference
removeMethodcircular reference
raiseMethodcircular reference
isMulticastboolean
eventHandlerTypecircular reference
declaredFieldsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 5, 6, 7, 16, 32, 64, 128, 256, 512, 1024, 4096, 8192, 32768, 38144.

fieldTypecircular reference
isInitOnlyboolean
isLiteralboolean
isNotSerializedboolean
isPinvokeImplboolean
isSpecialNameboolean
isStaticboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
fieldHandleobject
valueobject
declaredMembersarray of object
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
declaredMethodsarray of circular references
declaredNestedTypesarray of circular references
declaredPropertiesarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

propertyTypecircular reference
attributesenum of integerformat: int32

Can be one of: 0, 512, 1024, 4096, 8192, 16384, 32768, 62464.

isSpecialNameboolean
canReadboolean
canWriteboolean
getMethodcircular reference
setMethodcircular reference
implementedInterfacesarray of circular references
exportedTypesarray of circular references
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of circular references
escapedCodeBasestring
manifestModulecircular reference
modulesarray of circular references
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of circular references
metadataTokenintegerformat: int32
customAttributesarray of circular references
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.

constructorArgumentsarray of object
argumentTypecircular reference
valueunknown
namedArgumentsarray of object
memberInfoobject
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
typedValueobject
argumentTypecircular reference
valueunknown
memberNamestring
isFieldboolean
metadataTokenintegerformat: int32
returnTypeobject
namestring
customAttributesarray of object
attributeTypecircular reference
constructorobject
namestring
declaringTypecircular reference
reflectedTypecircular reference
moduleobject
assemblyobject
definedTypesarray of object
namestring
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

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

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblycircular reference
modulecircular reference
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
modulecircular reference
customAttributesarray of circular references
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 circular references
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.

typeInitializercircular reference
typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
genericTypeParametersarray of circular references
declaredConstructorsarray of circular references
declaredEventsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 512, 1024.

isSpecialNameboolean
addMethodcircular reference
removeMethodcircular reference
raiseMethodcircular reference
isMulticastboolean
eventHandlerTypecircular reference
declaredFieldsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 5, 6, 7, 16, 32, 64, 128, 256, 512, 1024, 4096, 8192, 32768, 38144.

fieldTypecircular reference
isInitOnlyboolean
isLiteralboolean
isNotSerializedboolean
isPinvokeImplboolean
isSpecialNameboolean
isStaticboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
fieldHandleobject
valueobject
declaredMembersarray of object
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
declaredMethodsarray of circular references
declaredNestedTypesarray of circular references
declaredPropertiesarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

propertyTypecircular reference
attributesenum of integerformat: int32

Can be one of: 0, 512, 1024, 4096, 8192, 16384, 32768, 62464.

isSpecialNameboolean
canReadboolean
canWriteboolean
getMethodcircular reference
setMethodcircular reference
implementedInterfacesarray of circular references
exportedTypesarray of circular references
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of circular references
escapedCodeBasestring
manifestModulecircular reference
modulesarray of circular references
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of circular references
metadataTokenintegerformat: int32
customAttributesarray of circular references
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.

constructorArgumentsarray of object
argumentTypecircular reference
valueunknown
namedArgumentsarray of object
memberInfoobject
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
typedValueobject
argumentTypecircular reference
valueunknown
memberNamestring
isFieldboolean
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 object
namestring
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

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

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblycircular reference
modulecircular reference
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
modulecircular reference
customAttributesarray of circular references
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 circular references
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.

typeInitializercircular reference
typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
genericTypeParametersarray of circular references
declaredConstructorsarray of circular references
declaredEventsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 512, 1024.

isSpecialNameboolean
addMethodcircular reference
removeMethodcircular reference
raiseMethodcircular reference
isMulticastboolean
eventHandlerTypecircular reference
declaredFieldsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 5, 6, 7, 16, 32, 64, 128, 256, 512, 1024, 4096, 8192, 32768, 38144.

fieldTypecircular reference
isInitOnlyboolean
isLiteralboolean
isNotSerializedboolean
isPinvokeImplboolean
isSpecialNameboolean
isStaticboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
fieldHandleobject
valueobject
declaredMembersarray of object
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
declaredMethodsarray of circular references
declaredNestedTypesarray of circular references
declaredPropertiesarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

propertyTypecircular reference
attributesenum of integerformat: int32

Can be one of: 0, 512, 1024, 4096, 8192, 16384, 32768, 62464.

isSpecialNameboolean
canReadboolean
canWriteboolean
getMethodcircular reference
setMethodcircular reference
implementedInterfacesarray of circular references
exportedTypesarray of circular references
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of circular references
escapedCodeBasestring
manifestModulecircular reference
modulesarray of circular references
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

moduleobject
assemblyobject
definedTypesarray of object
namestring
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

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

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblycircular reference
modulecircular reference
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
modulecircular reference
customAttributesarray of circular references
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 circular references
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.

typeInitializercircular reference
typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
genericTypeParametersarray of circular references
declaredConstructorsarray of circular references
declaredEventsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 512, 1024.

isSpecialNameboolean
addMethodcircular reference
removeMethodcircular reference
raiseMethodcircular reference
isMulticastboolean
eventHandlerTypecircular reference
declaredFieldsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 5, 6, 7, 16, 32, 64, 128, 256, 512, 1024, 4096, 8192, 32768, 38144.

fieldTypecircular reference
isInitOnlyboolean
isLiteralboolean
isNotSerializedboolean
isPinvokeImplboolean
isSpecialNameboolean
isStaticboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
fieldHandleobject
valueobject
declaredMembersarray of object
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
declaredMethodsarray of circular references
declaredNestedTypesarray of circular references
declaredPropertiesarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

propertyTypecircular reference
attributesenum of integerformat: int32

Can be one of: 0, 512, 1024, 4096, 8192, 16384, 32768, 62464.

isSpecialNameboolean
canReadboolean
canWriteboolean
getMethodcircular reference
setMethodcircular reference
implementedInterfacesarray of circular references
exportedTypesarray of circular references
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of circular references
escapedCodeBasestring
manifestModulecircular reference
modulesarray of circular references
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of circular references
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
modulecircular reference
customAttributesarray of circular references
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 circular references
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
assemblyobject
definedTypesarray of object
namestring
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
isInterfaceboolean
memberTypeenum of integerformat: int32

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

namespacestring
assemblyQualifiedNamestring
fullNamestring
assemblycircular reference
modulecircular reference
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
modulecircular reference
customAttributesarray of circular references
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 circular references
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.

typeInitializercircular reference
typeHandleobject
valueobject
guidstringformat: uuid
baseTypecircular reference
isSerializableboolean
containsGenericParametersboolean
isVisibleboolean
genericTypeParametersarray of circular references
declaredConstructorsarray of circular references
declaredEventsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 512, 1024.

isSpecialNameboolean
addMethodcircular reference
removeMethodcircular reference
raiseMethodcircular reference
isMulticastboolean
eventHandlerTypecircular reference
declaredFieldsarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

attributesenum of integerformat: int32

Can be one of: 0, 1, 2, 3, 4, 5, 6, 7, 16, 32, 64, 128, 256, 512, 1024, 4096, 8192, 32768, 38144.

fieldTypecircular reference
isInitOnlyboolean
isLiteralboolean
isNotSerializedboolean
isPinvokeImplboolean
isSpecialNameboolean
isStaticboolean
isAssemblyboolean
isFamilyboolean
isFamilyAndAssemblyboolean
isFamilyOrAssemblyboolean
isPrivateboolean
isPublicboolean
isSecurityCriticalboolean
isSecuritySafeCriticalboolean
isSecurityTransparentboolean
fieldHandleobject
valueobject
declaredMembersarray of object
memberTypeenum of integerformat: int32

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

namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
declaredMethodsarray of circular references
declaredNestedTypesarray of circular references
declaredPropertiesarray of object
namestring
declaringTypecircular reference
reflectedTypecircular reference
modulecircular reference
customAttributesarray of circular references
isCollectibleboolean
metadataTokenintegerformat: int32
memberTypeenum of integerformat: int32

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

propertyTypecircular reference
attributesenum of integerformat: int32

Can be one of: 0, 512, 1024, 4096, 8192, 16384, 32768, 62464.

isSpecialNameboolean
canReadboolean
canWriteboolean
getMethodcircular reference
setMethodcircular reference
implementedInterfacesarray of circular references
exportedTypesarray of circular references
codeBasestring
entryPointcircular reference
fullNamestring
imageRuntimeVersionstring
isDynamicboolean
locationstring
reflectionOnlyboolean
isCollectibleboolean
isFullyTrustedboolean
customAttributesarray of circular references
escapedCodeBasestring
manifestModulecircular reference
modulesarray of circular references
globalAssemblyCacheboolean
hostContextintegerformat: int64
securityRuleSetenum of integerformat: int32

Can be one of: 0, 1, 2.

fullyQualifiedNamestring
namestring
mdStreamVersionintegerformat: int32
moduleVersionIdstringformat: uuid
scopeNamestring
moduleHandleobject
mdStreamVersionintegerformat: int32
customAttributesarray of circular references
metadataTokenintegerformat: int32
customAttributesarray of circular references
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

400

Module

401

Unauthorized

403

No permissions to perform this action

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).