C# Class Patcher.Data.Plugins.Content.CompoundInfo

Afficher le fichier Open project: unforbidable/patcher Class Usage Examples

Méthodes publiques

Méthode Description
CompoundInfo ( Type type ) : System
Copy ( object from, object to ) : void
Equate ( object one, object other ) : bool
GetReferencedFormIds ( object target ) : IEnumerable

Private Methods

Méthode Description
FindMember ( string propertyName ) : MemberInfo

Method Details

CompoundInfo() public méthode

public CompoundInfo ( Type type ) : System
type System.Type
Résultat System

Copy() public méthode

public Copy ( object from, object to ) : void
from object
to object
Résultat void

Equate() public méthode

public Equate ( object one, object other ) : bool
one object
other object
Résultat bool

GetReferencedFormIds() public méthode

public GetReferencedFormIds ( object target ) : IEnumerable
target object
Résultat IEnumerable