C# Class OleViewDotNet.ROTViewer.MonikerInfo

Show file Open project: tyranid/oleviewdotnet

Public Properties

Property Type Description
clsid System.Guid
moniker IMoniker
strDisplayName string

Public Methods

Method Description
MonikerInfo ( string name, System.Guid guid, IMoniker mon ) : System

Method Details

MonikerInfo() public method

public MonikerInfo ( string name, System.Guid guid, IMoniker mon ) : System
name string
guid System.Guid
mon IMoniker
return System

Property Details

clsid public property

public Guid,System clsid
return System.Guid

moniker public property

public IMoniker moniker
return IMoniker

strDisplayName public property

public string strDisplayName
return string