LLDB.Target.GetPlatform C# (CSharp) Method

GetPlatform() public method

Return the platform object associated with the target.

After return, the platform object should be checked for

validity.

public GetPlatform ( ) : LLDB.Platform
return LLDB.Platform
        public LLDB.Platform GetPlatform()
        {
            var __ret = new LLDB.Platform.Internal();
            Internal.GetPlatform_0(new IntPtr(&__ret), (__Instance + __PointerAdjustment));
            return LLDB.Platform.__CreateInstance(__ret);
        }