Mono.Interop.ComInteropProxy.CacheProxy C# (CSharp) Метод

CacheProxy() приватный Метод

private CacheProxy ( ) : void
Результат void
		void CacheProxy ()
		{
			// called from unmanaged code after .ctor is invoked
			// we need .ctor to create unmanaged object and thus IUnknown property value
			AddProxy (com_object.IUnknown, this);
		}