Class WicComponentInfo
Inheritance
WicComponentInfo
Assembly: JeremyAnsel.DirectX.WinCodec.dll
Syntax
public class WicComponentInfo : IDisposable
Constructors
|
Edit this page
View Source
WicComponentInfo(object)
Declaration
public WicComponentInfo(object handle)
Parameters
Type |
Name |
Description |
object |
handle |
|
Properties
|
Edit this page
View Source
Handle
Declaration
public object Handle { get; }
Property Value
Methods
|
Edit this page
View Source
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
|
Edit this page
View Source
GetAuthor()
Declaration
public string GetAuthor()
Returns
|
Edit this page
View Source
GetCLSID()
Declaration
Returns
|
Edit this page
View Source
GetComponentType()
Declaration
public WicComponentType GetComponentType()
Returns
|
Edit this page
View Source
GetFriendlyName()
Declaration
public string GetFriendlyName()
Returns
|
Edit this page
View Source
GetSigningStatus()
Declaration
public WicComponentSigning GetSigningStatus()
Returns
|
Edit this page
View Source
GetSpecVersion()
Declaration
public string GetSpecVersion()
Returns
|
Edit this page
View Source
GetVendorGUID()
Declaration
public Guid GetVendorGUID()
Returns
|
Edit this page
View Source
GetVersion()
Declaration
public string GetVersion()
Returns
|
Edit this page
View Source
OnDispose()
Declaration
protected virtual void OnDispose()
Implements