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_Asm
Assembly: Cosmos.Core_Asm.dll
Syntax
public static class DelegateImpl
Methods
| Improve this Doc View SourceCtor(Delegate, Object, IntPtr)
Declaration
public static void Ctor(Delegate aThis, object aTarget, IntPtr aMethod)
Parameters
Type | Name | Description |
---|---|---|
System.Delegate | aThis | |
System.Object | aTarget | |
System.IntPtr | aMethod |
Equals(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 |
GetMulticastInvoke(Delegate)
Declaration
public static IntPtr GetMulticastInvoke(Delegate aThis)
Parameters
Type | Name | Description |
---|---|---|
System.Delegate | aThis |
Returns
Type | Description |
---|---|
System.IntPtr |
Invoke()
Declaration
public static void Invoke()