Share via


ExportFieldAttribute 클래스

정의

관리되는 메서드에 의해 초기화될 Java 필드를 내보내기 위해 Java 코드 생성기를 나타내는 메서드에 사용됩니다.

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
[System.Serializable]
public class ExportFieldAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)>]
[<System.Serializable>]
type ExportFieldAttribute = class
    inherit Attribute
상속
ExportFieldAttribute
특성

설명

이 페이지의 일부는 만들고 공유하며 에 설명된 용어에 따라 사용되는 작업을 기반으로 수정됩니다.

생성자

ExportFieldAttribute(String)

이 형식의 새 인스턴스를 만듭니다.

속성

Name

생성할 Java 필드 이름을 지정합니다.

적용 대상