LLDB.Module.SetPlatformFileSpec C# (CSharp) Method

SetPlatformFileSpec() public method

public SetPlatformFileSpec ( LLDB platform_file ) : bool
platform_file LLDB
return bool
        public bool SetPlatformFileSpec(LLDB.FileSpec platform_file)
        {
            if (ReferenceEquals(platform_file, null))
                throw new global::System.ArgumentNullException("platform_file", "Cannot be null because it is a C++ reference (&).");
            var arg0 = platform_file.__Instance;
            var __ret = Internal.SetPlatformFileSpec_0((__Instance + __PointerAdjustment), arg0);
            return __ret;
        }