LLDB.Module.SetPlatformFileSpec C# (CSharp) Méthode

SetPlatformFileSpec() public méthode

public SetPlatformFileSpec ( LLDB platform_file ) : bool
platform_file LLDB
Résultat 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;
        }