LLDB.AttachInfo.AttachInfo C# (CSharp) Method

AttachInfo() public method

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

Same methods

AttachInfo::AttachInfo ( AttachInfo native, bool skipVTables = false ) : System
AttachInfo::AttachInfo ( LLDB rhs ) : System
AttachInfo::AttachInfo ( string path, bool wait_for ) : System
AttachInfo::AttachInfo ( string path, bool wait_for, bool async ) : System
AttachInfo::AttachInfo ( ulong pid ) : System
AttachInfo::AttachInfo ( void native, bool skipVTables = false ) : System