Show / Hide Table of Contents

Class TypeReferenceExtensions

Inheritance
Object
TypeReferenceExtensions
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 TypeReferenceExtensions

Methods

| Improve this Doc View Source

IsAssignableTo(TypeReference, String)

Declaration
public static bool IsAssignableTo(this TypeReference typeRef, string typeName)
Parameters
Type Name Description
Mono.Cecil.TypeReference typeRef
String typeName
Returns
Type Description
Boolean
| Improve this Doc View Source

IsEnum(TypeReference)

Declaration
public static bool IsEnum(this TypeReference type)
Parameters
Type Name Description
Mono.Cecil.TypeReference type
Returns
Type Description
Boolean
| Improve this Doc View Source

IsStruct(TypeReference)

Declaration
public static bool IsStruct(this TypeReference type)
Parameters
Type Name Description
Mono.Cecil.TypeReference type
Returns
Type Description
Boolean
| Improve this Doc View Source

SafeNamespace(TypeReference)

Declaration
public static string SafeNamespace(this TypeReference type)
Parameters
Type Name Description
Mono.Cecil.TypeReference type
Returns
Type Description
String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX