C# Class System.CodeDom.CodeTypeReference

Inheritance: CodeObject
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
Initialize void
RipOffAssemblyInformationFromTypeName string

Méthodes publiques

Méthode Description
CodeTypeReference ( ) : System.Diagnostics
CodeTypeReference ( CodeTypeParameter typeParameter ) : System.Diagnostics
CodeTypeReference ( CodeTypeReference arrayType, int rank ) : System.Diagnostics
CodeTypeReference ( String typeName, CodeTypeReferenceOptions codeTypeReferenceOption ) : System.Diagnostics
CodeTypeReference ( Type type ) : System.Diagnostics
CodeTypeReference ( Type type, CodeTypeReferenceOptions codeTypeReferenceOption ) : System.Diagnostics
CodeTypeReference ( string typeName ) : System.Diagnostics
CodeTypeReference ( string baseType, int rank ) : System.Diagnostics

Private Methods

Méthode Description
Initialize ( string typeName ) : void
RipOffAssemblyInformationFromTypeName ( string typeName ) : string

Method Details

CodeTypeReference() public méthode

public CodeTypeReference ( ) : System.Diagnostics
Résultat System.Diagnostics

CodeTypeReference() public méthode

public CodeTypeReference ( CodeTypeParameter typeParameter ) : System.Diagnostics
typeParameter CodeTypeParameter
Résultat System.Diagnostics

CodeTypeReference() public méthode

public CodeTypeReference ( CodeTypeReference arrayType, int rank ) : System.Diagnostics
arrayType CodeTypeReference
rank int
Résultat System.Diagnostics

CodeTypeReference() public méthode

public CodeTypeReference ( String typeName, CodeTypeReferenceOptions codeTypeReferenceOption ) : System.Diagnostics
typeName String
codeTypeReferenceOption CodeTypeReferenceOptions
Résultat System.Diagnostics

CodeTypeReference() public méthode

public CodeTypeReference ( Type type ) : System.Diagnostics
type Type
Résultat System.Diagnostics

CodeTypeReference() public méthode

public CodeTypeReference ( Type type, CodeTypeReferenceOptions codeTypeReferenceOption ) : System.Diagnostics
type Type
codeTypeReferenceOption CodeTypeReferenceOptions
Résultat System.Diagnostics

CodeTypeReference() public méthode

public CodeTypeReference ( string typeName ) : System.Diagnostics
typeName string
Résultat System.Diagnostics

CodeTypeReference() public méthode

public CodeTypeReference ( string baseType, int rank ) : System.Diagnostics
baseType string
rank int
Résultat System.Diagnostics