send_data() : anonymous_namespace{sql_delete.cc}::Query_result_delete, anonymous_namespace{sql_prepare.cc}::Query_fetch_protocol_binary, Clone_Handle, Query_dumpvar, Query_result, Query_result_do, Query_result_dump, Query_result_exists_subquery, Query_result_explain_into_var, Query_result_...
Namespace: System Assemblies: netstandard.dll, System.Runtime.dll Source: Type.cs Represents type declarations: class types, interface types, array types, value types, enumeration types, type parameters, generic type definitions, and open or closed constructed generic types. C# Copy public ab...
ClassName::stripNamespace(ClassName $namespaceName) Strips$namespaceNamefrom this class name and returns the result as a new,ClassNameobject relative to the supplied namespace name. ClassName::exists($useAutoload = true) Returns boolean true if the class name exists. Note that this does not tak...
System.Collections Namespace System.Collections.Generic Namespace System.Collections.ObjectModel Namespace System.Collections.Specialized Namespace System.ComponentModel Namespace System.ComponentModel.Composition Namespace System.ComponentModel.Composition.Hosting Namespace ...
Checks to see if the resource exists in azure. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}/configurations/{configurationName} Operation Id: Configurations_Get Default Api Version: 2017-12-01 Resource: PostgreSql...
namespace app\listener; use Swoole\Server; use Swoole\Server\Task; class TaskListener { /** * 事件监听处理 * @param Task $task */ public function handle(Task $task) { $data = $task->data; dump(getmypid()); dump($task->id); dump($data); } }`zeng...
Returns the local value of a dependency property, if it exists. (Inherited from DependencyObject) RegisterName(String, Object) Provides an accessor that simplifies access to the NameScope registration method. (Inherited from FrameworkElement) ReleaseAllTouchCaptures() Releases all captured touch de...
Namespace: System Assemblies: netstandard.dll, System.Runtime.dll Source: String.cs Represents text as a sequence of UTF-16 code units.C# Copy public sealed class String : ICloneable, IComparable, IComparable<string>, IConvertible, IEquatable<string>, IParsable<string>, ISpanParsable<...
Namespace: Android.Views Assembly: Mono.Android.dll This class represents the basic building block for user interface components.C# Копіювати [Android.Runtime.Register("android/view/View", DoNotGenerateAcw=true)] public class View : Java.Lang.Object, Android.Graphics.Drawables....
The file path needs to be changed to a file that exists on the computer. C# Copy using System; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.IO; namespace WpfApplication1 { public partial class MainWindow : Window { ...