C# Class Monobjc.Tools.Generator.Model.ClassEntity

Inheritance: TypedEntity
Afficher le fichier Open project: Monobjc/monobjc-tools Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddRange ( List entities ) : void

Adds the entities.

ClassEntity ( ) : System

Initializes a new instance of the ClassEntity class.

GetConstructors ( bool includeSuper, bool includeProtocols ) : IEnumerable

Gets all constructors (superclass and protocols).

GetHashValue ( ) : int

Serves as a hash function for a particular type.

GetMethods ( bool includeSuper, bool includeProtocols ) : IEnumerable

Gets all methods (superclass and protocols).

GetProperties ( bool includeSuper, bool includeProtocols ) : IEnumerable

Gets all methods (superclass and protocols).

HasMethod ( String name, bool isStatic ) : bool

Determines whether the specified instance has method.

Method Details

AddRange() public méthode

Adds the entities.
public AddRange ( List entities ) : void
entities List The entities.
Résultat void

ClassEntity() public méthode

Initializes a new instance of the ClassEntity class.
public ClassEntity ( ) : System
Résultat System

GetConstructors() public méthode

Gets all constructors (superclass and protocols).
public GetConstructors ( bool includeSuper, bool includeProtocols ) : IEnumerable
includeSuper bool
includeProtocols bool
Résultat IEnumerable

GetHashValue() public méthode

Serves as a hash function for a particular type.
public GetHashValue ( ) : int
Résultat int

GetMethods() public méthode

Gets all methods (superclass and protocols).
public GetMethods ( bool includeSuper, bool includeProtocols ) : IEnumerable
includeSuper bool
includeProtocols bool
Résultat IEnumerable

GetProperties() public méthode

Gets all methods (superclass and protocols).
public GetProperties ( bool includeSuper, bool includeProtocols ) : IEnumerable
includeSuper bool
includeProtocols bool
Résultat IEnumerable

HasMethod() public méthode

Determines whether the specified instance has method.
public HasMethod ( String name, bool isStatic ) : bool
name String The name.
isStatic bool if set to true [is static].
Résultat bool