Show / Hide Table of Contents

Class TypeFlagsExtensions

Inheritance
Object
TypeFlagsExtensions
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.Profiling.Memory.Experimental
Assembly: UnityEditor.dll
Syntax
public static class TypeFlagsExtensions

Methods

| Improve this Doc View Source

ArrayRank(TypeFlags)

Declaration
public static int ArrayRank(this TypeFlags flags)
Parameters
Type Name Description
TypeFlags flags
Returns
Type Description
Int32
| Improve this Doc View Source

IsArray(TypeFlags)

Declaration
public static bool IsArray(this TypeFlags flags)
Parameters
Type Name Description
TypeFlags flags
Returns
Type Description
Boolean
| Improve this Doc View Source

IsValueType(TypeFlags)

Declaration
public static bool IsValueType(this TypeFlags flags)
Parameters
Type Name Description
TypeFlags flags
Returns
Type Description
Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX