C# Class OleViewDotNet.ROTViewer.MonikerInfo

ファイルを表示 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_oe property

public Guid,System clsid
return System.Guid

moniker public_oe property

public IMoniker moniker
return IMoniker

strDisplayName public_oe property

public string strDisplayName
return string