[]
IWICComponentInfo
[Guid("23BC3F0A-698B-4357-886B-F24D50671334")]
public class ComponentInfo : ComObject, IDisposable, IUnknown
| Name | Description |
|---|---|
| ComponentInfo(IntPtr) | Initializes a new instance of the ComponentInfo class. |
| Name | Description |
|---|---|
| Author | Gets the author. |
| FriendlyName | Gets the friendly name. |
| SpecVersion | Gets the spec version. |
| Version | Gets the version. |
| Name | Description |
|---|---|
| Create(ImagingFactory, Guid) | Initializes a new instance of the ComponentInfo class. |
| GetAuthor(int, IntPtr) | HRESULT IWICComponentInfo::GetAuthor([In] unsigned int cchAuthor,[In] void* wzAuthor,[Out] unsigned int* pcchActual) |
| GetCLSID() | HRESULT IWICComponentInfo::GetCLSID([Out] GUID* pclsid) |
| GetComponentType() | HRESULT IWICComponentInfo::GetComponentType([Out] WICComponentType* pType) |
| GetFriendlyName(int, IntPtr) | HRESULT IWICComponentInfo::GetFriendlyName([In] unsigned int cchFriendlyName,[In] void* wzFriendlyName,[Out] unsigned int* pcchActual) |
| GetSigningStatus() | HRESULT IWICComponentInfo::GetSigningStatus([Out] unsigned int* pStatus) |
| GetSpecVersion(int, IntPtr) | HRESULT IWICComponentInfo::GetSpecVersion([In] unsigned int cchSpecVersion,[In] void* wzSpecVersion,[Out] unsigned int* pcchActual) |
| GetVendorGUID() | HRESULT IWICComponentInfo::GetVendorGUID([Out] GUID* pguidVendor) |
| GetVersion(int, IntPtr) | HRESULT IWICComponentInfo::GetVersion([In] unsigned int cchVersion,[In] void* wzVersion,[Out] unsigned int* pcchActual) |
| Name | Description |
|---|---|
| explicit operator ComponentInfo(IntPtr) | Performs an explicit conversion from IntPtr to ComponentInfo. |