Property | Type | Description | |
---|---|---|---|
Initialize | void | ||
RipOffAssemblyInformationFromTypeName | string |
Method | Description | |
---|---|---|
CodeTypeReference ( ) : System.Diagnostics | ||
CodeTypeReference ( |
||
CodeTypeReference ( |
||
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 |
Method | Description | |
---|---|---|
Initialize ( string typeName ) : void | ||
RipOffAssemblyInformationFromTypeName ( string typeName ) : string |
public CodeTypeReference ( ) : System.Diagnostics | ||
return | System.Diagnostics |
public CodeTypeReference ( |
||
typeParameter | ||
return | System.Diagnostics |
public CodeTypeReference ( |
||
arrayType | ||
rank | int | |
return | System.Diagnostics |
public CodeTypeReference ( String typeName, CodeTypeReferenceOptions codeTypeReferenceOption ) : System.Diagnostics | ||
typeName | String | |
codeTypeReferenceOption | CodeTypeReferenceOptions | |
return | System.Diagnostics |
public CodeTypeReference ( Type type ) : System.Diagnostics | ||
type | Type | |
return | System.Diagnostics |
public CodeTypeReference ( Type type, CodeTypeReferenceOptions codeTypeReferenceOption ) : System.Diagnostics | ||
type | Type | |
codeTypeReferenceOption | CodeTypeReferenceOptions | |
return | System.Diagnostics |
public CodeTypeReference ( string typeName ) : System.Diagnostics | ||
typeName | string | |
return | System.Diagnostics |
public CodeTypeReference ( string baseType, int rank ) : System.Diagnostics | ||
baseType | string | |
rank | int | |
return | System.Diagnostics |