C# 클래스 System.ComponentModel.DebugTypeDescriptor.ComponentEntry.PropertyStash

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 프로퍼티들

프로퍼티 타입 설명
Attributes System.Attribute[]
FilteredProperties PropertyDescriptorCollection
Properties System.Collections.ArrayList

공개 메소드들

메소드 설명
AttributesMatch ( Attribute attributes ) : bool
ExtendersMatch ( IExtenderProvider providers, object instance ) : bool
PropertyStash ( ArrayList props, IExtenderProvider providers, object instance ) : System.Runtime.Serialization.Formatters

비공개 메소드들

메소드 설명
HashExtenders ( IExtenderProvider providers, object instance ) : long

메소드 상세

AttributesMatch() 공개 메소드

public AttributesMatch ( Attribute attributes ) : bool
attributes System.Attribute
리턴 bool

ExtendersMatch() 공개 메소드

public ExtendersMatch ( IExtenderProvider providers, object instance ) : bool
providers IExtenderProvider
instance object
리턴 bool

PropertyStash() 공개 메소드

public PropertyStash ( ArrayList props, IExtenderProvider providers, object instance ) : System.Runtime.Serialization.Formatters
props System.Collections.ArrayList
providers IExtenderProvider
instance object
리턴 System.Runtime.Serialization.Formatters

프로퍼티 상세

Attributes 공개적으로 프로퍼티

public Attribute[],System Attributes
리턴 System.Attribute[]

FilteredProperties 공개적으로 프로퍼티

public PropertyDescriptorCollection,System.ComponentModel FilteredProperties
리턴 PropertyDescriptorCollection

Properties 공개적으로 프로퍼티

public ArrayList,System.Collections Properties
리턴 System.Collections.ArrayList