Main Content

MathWorks.MATLAB.NET.Utility.LOGFILEAttribute Class

Namespace: MathWorks.MATLAB.NET.Utility

Represents MATLAB Runtime option that allows users to pass name of logfile that catches MATLAB Runtime output

Description

The LOGFILEAttribute attribute represents a MATLAB Runtime option that allows users to pass the name of the logfile that will catch the output displayed by MATLAB Runtime. The use of this attribute is optional. However, if it is defined, it must be specified on the main assembly. If it is not specified, no logfile is created

Namespace: MathWorks.MATLAB.NET.Utility

Assembly: MWArray (in MWArray.dll) Version: 2.23.1.0 (2.23.1.0)

Syntax:

public class LOGFILEAttribute : Attribute

Properties

expand all

Public Properties

This property is read-only.

Syntax

public string LogfileName { get; }
Returns the number of fields in the MATLAB structure array.

This property is read-only.

(Inherited from Attribute)

Methods

expand all

Inheritance Hierarchy

System.Object

  • Mathworks.MATLAB.NET.Utility

    • Mathworks.MATLAB.NET.Utility.Images

    • Mathworks.MATLAB.NET.Utility.LOGFILEAttribute

    • Mathworks.MATLAB.NET.Utility.MATLABSignature

    • Mathworks.MATLAB.NET.Utility.MCRVersion

    • Mathworks.MATLAB.NET.Utility.MWCTFStreamReader

    • Mathworks.MATLAB.NET.Utility.MWException

    • Mathworks.MATLAB.NET.Utility.MWMCR

    • Mathworks.MATLAB.NET.Utility.NativeGCAttribute

    • Mathworks.MATLAB.NET.Utility.NOJVMAttribute

Version History

Introduced in R2006a