LLDB.Debugger.GetSelectedPlatform C# (CSharp) 메소드

GetSelectedPlatform() 공개 메소드

public GetSelectedPlatform ( ) : LLDB.Platform
리턴 LLDB.Platform
        public LLDB.Platform GetSelectedPlatform()
        {
            var __ret = new LLDB.Platform.Internal();
            Internal.GetSelectedPlatform_0((__Instance + __PointerAdjustment), new IntPtr(&__ret));
            return LLDB.Platform.__CreateInstance(__ret);
        }