Show / Hide Table of Contents

Class AsmUtils

Inheritance
System.Object
AsmUtils
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.SerializationLogic
Assembly: AssetRipper.SerializationLogic.dll
Syntax
public static class AsmUtils

Methods

| Improve this Doc View Source

AllInterfacesImplementedBy(TypeDefinition)

Declaration
public static IEnumerable<TypeDefinition> AllInterfacesImplementedBy(TypeDefinition typeDefinition)
Parameters
Type Name Description
TypeDefinition typeDefinition
Returns
Type Description
IEnumerable<TypeDefinition>
| Improve this Doc View Source

BaseTypesOf(ITypeDescriptor)

Declaration
public static IEnumerable<TypeDefinition> BaseTypesOf(ITypeDescriptor typeReference)
Parameters
Type Name Description
ITypeDescriptor typeReference
Returns
Type Description
IEnumerable<TypeDefinition>
| Improve this Doc View Source

ElementTypeOfCollection(TypeSignature)

Declaration
public static TypeSignature ElementTypeOfCollection(TypeSignature type)
Parameters
Type Name Description
TypeSignature type
Returns
Type Description
TypeSignature
| Improve this Doc View Source

IsGenericDictionary(ITypeDescriptor)

Declaration
public static bool IsGenericDictionary(ITypeDescriptor type)
Parameters
Type Name Description
ITypeDescriptor type
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsGenericList(ITypeDescriptor)

Declaration
public static bool IsGenericList(ITypeDescriptor type)
Parameters
Type Name Description
ITypeDescriptor type
Returns
Type Description
System.Boolean
| Improve this Doc View Source

TypeAndBaseTypesOf(Nullable<ITypeDescriptor>)

Declaration
public static IEnumerable<TypeDefinition> TypeAndBaseTypesOf(ITypeDescriptor? typeReference)
Parameters
Type Name Description
System.Nullable<ITypeDescriptor> typeReference
Returns
Type Description
IEnumerable<TypeDefinition>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾