Uses of Class
net.codecrete.windowsapi.metadata.Method
Packages that use Method
-
Uses of Method in net.codecrete.windowsapi.metadata
Methods in net.codecrete.windowsapi.metadata that return MethodMethods in net.codecrete.windowsapi.metadata that return types with arguments of type MethodModifier and TypeMethodDescriptionMetadata.findFunctions(Set<String> names) Finds the functions with the given names.ComInterface.methods()Gets the methods that make up the interface of this COM interface.Metadata.methods()Gets all methods.Namespace.methods()Gets all methods in this namespace.Methods in net.codecrete.windowsapi.metadata with parameters of type MethodModifier and TypeMethodDescriptionvoidAdds a method to this metadata.voidDelegate.setSignature(Method signature) Sets the delegate signature.Method parameters in net.codecrete.windowsapi.metadata with type arguments of type MethodModifier and TypeMethodDescriptionvoidComInterface.setMethods(List<Method> methods) Sets the methods that make up the interface of this COM interface.