다음을 통해 공유


GenerateMethodSerializersAttribute 클래스

정의

인터페이스에 적용할 때 인터페이스 호출의 원격을 허용하도록 지원 코드를 생성하도록 지정합니다.

[System.AttributeUsage(System.AttributeTargets.Interface, AllowMultiple=true)]
public sealed class GenerateMethodSerializersAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Interface, AllowMultiple=true)>]
type GenerateMethodSerializersAttribute = class
    inherit Attribute
Public NotInheritable Class GenerateMethodSerializersAttribute
Inherits Attribute
상속
GenerateMethodSerializersAttribute
특성

생성자

GenerateMethodSerializersAttribute(Type, Boolean)

GenerateMethodSerializersAttribute 클래스의 새 인스턴스를 초기화합니다.

속성

IsExtension

이 인터페이스가 확장 인터페이스인지 여부를 나타내는 값을 가져옵니다.

ProxyBase

원본 생성기가 생성된 프록시 클래스에 사용할 기본 형식을 가져옵니다.

적용 대상

추가 정보