LLDB.Event.Event C# (CSharp) Method

Event() public method

public Event ( ) : System
return System
        public Event()
        {
            __Instance = Marshal.AllocHGlobal(12);
            __ownsNativeInstance = true;
            NativeToManagedMap[__Instance] = this;
            Internal.ctor_0((__Instance + __PointerAdjustment));
        }

Same methods

Event::Event ( Event native, bool skipVTables = false ) : System
Event::Event ( LLDB rhs ) : System
Event::Event ( uint @event, string cstr, uint cstr_len ) : System
Event::Event ( void native, bool skipVTables = false ) : System