C# Class Weaver.Util.TypeSignature

Inheritance: MemberSignature
Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Méthodes publiques

Свойство Type Description
GenericTypeArguments TypeSignatureCollection
Namespace string
typeSeparator string

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Parse ( string s ) : TypeSignature
ToString ( ) : string
TypeSignature ( Type type ) : System
TypeSignature ( TypeReference type ) : System
TypeSignature ( TypeSignature declaringType, string name ) : System
TypeSignature ( string @namespace, string name ) : System
operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Parse() public static méthode

public static Parse ( string s ) : TypeSignature
s string
Résultat TypeSignature

ToString() public méthode

public ToString ( ) : string
Résultat string

TypeSignature() public méthode

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

TypeSignature() public méthode

public TypeSignature ( TypeReference type ) : System
type Mono.Cecil.TypeReference
Résultat System

TypeSignature() public méthode

public TypeSignature ( TypeSignature declaringType, string name ) : System
declaringType TypeSignature
name string
Résultat System

TypeSignature() public méthode

public TypeSignature ( string @namespace, string name ) : System
@namespace string
name string
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

GenericTypeArguments public_oe property

public TypeSignatureCollection,Weaver.Util GenericTypeArguments
Résultat TypeSignatureCollection

Namespace public_oe property

public string Namespace
Résultat string

typeSeparator public_oe static_oe property

public static string typeSeparator
Résultat string