Mono.Cecil.TypeReference.TypeReference C# (CSharp) Method

TypeReference() public method

public TypeReference ( string @namespace, string name, Mono.Cecil.ModuleDefinition module, IMetadataScope scope, bool valueType ) : System
@namespace string
name string
module Mono.Cecil.ModuleDefinition
scope IMetadataScope
valueType bool
return System
        public TypeReference(string @namespace, string name, ModuleDefinition module, IMetadataScope scope, bool valueType)
            : this(@namespace, name, module, scope)
        {
            value_type = valueType;
        }

Same methods

TypeReference::TypeReference ( string @namespace, string name ) : System
TypeReference::TypeReference ( string @namespace, string name, Mono.Cecil.ModuleDefinition module, IMetadataScope scope ) : System