LLDB.BreakpointLocation.__CreateInstance C# (CSharp) Method

__CreateInstance() public static method

public static __CreateInstance ( BreakpointLocation native, bool skipVTables = false ) : BreakpointLocation
native BreakpointLocation
skipVTables bool
return BreakpointLocation
        public static BreakpointLocation __CreateInstance(BreakpointLocation.Internal native, bool skipVTables = false)
        {
            return new BreakpointLocation(native, skipVTables);
        }

Same methods

BreakpointLocation::__CreateInstance ( global native, bool skipVTables = false ) : BreakpointLocation