Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.InteropServices.ComEventsMethod Class Referencesealed

Classes

class  DelegateWrapper
 

Public Member Functions

 ComEventsMethod (int dispid)
 
void AddDelegate (Delegate d, bool wrapArgs=false)
 
void RemoveDelegate (Delegate d, bool wrapArgs=false)
 
object Invoke (object[] args)
 

Static Public Member Functions

static ComEventsMethod Find (ComEventsMethod methods, int dispid)
 
static ComEventsMethod Add (ComEventsMethod methods, ComEventsMethod method)
 
static ComEventsMethod Remove (ComEventsMethod methods, ComEventsMethod method)
 

Properties

bool Empty [get]
 

Private Attributes

readonly List< DelegateWrapper_delegateWrappers = new List<DelegateWrapper>()
 
readonly int _dispid
 
ComEventsMethod _next
 

Detailed Description

Definition at line 6 of file ComEventsMethod.cs.


The documentation for this class was generated from the following file: