Class DelegateImpl
Inheritance
System.Object
DelegateImpl
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: Cosmos.Core_Plugs.System
Assembly: Cosmos.Core_Plugs.dll
Syntax
public static class DelegateImpl
Methods
| Improve this Doc View SourceEquals(Delegate, Object)
Declaration
public static bool Equals(Delegate aThis, object aThat)
Parameters
Type | Name | Description |
---|---|---|
System.Delegate | aThis | |
System.Object | aThat |
Returns
Type | Description |
---|---|
System.Boolean |
FindMethodHandle(Delegate)
Declaration
public static object FindMethodHandle(Delegate aThis)
Parameters
Type | Name | Description |
---|---|---|
System.Delegate | aThis |
Returns
Type | Description |
---|---|
System.Object |
InternalEqualTypes(UInt32**, UInt32**)
Declaration
public static bool InternalEqualTypes(uint **a, uint **b)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32** | a | |
System.UInt32** | b |
Returns
Type | Description |
---|---|
System.Boolean |