📄 matmagicnative.xml
字号:
<?xml version="1.0"?>
<doc>
<assembly>
<name>MatMagicNative</name>
</assembly>
<members>
<member name="T:MatMagicNative.MatMagic">
<summary>
The MatMagic class provides a CLS compliant, Object (native) interface to the
M-functions contained in the files:
<newpara></newpara>
D:\mymagic.m
<newpara></newpara>
deployprint.m
<newpara></newpara>
printdlg.m
</summary>
<remarks>
@Version 0.0
</remarks>
</member>
<member name="M:MatMagicNative.MatMagic.#cctor">
<summary internal= "true">
The static constructor instantiates and initializes the MATLAB Component
Runtime instance.
</summary>
</member>
<member name="M:MatMagicNative.MatMagic.#ctor">
<summary>
Constructs a new instance of the MatMagic class.
</summary>
</member>
<member name="M:MatMagicNative.MatMagic.Finalize">
<summary internal= "true">
Class destructor called by the CLR garbage collector.
</summary>
</member>
<member name="M:MatMagicNative.MatMagic.Dispose">
<summary>
Frees the native resources associated with this object
</summary>
</member>
<member name="M:MatMagicNative.MatMagic.Dispose(System.Boolean)">
<summary internal= "true">
Internal dispose function
</summary>
</member>
<member name="M:MatMagicNative.MatMagic.mymagic">
<summary>
Provides a single output, 0-input Object interface to the mymagic M-function.
</summary>
<remarks>
</remarks>
<returns>An Object containing the first output argument.</returns>
</member>
<member name="M:MatMagicNative.MatMagic.mymagic(System.Object)">
<summary>
Provides a single output, 1-input Object interface to the mymagic M-function.
</summary>
<remarks>
</remarks>
<param name="x">Input argument #1</param>
<returns>An Object containing the first output argument.</returns>
</member>
<member name="M:MatMagicNative.MatMagic.mymagic(System.Int32)">
<summary>
Provides the standard 0-input Object interface to the mymagic M-function.
</summary>
<remarks>
</remarks>
<param name="numArgsOut">The number of output arguments to return.</param>
<returns>An Array of length "numArgsOut" containing the output
arguments.</returns>
</member>
<member name="M:MatMagicNative.MatMagic.mymagic(System.Int32,System.Object)">
<summary>
Provides the standard 1-input Object interface to the mymagic M-function.
</summary>
<remarks>
</remarks>
<param name="numArgsOut">The number of output arguments to return.</param>
<param name="x">Input argument #1</param>
<returns>An Array of length "numArgsOut" containing the output
arguments.</returns>
</member>
<member name="M:MatMagicNative.MatMagic.WaitForFiguresToDie">
<summary>
This method will cause a MATLAB figure window to behave as a modal dialog box.
The method will not return until all the figure windows associated with this
component have been closed.
</summary>
<remarks>
An application should only call this method when required to keep the
MATLAB figure window from disappearing. Other techniques, such as calling
Console.ReadLine() from the application should be considered where
possible.</remarks>
</member>
<member name="T:MathWorks.MATLAB.NET.ComponentData.MCRComponentState">
<summary>
The MCR Component State
</summary>
</member>
<member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_MatMagic_name_data">
<summary>
The .NET Builder component name
</summary>
</member>
<member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_MatMagic_root_data">
<summary>
The component root data
</summary>
</member>
<member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_MatMagic_public_data">
<summary>
The public encryption key for the .NET Builder component
</summary>
</member>
<member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_MatMagic_session_data">
<summary>
The session encryption key for the .NET Builder component
</summary>
</member>
<member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_MatMagic_matlabpath_data">
<summary>
The MATLAB path for the .NET Builder component
</summary>
</member>
<member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_MatMagic_matlabpath_data_count">
<summary>
The MATLAB path count
</summary>
</member>
<member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_MatMagic_classpath_data">
<summary>
The class path for the .NET Builder component
</summary>
</member>
<member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_MatMagic_classpath_data_count">
<summary>
The class path count
</summary>
</member>
<member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_MatMagic_libpath_data">
<summary>
The lib path for the .NET Builder component
</summary>
</member>
<member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_MatMagic_libpath_data_count">
<summary>
The lib path count
</summary>
</member>
<member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_MatMagic_mcr_application_options">
<summary>
The MCR application options
</summary>
</member>
<member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_MatMagic_mcr_application_option_count">
<summary>
The MCR application options count
</summary>
</member>
<member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_MatMagic_mcr_runtime_options">
<summary>
The MCR runtime options
</summary>
</member>
<member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_MatMagic_mcr_runtime_option_count">
<summary>
The MCR runtime options count
</summary>
</member>
<member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_MatMagic_mcr_pref_dir">
<summary>
The component preferences directory
</summary>
</member>
<member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_MatMagic_set_warning_state">
<summary>
Runtime warning states
</summary>
</member>
<member name="F:MathWorks.MATLAB.NET.ComponentData.MCRComponentState.MCC_MatMagic_set_warning_state_count">
<summary>
Runtime warning state count
</summary>
</member>
</members>
</doc>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -