Show / Hide Table of Contents

Class TypeDefinitionExtensions

Inheritance
Object
TypeDefinitionExtensions
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Unity.CecilTools.Extensions
Assembly: Unity.CecilTools.dll
Syntax
public static class TypeDefinitionExtensions

Methods

| Improve this Doc View Source

IsSubclassOf(TypeDefinition, String)

Declaration
public static bool IsSubclassOf(this TypeDefinition type, string baseTypeName)
Parameters
Type Name Description
Mono.Cecil.TypeDefinition type
String baseTypeName
Returns
Type Description
Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX