Show / Hide Table of Contents

Delegate GetMethodDelegate

Namespace: UnityEngineInternal
Assembly: UnityEngine.dll
Syntax
public delegate MethodInfo GetMethodDelegate(Type classType, string methodName, bool searchBaseTypes, bool instanceMethod, Type[] methodParamTypes);
Parameters
Type Name Description
Type classType
String methodName
Boolean searchBaseTypes
Boolean instanceMethod
Type[] methodParamTypes
Returns
Type Description
MethodInfo

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX