LLDB.Target.__CreateInstance C# (CSharp) 메소드

__CreateInstance() 공개 정적인 메소드

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

Same methods

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