MATLAB의 .NET 속성
MATLAB®에서 .NET 속성 가져오기와 설정, .NET 속성의 특수 기능
다음 항목에서는 MATLAB에서 .NET 속성의 특수 기능을 처리하는 방법을 설명합니다.
함수
NET.setStaticProperty | Static property or field name |
도움말 항목
- Set Static .NET Properties
This example shows how to set a static property using the
NET.setStaticProperty
function. - Call .NET Properties That Take an Argument
MATLAB represents a property that takes an argument as a method.
- Using .NET Properties
How MATLAB represents .NET properties and maps C# property and field access modifiers.
- MATLAB Does Not Display Protected Properties
The
System.Windows.Media.ContainerVisual
class, available only in .NET Framework (Version 3.0 and above), has several protected properties.