LLDB.Event.Event C# (CSharp) Method

Event() public method

public Event ( LLDB rhs ) : System
rhs LLDB
return System
        public Event(LLDB.Event rhs)
        {
            __Instance = Marshal.AllocHGlobal(12);
            __ownsNativeInstance = true;
            NativeToManagedMap[__Instance] = this;
            if (ReferenceEquals(rhs, null))
                throw new global::System.ArgumentNullException("rhs", "Cannot be null because it is a C++ reference (&).");
            var arg0 = rhs.__Instance;
            Internal.cctor_1((__Instance + __PointerAdjustment), arg0);
        }

Same methods

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