C# Class System.CodeDom.CodeTypeReference

Inheritance: CodeObject
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
Initialize void
RipOffAssemblyInformationFromTypeName string

Public Methods

Method 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

Method Description
Initialize ( string typeName ) : void
RipOffAssemblyInformationFromTypeName ( string typeName ) : string

Method Details

CodeTypeReference() public method

public CodeTypeReference ( ) : System.Diagnostics
return System.Diagnostics

CodeTypeReference() public method

public CodeTypeReference ( CodeTypeParameter typeParameter ) : System.Diagnostics
typeParameter CodeTypeParameter
return System.Diagnostics

CodeTypeReference() public method

public CodeTypeReference ( CodeTypeReference arrayType, int rank ) : System.Diagnostics
arrayType CodeTypeReference
rank int
return System.Diagnostics

CodeTypeReference() public method

public CodeTypeReference ( String typeName, CodeTypeReferenceOptions codeTypeReferenceOption ) : System.Diagnostics
typeName String
codeTypeReferenceOption CodeTypeReferenceOptions
return System.Diagnostics

CodeTypeReference() public method

public CodeTypeReference ( Type type ) : System.Diagnostics
type Type
return System.Diagnostics

CodeTypeReference() public method

public CodeTypeReference ( Type type, CodeTypeReferenceOptions codeTypeReferenceOption ) : System.Diagnostics
type Type
codeTypeReferenceOption CodeTypeReferenceOptions
return System.Diagnostics

CodeTypeReference() public method

public CodeTypeReference ( string typeName ) : System.Diagnostics
typeName string
return System.Diagnostics

CodeTypeReference() public method

public CodeTypeReference ( string baseType, int rank ) : System.Diagnostics
baseType string
rank int
return System.Diagnostics