C# Class Weaver.Util.TypeSignature

Inheritance: MemberSignature
Show file Open project: FloodProject/flood Class Usage Examples

Public Properties

Property Type Description
GenericTypeArguments TypeSignatureCollection
Namespace string
typeSeparator string

Public Methods

Method 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 method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Parse() public static method

public static Parse ( string s ) : TypeSignature
s string
return TypeSignature

ToString() public method

public ToString ( ) : string
return string

TypeSignature() public method

public TypeSignature ( Type type ) : System
type System.Type
return System

TypeSignature() public method

public TypeSignature ( TypeReference type ) : System
type Mono.Cecil.TypeReference
return System

TypeSignature() public method

public TypeSignature ( TypeSignature declaringType, string name ) : System
declaringType TypeSignature
name string
return System

TypeSignature() public method

public TypeSignature ( string @namespace, string name ) : System
@namespace string
name string
return System

operator() public static method

public static operator ( ) : bool
return bool

Property Details

GenericTypeArguments public property

public TypeSignatureCollection,Weaver.Util GenericTypeArguments
return TypeSignatureCollection

Namespace public property

public string Namespace
return string

typeSeparator public static property

public static string typeSeparator
return string