C# Class NAnt.VSNet.VcWrapperReference

Inheritance: WrapperReferenceBase
ファイルを表示 Open project: skolima/NAnt

Public Methods

Method Description
VcWrapperReference ( XmlElement xmlDefinition, ReferencesResolver referencesResolver, ProjectBase parent, GacCache gacCache ) : System

Protected Methods

Method Description
ImportActiveXLibrary ( ) : void
ImportTypeLibrary ( ) : void

Method Details

ImportActiveXLibrary() protected method

protected ImportActiveXLibrary ( ) : void
return void

ImportTypeLibrary() protected method

protected ImportTypeLibrary ( ) : void
return void

VcWrapperReference() public method

public VcWrapperReference ( XmlElement xmlDefinition, ReferencesResolver referencesResolver, ProjectBase parent, GacCache gacCache ) : System
xmlDefinition System.Xml.XmlElement
referencesResolver ReferencesResolver
parent ProjectBase
gacCache NAnt.Core.Util.GacCache
return System