C# 클래스 Patcher.Data.Plugins.Content.CompoundInfo

파일 보기 프로젝트 열기: unforbidable/patcher 1 사용 예제들

공개 메소드들

메소드 설명
CompoundInfo ( Type type ) : System
Copy ( object from, object to ) : void
Equate ( object one, object other ) : bool
GetReferencedFormIds ( object target ) : IEnumerable

비공개 메소드들

메소드 설명
FindMember ( string propertyName ) : MemberInfo

메소드 상세

CompoundInfo() 공개 메소드

public CompoundInfo ( Type type ) : System
type System.Type
리턴 System

Copy() 공개 메소드

public Copy ( object from, object to ) : void
from object
to object
리턴 void

Equate() 공개 메소드

public Equate ( object one, object other ) : bool
one object
other object
리턴 bool

GetReferencedFormIds() 공개 메소드

public GetReferencedFormIds ( object target ) : IEnumerable
target object
리턴 IEnumerable