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

TypeReference() public method

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

Same methods

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