LLDB.Target.GetPlatform C# (CSharp) Méthode

GetPlatform() public méthode

Return the platform object associated with the target.

After return, the platform object should be checked for

validity.

public GetPlatform ( ) : LLDB.Platform
Résultat 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);
        }