| オーバーロード | 解説 | 
|---|---|
| As<T>(Object) | Queries a managed object for a particular COM interface support (This method is a shortcut to QueryInterface(Guid,IntPtr)) | 
| As<T>(IntPtr) | Queries a managed object for a particular COM interface support (This method is a shortcut to QueryInterface(Guid,IntPtr)) |