静态公共成员函数
							
						 | 
					
					
						| 
							static
							
								MAXON_METHOD
							
							Result
							<
							
								Int
							
							> 
						 | 
						
							
								AddComponents
							
							(
							
								ClassInterface
							
							*cls,
							
								Bool
							
							classProxy, const
							
								Block
							
							< const InterfaceReference *const > &interfaces,
							
								Bool
							
							includeBaseInterfaces)
						 | 
					
					
						| 
							template<typename... I>
						 | 
					
					
						| 
							static
							Result
							<
							
								Int
							
							> 
						 | 
						
							
								AddComponents
							
							(
							
								ClassInterface
							
							*cls,
							
								Bool
							
							classProxy,
							
								Bool
							
							includeBaseInterfaces)
						 | 
					
					
						| 
							static
							
								MAXON_METHOD
							
							Result
							< void > 
						 | 
						
							
								SetHandler
							
							(
							
								ObjectInterface
							
							*object,
							
								Int
							
							component,
							
								ProxyHandler
							
							&&handler)
						 | 
					
					
						| 
							static
							
								MAXON_METHOD
							
							Result
							< void > 
						 | 
						
							
								SetHandler
							
							(
							
								ClassInterface
							
							*cls,
							
								Int
							
							component,
							
								ProxyHandler
							
							&&handler)
						 | 
					
					
						| 
							static
							
								MAXON_METHOD
							
							Result
							<
							
								maxon::Class
							
							<> > 
						 | 
						
							
								GetClass
							
							(const
							
								Block
							
							< const InterfaceReference *const > &interfaces)
						 | 
					
					
						| 
							static
							
								MAXON_METHOD
							
							Result
							< ObjectRef > 
						 | 
						
							
								创建
							
							(const
							
								maxon::Class
							
							<> &cls,
							
								ProxyHandler
							
							&&handler)
						 |